4 Commits

Author SHA1 Message Date
4ae504e57c Update src/app/page.tsx 2026-03-04 06:03:58 +00:00
179c284390 Merge version_3 into main
Merge version_3 into main
2026-03-04 06:02:06 +00:00
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

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Menu", href: "products" },
{ text: "Order Now", href: "products" },
{ text: "Reserve a Spot", href: "contact" }
]}
buttonAnimation="slide-up"
@@ -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}