diff --git a/src/app/page.tsx b/src/app/page.tsx index f200417..647e6ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Artemis Kafe: Crafting Moments in Every Sip" description="Experience the perfect balance of artisanal coffee and warm, inviting atmosphere at the heart of the city." background={{ variant: "radial-gradient" }} - buttons={[{ text: "View Menu", href: "#products" }]} + buttons={[{ text: "Explore Our Signature Menu", href: "#products" }]} mediaAnimation="opacity" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg", imageAlt: "Cafe Scene 1" }, @@ -136,4 +136,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file