From 36fd74978438ba93e7be03585d1222ea5679d150 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 11:18:34 +0000 Subject: [PATCH] Switch to version 2: modified src/app/about/page.tsx --- src/app/about/page.tsx | 130 +++++++++++++++++++++++++++++++---------- 1 file changed, 99 insertions(+), 31 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f52ed3..cbc94e6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,22 +27,35 @@ export default function LandingPage() { @@ -54,11 +67,29 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "team-1", name: "Gerard Collins", role: "Founder & Lead Roofer", description: "With over 20 years experience, Gerard personally oversees every project, ensuring the highest standards of quality.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149343696.jpg", imageAlt: "Gerard Collins, Founder of GC Roofing"}, + id: "team-1", + name: "Gerard Collins", + role: "Founder & Lead Roofer", + description: "With over 20 years experience, Gerard personally oversees every project, ensuring the highest standards of quality.", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149343696.jpg", + imageAlt: "Gerard Collins, Founder of GC Roofing", + }, { - id: "team-2", name: "Mark Davison", role: "Certified Roofing Technician", description: "Mark is a meticulous craftsman, specializing in complex installations and ensuring every detail is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Mark Davison, Roofing Technician"}, + id: "team-2", + name: "Mark Davison", + role: "Certified Roofing Technician", + description: "Mark is a meticulous craftsman, specializing in complex installations and ensuring every detail is perfect.", + imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", + imageAlt: "Mark Davison, Roofing Technician", + }, { - id: "team-3", name: "Sarah Walsh", role: "Client Relations Manager", description: "Sarah ensures clear communication and photographic updates, keeping clients informed and satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/two-engineers-designers-working-construction-project_273609-16395.jpg", imageAlt: "Sarah Walsh, Client Relations Manager"}, + id: "team-3", + name: "Sarah Walsh", + role: "Client Relations Manager", + description: "Sarah ensures clear communication and photographic updates, keeping clients informed and satisfied.", + imageSrc: "http://img.b2bpic.net/free-photo/two-engineers-designers-working-construction-project_273609-16395.jpg", + imageAlt: "Sarah Walsh, Client Relations Manager", + }, ]} title="Meet the GC Roofing Team" description="Led by Gerard Collins, our team is dedicated to reliability, transparency, and craftsmanship, ensuring your peace of mind." @@ -72,16 +103,24 @@ export default function LandingPage() { metrics={[ { icon: ShieldCheck, - label: "Workmanship", value: "10-Year Guarantee"}, + label: "Workmanship", + value: "10-Year Guarantee", + }, { icon: Award, - label: "Public & Employer's", value: "Fully Insured"}, + label: "Public & Employer's", + value: "Fully Insured", + }, { icon: ListChecks, - label: "Safety Training", value: "Certified Team"}, + label: "Safety Training", + value: "Certified Team", + }, { icon: Trash2, - label: "Waste Management", value: "Licensed Carrier"}, + label: "Waste Management", + value: "Licensed Carrier", + }, ]} metricsAnimation="slide-up" /> @@ -92,41 +131,70 @@ export default function LandingPage() { logoText="GC Roofing" columns={[ { - title: "Services", items: [ + title: "Services", + items: [ { - label: "New Slates & Tiled Roofs", href: "/services#slate-tile"}, + label: "New Slates & Tiled Roofs", + href: "/services#slate-tile", + }, { - label: "Flat Roof Replacement", href: "/services#flat-roof"}, + label: "Flat Roof Replacement", + href: "/services#flat-roof", + }, { - label: "Chimney Removal/Rebuild", href: "/services#chimney"}, + label: "Chimney Removal/Rebuild", + href: "/services#chimney", + }, { - label: "Fascia, Soffits & Guttering", href: "/services#fascia-gutter"}, + label: "Fascia, Soffits & Guttering", + href: "/services#fascia-gutter", + }, { - label: "Storm Damage & Emergency", href: "/services#storm-damage"}, + label: "Storm Damage & Emergency", + href: "/services#storm-damage", + }, { - label: "Skylights & Ventilation", href: "/services#skylights"}, + label: "Skylights & Ventilation", + href: "/services#skylights", + }, ], }, { - title: "Company", items: [ + title: "Company", + items: [ { - label: "About Us", href: "/about"}, + label: "About Us", + href: "/about", + }, { - label: "Projects", href: "/projects"}, + label: "Projects", + href: "/projects", + }, { - label: "Reviews", href: "/reviews"}, + label: "Reviews", + href: "/reviews", + }, { - label: "FAQs", href: "/faq"}, + label: "FAQs", + href: "/faq", + }, { - label: "Contact", href: "/contact"}, + label: "Contact", + href: "/contact", + }, ], }, { - title: "Legal", items: [ + title: "Legal", + items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", + href: "#", + }, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", + href: "#", + }, ], }, ]}