Update src/app/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Brew Haven: Where Coffee Meets Community"
|
||||
description="Experience the finest specialty coffees, freshly roasted and expertly crafted. Our cozy café is the perfect spot to relax, connect, and enjoy exceptional coffee."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Daily Visitors" },
|
||||
{ value: "15+", label: "Coffee Varieties" },
|
||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to experience exceptional coffee and community? Visit Brew Haven today or reach out to book a private event or catering. We're here to make your day better, one cup at a time."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "contact" },
|
||||
|
||||
Reference in New Issue
Block a user