Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f59678d825 | |||
| 655c2fea30 | |||
| aa746b12d3 | |||
| b509b45898 | |||
| 43acdc809b | |||
| 0d174a3aea | |||
| c9a053c0e7 | |||
| 939ef7e2e0 | |||
| 9b2796c61f |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user