diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e40f08..2cde9bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { button={{ text: "Order on WhatsApp", href: "https://wa.me/YOURPHONENUMBER", - onClick: "() => console.log('WhatsApp Order')", + onClick: () => console.log('WhatsApp Order'), }} /> @@ -131,7 +131,7 @@ export default function LandingPage() { reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-ice-snowflake-with-ice-cream-red-bean_1339-5014.jpg", imageAlt: "Special Ice Cream", - category: "Customer Favorite", + }, { id: "chapli-kabab", @@ -142,7 +142,7 @@ export default function LandingPage() { reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-colorful-spices-chicken-with-herbs-lavash-board_140725-73709.jpg", imageAlt: "Authentic Chapli Kabab", - category: "Best Seller", + }, { id: "fresh-roti", @@ -153,7 +153,7 @@ export default function LandingPage() { reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/half-cut-wheat-bread-with-barley-marble-surface_114579-48100.jpg", imageAlt: "Fresh Roti", - category: "Side Dish", + }, { id: "takeaway-deals", @@ -164,7 +164,7 @@ export default function LandingPage() { reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-psd/delicious-thai-food-template_23-2151880941.jpg", imageAlt: "Takeaway Deals", - category: "Great Value", + }, ]} title="Our Delicious Menu"