From f2219c8e3d9d47a3a3f13a853c01a7fdd3b6dbb3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 19:05:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df295e5..7069d39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Shield, Wrench, Search, HelpCircle, ClipboardCheck, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star } from "lucide-react"; +import { Shield, Wrench, Search, Phone, ClipboardCheck, CheckCircle, HardHat, Clock, Users, Award, ThumbsUp, Star } from "lucide-react"; export default function RoofingPage() { return ( @@ -73,14 +73,14 @@ 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"}, + 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"}, { - 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"}, + 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"}, { - 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"}, + 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"}, ]} /> @@ -171,7 +171,6 @@ export default function RoofingPage() {
@@ -209,7 +204,7 @@ export default function RoofingPage() { 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" }] }, - { title: "Contact", items: [{ label: "(555) 123-4567", href: "tel:5551234567" }, { label: "info@summitroofing.com", href: "mailto:info@summitroofing.com" }, { label: "Dallas, TX" }] }, + { title: "Contact", items: [{ label: "(555) 123-4567", href: "tel:5551234567" }, { label: "info@summitroofing.com", href: "mailto:info@summitroofing.com" }, { label: "Dallas, TX", href: "#" }] }, ]} copyrightText="© 2026 | Summit Roofing" />