diff --git a/src/app/page.tsx b/src/app/page.tsx index c358e98..aa04fe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { description="Your cozy pocket-friendly cafe destination on East Boring Canal Road, located right besides Chhappan Bhog." buttons={[ { - text: "View Menu", href: "#menu"}, + text: "Browse Our Menu", href: "#menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg" imageAlt="Cozy restaurant entrance" @@ -114,7 +114,7 @@ export default function LandingPage() { reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/baguette-bagels-basket-with-lemon-flour_114579-5839.jpg"}, { id: "p4", brand: "Lunch", name: "Classic Pasta", price: "₹250", rating: 4, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/green-salad-with-lettuce-avocado-arugula-parmesan-cheese_141793-286.jpg"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/green-salad-with-lettuce-avocado-arugula-parmesan-cheese_141793-286.jpg"}, { id: "p5", brand: "Dessert", name: "Chocolate Mousse", price: "₹200", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-dessert-smoothie-tea-white-round-table_23-2148067133.jpg"},