5 Commits

Author SHA1 Message Date
c6fbbf41a2 Update src/app/page.tsx 2025-12-26 12:41:51 +00:00
2762c45d38 Update src/app/globals.css 2025-12-26 12:41:50 +00:00
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 10 additions and 10 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #0a0a0a; --background: #fafffb;
--card: #1a1a1a; --card: #f7fffa;
--foreground: #fff0f0e6; --foreground: #001a0a;
--primary-cta: #ff3d4a; --primary-cta: #0a7039;
--secondary-cta: #1a1a1a; --secondary-cta: #ffffff;
--accent: #7b2d2d; --accent: #a8d9be;
--background-accent: #b8111f; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

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="4"
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>
); );
} }