diff --git a/src/store/model/microcenter.ts b/src/store/model/microcenter.ts index 8175edf..b107fe2 100644 --- a/src/store/model/microcenter.ts +++ b/src/store/model/microcenter.ts @@ -78,6 +78,18 @@ for (const microCenterLocation of microCenterLocations) { series: '3080', url: `https://www.microcenter.com/product/628686/asus-geforce-rtx-3080-strix-overclocked-triple-fan-10gb-gddr6x-pcie-40-graphics-card/?storeid=${storeId}` }, + { + brand: 'asus', + model: 'strix oc', + series: '3070', + url: `https://www.microcenter.com/product/630686/asus-geforce-rtx-3070-rog-strix-overclocked-dual-fan-8gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}` + }, + { + brand: 'asus', + model: 'tuf oc', + series: '3070', + url: `https://www.microcenter.com/product/630684/asus-geforce-rtx-3070-tuf-overclocked-triple-fan-8gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}` + }, { brand: 'msi', model: 'gaming x trio', @@ -90,6 +102,12 @@ for (const microCenterLocation of microCenterLocations) { series: '3080', url: `https://www.microcenter.com/product/628340/evga-geforce-rtx-3080-xc3-black-triple-fan-10gb-gddr6x-pcie-40-graphics-card/?storeid=${storeId}` }, + { + brand: 'evga', + model: 'xc3 black', + series: '3070', + url: `https://www.microcenter.com/product/630579/evga-geforce-rtx-3070-xc3-black-gaming-triple-fan-8gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}` + }, { brand: 'zotac', model: 'trinity',