Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83770a7f39 | |||
| e3eb8b5645 | |||
| c42979651e | |||
| 8e54580cdc | |||
| 58c02badd2 | |||
| c6fbbf41a2 | |||
| 2762c45d38 |
@@ -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;
|
||||
|
||||
@@ -1267,4 +1267,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user