5 Commits

Author SHA1 Message Date
f36fdbd008 Merge version_4 into main
Merge version_4 into main
2025-12-24 09:44:18 +00:00
81d3db74d5 Update src/app/page.tsx 2025-12-24 09:44:13 +00:00
a3ed21cc19 Merge version_3 into main
Merge version_3 into main
2025-12-24 09:40:31 +00:00
d6ff06ec26 Update src/app/globals.css 2025-12-24 09:40:26 +00:00
1cec78d77b Merge version_2 into main
Merge version_2 into main
2025-12-24 09:38:04 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #ffffff;
--card: #fcfcfc;
--foreground: #120006e6;
--primary-cta: #ff0000;
--secondary-cta: #ffffff;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}

View File

@@ -169,6 +169,7 @@ export default function LandingPage() {
cardTitle="Over 5,000 happy customers enjoy our coffee and atmosphere every month"
cardTag="Customer Loved"
cardTagIcon={Star}
starColor="yellow"
useInvertedBackground="noInvert"
/>
</div>