diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea5f311..1a6d5bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index d75c5d0..501ec07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,8 +132,8 @@ export default function LandingPage() { text="Ready to experience exceptional coffee? Join us today and become part of the Brew Haven family. We can't wait to serve you." animationType="entrance-slide" buttons={[ - { text: "Get in Touch", href: "#" }, - { text: "Visit Us Now", href: "#" } + { text: "Reserve Table", href: "contact" }, + { text: "Get Directions", href: "https://maps.google.com" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}