8 Commits

Author SHA1 Message Date
86418561f0 Update src/app/page.tsx 2026-05-01 16:04:59 +00:00
0e620b316a Update src/app/page.tsx 2026-05-01 16:03:28 +00:00
7dc59dc328 Update theme colors 2026-05-01 15:46:59 +00:00
c74ab2439f Update theme colors 2026-05-01 15:46:50 +00:00
757de71dbe Update theme colors 2026-05-01 15:46:40 +00:00
2794e93a6c Update theme colors 2026-05-01 15:46:30 +00:00
ec5bdaf384 Update theme colors 2026-05-01 15:46:25 +00:00
c62fd4481f Update theme colors 2026-05-01 15:46:18 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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"

View File

@@ -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);