5 Commits

Author SHA1 Message Date
1e87710262 Update src/app/page.tsx 2026-03-04 06:02:02 +00:00
8bbd967652 Merge version_2 into main
Merge version_2 into main
2026-03-04 06:00:42 +00:00
8acfbd6fac Update src/app/page.tsx 2026-03-04 06:00:38 +00:00
bc38600ffa Update src/app/layout.tsx 2026-03-04 06:00:38 +00:00
cead308c7a Merge version_1 into main
Merge version_1 into main
2026-03-04 05:59:00 +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: "Get Directions", href: "https://maps.google.com" },
{ text: "Reserve Table", href: "contact" }
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -177,4 +177,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}