Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33c1c8ead5 | |||
| 1b8a9bded1 | |||
| f4095f51b3 | |||
| 208542dd3b | |||
| 789d9e1025 | |||
| 29be4cdaeb | |||
| 6a888322e4 |
@@ -26,9 +26,9 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Main Site", id: "/home"
|
name: "Main Site", id: "/home"
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
brandName="Reece Transportation"
|
brandName=""
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Quote", href: "/home#contact"
|
text: "Get a Quote", href: "/home#contact"
|
||||||
}}
|
}}
|
||||||
@@ -45,9 +45,9 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Get a Quote", href: "/home#contact"
|
text: "Get a Quote", href: "/home#contact"
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307752.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EF7eEqiokJvPWQ2PlqgLNVTlKr/uploaded-1779763424586-w5q007ik.webp"
|
||||||
imageAlt="Heavy machinery used in construction industry"
|
imageAlt="Heavy machinery used in construction industry"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
@@ -64,15 +64,15 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "/home#contact"
|
label: "Contact", href: "/home#contact"
|
||||||
},
|
}
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"
|
label: "Privacy Policy", href: "#"
|
||||||
},
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
logoText="Reece Transportation"
|
logoText="Reece Transportation"
|
||||||
@@ -81,4 +81,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #ffffff;
|
||||||
--card: #1a1a1a;
|
--card: #f9f9f9;
|
||||||
--foreground: #fffffae6;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #fde047;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #fffffae6;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #737373;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #737373;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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