Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 06:00:43 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}