Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ae504e57c | |||
| 179c284390 | |||
| 1e87710262 | |||
| 8bbd967652 |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user