diff --git a/src/app/page.tsx b/src/app/page.tsx index 80c6857..d7fa814 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -103,42 +68,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Signature Cold Brew", - price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-with-black-coffee_140725-8222.jpg", - }, - { - id: "p2", - name: "Artisan Butter Croissant", - price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/bread-shop-bake-dough-flour-bakery_53876-31655.jpg", - }, - { - id: "p3", - name: "Honey Lavender Latte", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg", - }, - { - id: "p4", - name: "Dark Chocolate Tart", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg", - }, - { - id: "p5", - name: "Matcha Cloud Latte", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187367.jpg", - }, - { - id: "p6", - name: "Seasonal Fruit Scone", - price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg", - }, + { id: "p1", name: "Signature Cold Brew", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-with-black-coffee_140725-8222.jpg" }, + { id: "p2", name: "Artisan Butter Croissant", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/bread-shop-bake-dough-flour-bakery_53876-31655.jpg" }, + { id: "p3", name: "Honey Lavender Latte", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg" }, + { id: "p4", name: "Dark Chocolate Tart", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg" }, + { id: "p5", name: "Matcha Cloud Latte", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187367.jpg" }, + { id: "p6", name: "Seasonal Fruit Scone", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg" } ]} title="Menu Highlights" description="Hand-crafted delicacies prepared daily using the finest ingredients." @@ -149,36 +84,13 @@ export default function LandingPage() {