diff --git a/src/store/model/amazon.ts b/src/store/model/amazon.ts index e3efd40..2562025 100644 --- a/src/store/model/amazon.ts +++ b/src/store/model/amazon.ts @@ -113,6 +113,13 @@ export const Amazon: Store = { series: '3080', url: 'https://www.amazon.com/dp/B08J6F174Z' }, + { + brand: 'asus', + cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08J6GMWCQ&Quantity.1=1', + model: 'strix', + series: '3090', + url: 'https://www.amazon.com/dp/B08J6GMWCQ' + }, { brand: 'msi', cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08HR5SXPS&Quantity.1=1',