Update src/app/page.tsx

This commit is contained in:
2026-02-12 12:38:24 +00:00
parent 3b1c183dab
commit a571d60905

View File

@@ -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>