diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d6cffd..1b0d2a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,11 @@ export default function LandingPage() { @@ -162,60 +92,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Roast", - name: "Artisanal Espresso", - price: "$4.50", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158649.jpg", - }, - { - id: "p2", - brand: "Bites", - name: "Gourmet Breakfast Sandwich", - price: "$9.00", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-sandwiches-with-salmon-avocado-with-copy-space_23-2148797019.jpg", - }, - { - id: "p3", - brand: "Drinks", - name: "House Red Wine", - price: "$12.00", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-three-alcoholic-bottles-ears-wheat-wooden-surface_23-2147952044.jpg", - }, - { - id: "p4", - brand: "Bites", - name: "Fresh Butter Croissant", - price: "$3.50", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-packaged-can_23-2151206968.jpg", - }, - { - id: "p5", - brand: "Drinks", - name: "Cold Brew Special", - price: "$5.00", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281857.jpg", - }, - { - id: "p6", - brand: "Drinks", - name: "Craft Lager", - price: "$7.00", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg", - }, + { id: "p1", brand: "Roast", name: "Artisanal Espresso", price: "$4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158649.jpg" }, + { id: "p2", brand: "Bites", name: "Gourmet Breakfast Sandwich", price: "$9.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-sandwiches-with-salmon-avocado-with-copy-space_23-2148797019.jpg" }, + { id: "p3", brand: "Drinks", name: "House Red Wine", price: "$12.00", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-three-alcoholic-bottles-ears-wheat-wooden-surface_23-2147952044.jpg" }, ]} title="Craft Menu" description="Start your day with handcrafted roasts and fresh breakfast sandwiches, or join us later for wine and curated bites." @@ -226,31 +105,9 @@ export default function LandingPage() { @@ -292,17 +133,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file