diff --git a/src/app/page.tsx b/src/app/page.tsx index 4189711..510e5ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Fresh Coffee, Warm Moments" description="Experience the art of handcrafted specialty coffee in our cozy haven. Your perfect day starts with a perfect brew." - buttons={[{ text: "View Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" }]} + buttons={[{ text: "Browse Our Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/male-barista-holding-coffee-cardboard-cup_1303-29325.jpg" imageAlt="3D coffee cup centered" /> @@ -159,4 +159,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file