Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7eaca342a5 | |||
| 8be6dda085 | |||
| 207f12b3ec | |||
| c61987b801 | |||
| d05e20303c |
@@ -40,6 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="AME Home Mods"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/uploaded-1778503042791-jg5swba8.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,4 +195,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcfaf7;
|
||||
--card: #f5f3ef;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #1a1a1a;
|
||||
--primary-cta-text: #fcfaf7;
|
||||
--secondary-cta: #c5a059;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #c5a059;
|
||||
--background-accent: #e0dcd5;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--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