Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fac0e4a475 | |||
| 5a5cf926f0 | |||
| 042b878cdc | |||
| f97d415710 |
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
logoText="Brew Haven"
|
||||
description="Discover the perfect blend of specialty coffee, artisan pastries, and warm hospitality. Your daily escape to exceptional taste."
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "#products" },
|
||||
{ text: "Visit Us", href: "#contact" }
|
||||
{ text: "Browse Our Menu", href: "#products" },
|
||||
{ text: "Reserve a Table", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -216,8 +216,8 @@ export default function LandingPage() {
|
||||
title="Ready for Your Next Great Cup?"
|
||||
description="Visit us in person to experience Brew Haven's warm hospitality and exceptional coffee. Or reach out with any questions—we'd love to hear from you."
|
||||
buttons={[
|
||||
{ text: "Visit Our Café", href: "#" },
|
||||
{ text: "Send Message", href: "#" }
|
||||
{ text: "Get Directions & Hours", href: "#" },
|
||||
{ text: "Book a Visit", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
Reference in New Issue
Block a user