Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92daf32d6c | |||
| d0bb67c9d7 | |||
| 610162dafc | |||
| 62dafbedaa | |||
| bc940f5a8c | |||
| 6a43387cf7 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=okkzgc"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpLicFwrF5qAlo4BS5zWMKNijA/uploaded-1780872198017-tazpeeq6.jpg"
|
||||||
logoAlt="LA Roofing Company Logo"
|
logoAlt="LA Roofing Company Logo"
|
||||||
brandName="LA Roofing Co."
|
brandName="LA Roofing Co."
|
||||||
/>
|
/>
|
||||||
@@ -289,7 +289,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=okkzgc"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpLicFwrF5qAlo4BS5zWMKNijA/uploaded-1780872198017-tazpeeq6.jpg"
|
||||||
logoAlt="LA Roofing Company Logo"
|
logoAlt="LA Roofing Company Logo"
|
||||||
logoText="LA Roofing Co."
|
logoText="LA Roofing Co."
|
||||||
copyrightText="© 2024 LA Roofing Co. All rights reserved."
|
copyrightText="© 2024 LA Roofing Co. All rights reserved."
|
||||||
@@ -298,4 +298,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfaff;
|
--background: #000000;
|
||||||
--card: #f7f5ff;
|
--card: #0c0c0c;
|
||||||
--foreground: #0f0022;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #8b5cf6;
|
--primary-cta: #cee7ff;
|
||||||
--primary-cta-text: #fbfaff;
|
--primary-cta-text: #000000;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #0f0022;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #d8cef5;
|
--accent: #535353;
|
||||||
--background-accent: #c4a8f9;
|
--background-accent: #CEE7FF;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user