diff --git a/src/app/page.tsx b/src/app/page.tsx index 501ec07..435d479 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: "Reserve Table", href: "contact" }, - { text: "Get Directions", href: "https://maps.google.com" } + { text: "Get Directions", href: "https://maps.google.com" }, + { text: "Reserve Table", href: "contact" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}