From 1ff86a0f7828b83e87cd91975a7396fabb2ba67c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:32:35 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 96 +++++++++++----------------------------- 1 file changed, 26 insertions(+), 70 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1737acb..0709835 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Roof Repair", href: "/services" }, { label: "Roof Replacement", href: "/services" }, { label: "Maintenance", href: "/services" }, @@ -38,16 +36,14 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: +1-555-0100", href: "tel:+1-555-0100" }, { label: "Free Estimate", href: "/contact" }, { label: "Emergency Service", href: "tel:+1-555-0100" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Warranty Info", href: "#" }, @@ -76,9 +72,7 @@ export default function ContactPage() { id: item.id, }))} button={{ - text: "Call Now for Free Estimate", - href: "tel:+1-555-0100", - }} + text: "Call Now for Free Estimate", href: "tel:+1-555-0100"}} /> @@ -90,43 +84,28 @@ export default function ContactPage() { tagIcon={Award} buttons={[ { - text: "Call Now for Free Estimate", - href: "tel:+1-555-0100", - }, + text: "Call Now for Free Estimate", href: "tel:+1-555-0100"}, { - text: "Request Quote Online", - href: "#contact-form", - }, + text: "Request Quote Online", href: "#contact-form"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg" 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?_wi=5", - }, + 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"}, { - 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?_wi=5", - }, + 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"}, { - 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?_wi=5", - }, + 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"}, ]} useInvertedBackground={false} imagePosition="right" + background={{ variant: "plain" }} /> @@ -136,25 +115,13 @@ export default function ContactPage() { tag="Why Choose Us" metrics={[ { - id: "1", - value: "20+", - description: "Years of hands-on roofing experience across residential, commercial, and multi-family projects.", - }, + id: "1", value: "20+", description: "Years of hands-on roofing experience across residential, commercial, and multi-family projects."}, { - id: "2", - value: "3,500+", - description: "Satisfied customers throughout the region with verified reviews and long-term relationships.", - }, + id: "2", value: "3,500+", description: "Satisfied customers throughout the region with verified reviews and long-term relationships."}, { - id: "3", - value: "100%", - description: "Warranty on all materials and labor. We stand behind every job we complete.", - }, + id: "3", value: "100%", description: "Warranty on all materials and labor. We stand behind every job we complete."}, { - id: "4", - value: "24hrs", - description: "Emergency response availability for storm damage and urgent roof repairs.", - }, + id: "4", value: "24hrs", description: "Emergency response availability for storm damage and urgent roof repairs."}, ]} metricsAnimation="slide-up" useInvertedBackground={true} @@ -165,30 +132,19 @@ export default function ContactPage() {