diff --git a/src/app/page.tsx b/src/app/page.tsx index 80927cb..0ea8902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,9 +97,6 @@ export default function LandingPage() { text: "Our Story", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-cocktail-glass-with-equipment-making-drink_23-2149384482.jpg" - imageAlt="Stylish interior of Cheers Wine & Spirits store" - body="At Cheers Wine & Spirits, we believe every bottle tells a story. Our journey began with a simple love for exceptional beverages and a desire to share that passion with our community. We meticulously curate our collection, traveling the globe to bring you the finest wines, rare spirits, and craft beers. More than just a store, we are a destination for discovery, where connoisseurs and curious newcomers alike can explore, learn, and find their next favorite drink. Our knowledgeable team is dedicated to providing personalized recommendations and a welcoming experience that goes beyond the ordinary. Join us and toast to the art of fine drinking." /> @@ -114,7 +111,7 @@ export default function LandingPage() { id: "red-wine-1", name: "Grand Reserve Cabernet", price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg", imageAlt: "Bottle of Grand Reserve Cabernet", }, { @@ -135,7 +132,7 @@ export default function LandingPage() { id: "rose-wine-1", name: "Provence Rosé", price: "$32.50", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-wine-bottle-black-grape-glass-towel-dark-background_140725-141383.jpg", imageAlt: "Bottle of Provence Rosé", }, ]}