3 Commits

Author SHA1 Message Date
e4d65a2645 Update src/app/page.tsx 2025-12-26 12:39:17 +00:00
db8cbece9a Update src/app/layout.tsx 2025-12-26 12:39:16 +00:00
de8decbd9c Update src/app/globals.css 2025-12-26 12:39:15 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -6,11 +6,11 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fff0f0e6;
--primary-cta: #ff3d4a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--secondary-cta: #1a1a1a;
--accent: #7b2d2d;
--background-accent: #b8111f;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1267,4 +1267,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

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