Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-19 19:05:44 +00:00

View File

@@ -60,7 +60,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/default/templates/roofing/hero-main.webp?_wi=1"
imageAlt="Roofer walking on rooftop against blue sky"
mediaAnimation="slide-up"
marqueeItems={[
@@ -74,13 +74,13 @@ export default function RoofingPage() {
testimonials={[
{
name: "James Mitchell", handle: "Homeowner, Dallas TX", testimonial: "Summit replaced our entire roof in two days. Professional crew, clean job site, and the new roof looks incredible.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/robert-thompson.webp", imageAlt: "James Mitchell"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/robert-thompson.webp?_wi=1", imageAlt: "James Mitchell"},
{
name: "Karen O'Brien", handle: "Homeowner, Fort Worth TX", testimonial: "After the hailstorm, Summit handled our insurance claim and had us covered within a week. Truly outstanding service.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/patricia-nguyen.webp", imageAlt: "Karen O'Brien"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/patricia-nguyen.webp?_wi=1", imageAlt: "Karen O'Brien"},
{
name: "David & Lisa Park", handle: "Homeowners, Plano TX", testimonial: "We got three quotes and Summit offered the best value with a lifetime warranty. No-brainer decision.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/steve-amy-collins.webp", imageAlt: "David and Lisa Park"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/steve-amy-collins.webp?_wi=1", imageAlt: "David and Lisa Park"},
]}
/>
</div>
@@ -157,10 +157,10 @@ export default function RoofingPage() {
title="What Our Customers Say"
description="Don't just take our word for it — hear from homeowners who trust Summit with their roofs."
testimonials={[
{ id: "1", name: "Robert Thompson", role: "Homeowner", company: "Dallas, TX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/robert-thompson.webp", imageAlt: "Robert Thompson" },
{ id: "1", name: "Robert Thompson", role: "Homeowner", company: "Dallas, TX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/robert-thompson.webp?_wi=2", imageAlt: "Robert Thompson" },
{ id: "2", name: "Maria Gonzalez", role: "Homeowner", company: "Arlington, TX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/maria-gonzalez.webp", imageAlt: "Maria Gonzalez" },
{ id: "3", name: "Steve & Amy Collins", role: "Homeowners", company: "Frisco, TX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/steve-amy-collins.webp", imageAlt: "Steve and Amy Collins" },
{ id: "4", name: "Patricia Nguyen", role: "Homeowner", company: "McKinney, TX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/patricia-nguyen.webp", imageAlt: "Patricia Nguyen" },
{ id: "3", name: "Steve & Amy Collins", role: "Homeowners", company: "Frisco, TX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/steve-amy-collins.webp?_wi=2", imageAlt: "Steve and Amy Collins" },
{ id: "4", name: "Patricia Nguyen", role: "Homeowner", company: "McKinney, TX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/patricia-nguyen.webp?_wi=2", imageAlt: "Patricia Nguyen" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -200,7 +200,7 @@ export default function RoofingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Summit Roofing"
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/default/templates/roofing/hero-main.webp?_wi=2"
columns={[
{ title: "Services", items: [{ label: "Roof Installation", href: "#services" }, { label: "Roof Repair", href: "#services" }, { label: "Roof Inspection", href: "#services" }, { label: "Emergency Services", href: "#services" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, { label: "Free Estimate", href: "#contact" }] },