diff --git a/src/app/page.tsx b/src/app/page.tsx index 45a4729..588449f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,42 +46,21 @@ export default function LandingPage() {
@@ -118,59 +86,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Breakfast", - name: "Smashed Avo & Poached Eggs", - price: "$18", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/cup-lemon-tea-breakfast-round-white-table_23-2148067060.jpg", - }, + id: "p1", brand: "Breakfast", name: "Smashed Avo & Poached Eggs", price: "$18", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cup-lemon-tea-breakfast-round-white-table_23-2148067060.jpg"}, { - id: "p2", - brand: "Lunch", - name: "Grilled Chicken Salad", - price: "$22", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg", - }, + id: "p2", brand: "Lunch", name: "Grilled Chicken Salad", price: "$22", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg"}, { - id: "p3", - brand: "Coffee", - name: "Signature Flat White", - price: "$5", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-milk-into-cup-coffee_1112-479.jpg", - }, + id: "p3", brand: "Coffee", name: "Signature Flat White", price: "$5", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-milk-into-cup-coffee_1112-479.jpg"}, { - id: "p4", - brand: "Desserts", - name: "House Made Tiramisu", - price: "$12", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-having-cup-coffee_171337-17117.jpg", - }, + id: "p4", brand: "Desserts", name: "House Made Tiramisu", price: "$12", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-having-cup-coffee_171337-17117.jpg"}, { - id: "p5", - brand: "Specials", - name: "Chef's Daily Pasta", - price: "$24", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", - }, + id: "p5", brand: "Specials", name: "Chef's Daily Pasta", price: "$24", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"}, { - id: "p6", - brand: "Drinks", - name: "Fresh Seasonal Juice", - price: "$8", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg", - }, + id: "p6", brand: "Drinks", name: "Fresh Seasonal Juice", price: "$8", rating: 5, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg"}, ]} title="Our Daily Menu" description="From morning brews to evening specials, explore our curated selection of quality dishes and drinks." @@ -181,32 +113,17 @@ export default function LandingPage() {