Compare commits
10 Commits
version_5
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 86418561f0 | |||
| 0e620b316a | |||
| 7dc59dc328 | |||
| c74ab2439f | |||
| 757de71dbe | |||
| 2794e93a6c | |||
| ec5bdaf384 | |||
| c62fd4481f | |||
| 2caab86518 | |||
| 6bf3e0cdf7 |
@@ -54,7 +54,7 @@ export default function RoofingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
background={{ variant: "plain" }}
|
||||
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/avatar-3.webp", alt: "Technician inspecting roof" },
|
||||
]}
|
||||
@@ -67,7 +67,7 @@ export default function RoofingPage() {
|
||||
{ text: "Our Services", href: "#services" },
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -286,7 +286,7 @@ export default function RoofingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your roofing needs...", rows: 5, required: true }}
|
||||
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"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fffaf5e6;
|
||||
--primary-cta: #ffaa70;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #fffaf5e6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user