Update src/app/page.tsx

This commit is contained in:
2025-12-26 12:45:36 +00:00
parent d88de6e309
commit 238ac2aac3

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="3" title="2"
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>
); );
} }