7 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
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
3 changed files with 6 additions and 6 deletions

View File

@@ -4,10 +4,10 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #0a0a0a;
--background: #000000;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--foreground: #ffffff;
--primary-cta: #e6e6e6;
--secondary-cta: #1a1a1a;
--accent: #737373;
--background-accent: #737373;

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