5 Commits

Author SHA1 Message Date
83770a7f39 Update src/app/page.tsx 2025-12-26 12:48:47 +00:00
e3eb8b5645 Update src/app/layout.tsx 2025-12-26 12:48:46 +00:00
c42979651e Update src/app/globals.css 2025-12-26 12:48:45 +00:00
8e54580cdc Update src/app/page.tsx 2025-12-26 12:44:08 +00:00
58c02badd2 Update src/app/globals.css 2025-12-26 12:44:07 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--secondary-cta: #ffffff;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--background: #000000;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e6e6e6;
--secondary-cta: #1a1a1a;
--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="4"
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>
);
}
}