diff --git a/src/app/page.tsx b/src/app/page.tsx index fd9047e..6892c0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,10 @@ export default function LandingPage() { title: "Fresh Ingredients", description: "We use only the finest quality ingredients sourced fresh daily to ensure every plate of biryani is perfect", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-plov-with-different-raisins-inside-plate-dark-space_140725-97883.jpg?_wi=3", imageAlt: "Fresh Ingredients" } ]} - buttons={[{ text: "📍 Get Directions", href: "https://maps.google.com/?q=Met+Bawarchi+Restaurant+Abdullapurmet" }]} + buttons={[ + { text: "🛒 Browse Menu", href: "#menu" }, + { text: "📍 Get Directions", href: "https://maps.google.com/?q=Met+Bawarchi+Restaurant+Abdullapurmet" } + ]} />