Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 22:33:06 +00:00
parent 82856644fe
commit f95492bb1c

View File

@@ -88,20 +88,20 @@ export default function AboutPage() {
{
text: "Request Quote Online", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg?_wi=2"
imageAlt="Professional roofing crew installing new roof"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
testimonials={[
{
name: "Sarah Martinez", handle: "Homeowner, North Side", testimonial: "Fast, professional, and honest pricing. They fixed our roof in one day!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=3"},
{
name: "John Thompson", handle: "Property Manager, Downtown", testimonial: "Reliable and responsive. We trust them for all our properties.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3"},
{
name: "David Chen", handle: "Commercial Building Owner", testimonial: "Expert in commercial flat roofing. Their warranty is unbeatable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=3"},
]}
useInvertedBackground={false}
imagePosition="right"
@@ -137,13 +137,13 @@ export default function AboutPage() {
tagIcon={CheckCircle}
features={[
{
title: "Roof Repair", description: "Expert diagnosis and fast fixes for leaks, missing shingles, and storm damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg", imageAlt: "Professional roof repair work", buttonIcon: Wrench,
title: "Roof Repair", description: "Expert diagnosis and fast fixes for leaks, missing shingles, and storm damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg?_wi=2", imageAlt: "Professional roof repair work", buttonIcon: Wrench,
},
{
title: "Roof Replacement", description: "Complete roof system replacement with premium materials and multi-year warranties.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "New roof installation", buttonIcon: Home,
title: "Roof Replacement", description: "Complete roof system replacement with premium materials and multi-year warranties.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=2", imageAlt: "New roof installation", buttonIcon: Home,
},
{
title: "Roof Maintenance", description: "Preventative inspections, cleaning, and maintenance to extend roof life and avoid costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg", imageAlt: "Routine roof maintenance", buttonIcon: CheckCircle,
title: "Roof Maintenance", description: "Preventative inspections, cleaning, and maintenance to extend roof life and avoid costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg?_wi=2", imageAlt: "Routine roof maintenance", buttonIcon: CheckCircle,
},
]}
textboxLayout="default"