diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d0f6f5..c86ef50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -104,42 +75,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "m1", - name: "Jollof Rice Special", - price: "GH₵35", - imageSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-83.jpg", - }, - { - id: "m2", - name: "Grilled Tilapia Platter", - price: "GH₵45", - imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg?_wi=1", - }, - { - id: "m3", - name: "Creamy Chicken Pasta", - price: "GH₵40", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg", - }, - { - id: "m4", - name: "Vegetable Stir-fry", - price: "GH₵25", - imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg", - }, - { - id: "m5", - name: "Assorted Meat Stew", - price: "GH₵38", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109446.jpg", - }, - { - id: "m6", - name: "Gourmet Fruit Tart", - price: "GH₵20", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg", - }, + { id: "m1", name: "Jollof Rice Special", price: "GH₵35", imageSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-83.jpg" }, + { id: "m2", name: "Grilled Tilapia Platter", price: "GH₵45", imageSrc: "http://img.b2bpic.net/free-photo/chef-presents-lula-kebab-served-with-basil_140725-8121.jpg" }, + { id: "m3", name: "Creamy Chicken Pasta", price: "GH₵40", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg" }, + { id: "m4", name: "Vegetable Stir-fry", price: "GH₵25", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-red-gurza-side-view_141793-4739.jpg" }, + { id: "m5", name: "Assorted Meat Stew", price: "GH₵38", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109446.jpg" }, + { id: "m6", name: "Gourmet Fruit Tart", price: "GH₵20", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg" }, ]} title="Signature Menu" description="Exquisite dishes crafted to perfection." @@ -150,15 +91,7 @@ export default function LandingPage() {