Update src/app/page.tsx

This commit is contained in:
2025-12-26 12:48:47 +00:00
parent e3eb8b5645
commit 83770a7f39

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
title="5"
title="6"
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"
tagIcon={Coffee}
@@ -250,4 +250,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}