Skip to content

Commit

Permalink
more wishlist items
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindballa committed Jul 14, 2024
1 parent b835a8c commit dcc382f
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion pages/wishlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const gifts = {
price: '300',
active: true,
},

{
title: 'AEROPRESS Metal Filter',
link: 'https://www.benkibrewingtools.com/collections/filters/products/benki-aeropress-metal-filter',
Expand All @@ -29,6 +28,14 @@ const gifts = {
price: '610',
active: true,
},
{
title: 'Coffee Beans from Devans',
link: 'https://www.devans.in/collections/our-blends',
description:
'The Benki Aeropress Metal Filter is a durable, reusable filter for AeroPress Coffee Makers, offering a fuller-bodied coffee and eliminating the need for paper filters. Perfect for travel and heavy use.',
price: '360 - ₹810',
active: true,
},
],
},
Books: {
Expand Down Expand Up @@ -67,6 +74,14 @@ const gifts = {
price: '1496',
active: true,
},
{
title: 'Red Rising: An explosive dystopian sci-fi novel',
link: 'https://amzn.to/3S4Xppk',
description:
"Dive into Pierce Brown's gripping dystopian world where class struggles and epic battles shape the fate of society. A must-read for sci-fi fans!",
price: '276',
active: true,
},
],
},
Stationery: {
Expand All @@ -88,6 +103,14 @@ const gifts = {
price: '630',
active: true,
},
{
title: 'LAMY vista Fountain pen',
link: 'https://www.lamyshop.in/in_en/fountain-pen-lamy-vista.html',
description:
'The LAMY vista Fountain Pen offers a clear view of its inner workings with its transparent design. It features a polished steel nib, ergonomic grip, and includes an ink cartridge and converter. Perfect for young enthusiasts!',
price: '3,105',
active: true,
},
],
},
};
Expand Down

0 comments on commit dcc382f

Please sign in to comment.