diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b36906..5444133 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function LandingPage() { variant: "plain"}} title="Experience Le Bistrot" description="Authentic flavors, charming ambiance, and exceptional service in the heart of Inezgane. Your perfect retreat for coffee and cuisine." + buttons={[{ text: "View Menu", href: "#menu" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/candlelight-dinner-glass-juice_140725-9361.jpg", imageAlt: "Cafe ambiance"}, @@ -250,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file