9 Commits

Author SHA1 Message Date
f59678d825 Merge version_5 into main
Merge version_5 into main
2026-05-11 00:06:23 +00:00
655c2fea30 Update src/app/page.tsx 2026-05-11 00:06:20 +00:00
aa746b12d3 Merge version_4 into main
Merge version_4 into main
2026-05-11 00:01:27 +00:00
b509b45898 Update theme colors 2026-05-11 00:01:24 +00:00
43acdc809b Merge version_3 into main
Merge version_3 into main
2026-05-11 00:01:22 +00:00
0d174a3aea Update theme colors 2026-05-11 00:01:19 +00:00
c9a053c0e7 Merge version_2 into main
Merge version_2 into main
2026-05-11 00:01:14 +00:00
939ef7e2e0 Update theme colors 2026-05-11 00:01:08 +00:00
9b2796c61f Merge version_1 into main
Merge version_1 into main
2026-05-10 23:51:43 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ export default function LandingPage() {
{ name: "Find Us", id: "location" },
]}
brandName="Ulu Café"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYRUBpJhJKePuLQaimE1vQRRyl/uploaded-1778457963553-3ds92te1.png"
/>
</div>
@@ -179,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #FAFAF7;
--card: #E8DFD0;
--foreground: #3D2B1F;
--primary-cta: #2D6A4F;
--primary-cta-text: #FFFFFF;
--secondary-cta: #C4623A;
--secondary-cta-text: #FFFFFF;
--accent: #E8DFD0;
--background-accent: #D1C7B8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);