Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e54580cdc | |||
| 58c02badd2 | |||
| c6fbbf41a2 | |||
| 2762c45d38 | |||
| e4d65a2645 | |||
| db8cbece9a | |||
| de8decbd9c | |||
| 7e47524326 | |||
| f4946a62f4 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #f8fcff;
|
||||
--card: #ffffff;
|
||||
--foreground: #00101f;
|
||||
--primary-cta: #409fff;
|
||||
--background: #ffeef8;
|
||||
--card: #fce4f0;
|
||||
--foreground: #3d1a2a;
|
||||
--primary-cta: #d9408d;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #c7e2fc;
|
||||
--background-accent: #9bcfff;
|
||||
--accent: #f5c4d8;
|
||||
--background-accent: #f0a8c8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -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="1"
|
||||
title="5"
|
||||
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