Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Sip the Perfect Moment"
|
||||
description="Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your daily escape awaits."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[{ value: "10+", label: "Years Serving" }, { value: "15+", label: "Unique Blends" }, { value: "10K+", label: "Happy Customers" }]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Explore Menu", href: "/menu" }, { text: "Find Us", href: "/contact" }]}
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
cardTitleClassName="text-foreground"
|
||||
cardDescriptionClassName="text-foreground"
|
||||
tag="Our Specialties"
|
||||
tagClassName="text-primary-cta"
|
||||
textBoxTagClassName="text-primary-cta"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user