Compare commits
8 Commits
version_7
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 86418561f0 | |||
| 0e620b316a | |||
| 7dc59dc328 | |||
| c74ab2439f | |||
| 757de71dbe | |||
| 2794e93a6c | |||
| ec5bdaf384 | |||
| c62fd4481f |
@@ -54,7 +54,7 @@ export default function RoofingPage() {
|
|||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/contact.webp", alt: "Roofing professional" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D80MlXBRoP0ZXW01wd6rIuX5yK/uploaded-1777651392966-60zjc807.jpg", alt: "Roofing professional" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/custom-proposal.webp", alt: "Roofer carrying tiles" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/custom-proposal.webp", alt: "Roofer carrying tiles" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/avatar-3.webp", alt: "Technician inspecting roof" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/avatar-3.webp", alt: "Technician inspecting roof" },
|
||||||
]}
|
]}
|
||||||
@@ -67,7 +67,7 @@ export default function RoofingPage() {
|
|||||||
{ text: "Our Services", href: "#services" },
|
{ text: "Our Services", href: "#services" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/hero-main.webp"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D80MlXBRoP0ZXW01wd6rIuX5yK/uploaded-1777651444756-2jopfkh5.jpg"
|
||||||
imageAlt="Roofer walking on rooftop against blue sky"
|
imageAlt="Roofer walking on rooftop against blue sky"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
@@ -286,7 +286,7 @@ export default function RoofingPage() {
|
|||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Tell us about your roofing needs...", rows: 5, required: true }}
|
textarea={{ name: "message", placeholder: "Tell us about your roofing needs...", rows: 5, required: true }}
|
||||||
buttonText="Request Free Estimate"
|
buttonText="Request Free Estimate"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/contact.webp"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D80MlXBRoP0ZXW01wd6rIuX5yK/uploaded-1777651392966-60zjc807.jpg"
|
||||||
imageAlt="Roofing professional using tablet on site"
|
imageAlt="Roofing professional using tablet on site"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #e3deea;
|
--background: #f5faff;
|
||||||
--card: #ffffff;
|
--card: #f1f8ff;
|
||||||
--foreground: #27231f;
|
--foreground: #001122;
|
||||||
--primary-cta: #27231f;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #e3deea;
|
--primary-cta-text: #f5faff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #27231f;
|
--secondary-cta-text: #001122;
|
||||||
--accent: #c68a62;
|
--accent: #a8cce8;
|
||||||
--background-accent: #c68a62;
|
--background-accent: #7ba3cf;
|
||||||
|
|
||||||
/* 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