Update src/app/page.tsx

This commit is contained in:
2025-12-26 12:46:40 +00:00
parent 869bf0b128
commit f78dcdaa8c

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
title="2" title="3"
description="Welcome to BrewHaven, where every coffee tells a story. From rich espresso to smooth cold brew, we craft the perfect blend for every moment of your day." description="Welcome to BrewHaven, where every coffee tells a story. From rich espresso to smooth cold brew, we craft the perfect blend for every moment of your day."
tag="Premium Coffee Experience" tag="Premium Coffee Experience"
tagIcon={Coffee} tagIcon={Coffee}
@@ -250,4 +250,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }