mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
3b2ba29cf1
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
64 lines
1.9 KiB
TypeScript
64 lines
1.9 KiB
TypeScript
import {Store} from './store';
|
|
|
|
export const BAndH: Store = {
|
|
cartUrl: '',
|
|
links: [
|
|
{
|
|
brand: 'gigabyte',
|
|
model: 'black',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593333-REG/gigabyte_gv_n3080gaming_oc_10gd_geforce_rtx_3080_gaming.html?SID=s1600391647213ytuua52439',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'asus',
|
|
model: 'tuf',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593649-REG/asus_tuf_rtx3080_10g_gaming_tuf_gaming_geforce_rtx.html',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'gigabyte',
|
|
model: 'gaming-oc',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593333-REG/gigabyte_gv_n3080gaming_oc_10gd_geforce_rtx_3080_gaming.html',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'zotac',
|
|
model: 'trinity',
|
|
url: 'https://www.bhphotovideo.com/c/product/1592969-REG/zotac_zt_a30800d_10p_gaming_geforce_rtx_3080.html',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'asus',
|
|
model: 'tuf-oc',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593650-REG/asus_tuf_rtx3080_o10g_gaming_tuf_gaming_geforce_rtx.html',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'msi',
|
|
model: 'xtrio',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593996-REG/msi_g3080gxt10_geforce_rtx_3080_gaming.html',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'msi',
|
|
model: 'ventus',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593997-REG/msi_g3080v3x10c_geforce_rtx_3080_ventus.html',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'msi',
|
|
model: 'TRIO2',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593645-REG/msi_geforce_rtx_3080_gaming.html',
|
|
oosLabels: ['notify when available']
|
|
},
|
|
{
|
|
brand: 'msi',
|
|
model: 'ventus-oc',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593646-REG/msi_geforce_rtx_3080_ventus.html',
|
|
oosLabels: ['notify when available']
|
|
}
|
|
|
|
],
|
|
name: 'bandh'
|
|
};
|