Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-05 06:31:47 +00:00

View File

@@ -44,14 +44,14 @@ export default function LandingPage() {
title="24/7 Emergency Roofing Repairs"
description="Don't let a leak compromise your home. Colin's Emergency Roofers provides fast, reliable, and professional roofing repair services when you need them most."
testimonials={[
{ name: "Alice Johnson", handle: "@alice", testimonial: "Fast response time and quality work. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg" },
{ name: "Alice Johnson", handle: "@alice", testimonial: "Fast response time and quality work. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=1" },
{ name: "Bob Smith", handle: "@bob", testimonial: "Saved our living room from disaster during the storm.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-happy-young-man-winking-smiling-showing-paper-house-cutout-sta_1258-173394.jpg" },
{ name: "Carol White", handle: "@carol", testimonial: "Professional and courteous team throughout the process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg" },
{ name: "David Brown", handle: "@david", testimonial: "Great service at a fair price in an emergency.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-992.jpg" },
{ name: "Eve Davis", handle: "@eve", testimonial: "The best emergency roofing service in the area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-young-man-standing-brick-wall-doing-italian-gesture-with-hand-fingers-confident-expression_839833-1656.jpg" }
]}
buttons={[{ text: "Get Emergency Help", href: "tel:+1234567890" }]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg?_wi=1"
imageAlt="Professional roof repair service in progress"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", alt: "Alice Johnson" },
@@ -82,7 +82,7 @@ export default function LandingPage() {
{ title: "Rapid Response", description: "Guaranteed arrival times to prevent further damage." },
{ title: "Licensed & Insured", description: "Professional work you can trust with full liability coverage." }
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=1"
imageAlt="Experienced roofing crew at work"
mediaAnimation="slide-up"
/>
@@ -93,10 +93,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Storm Damage Repair", description: "Immediate patching for wind and storm destruction.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", imageAlt: "emergency roofing service repair worker" },
{ title: "Roof Leak Detection", description: "Identifying and fixing leaks at the source.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", imageAlt: "roofing installation team working" },
{ title: "Tarping Services", description: "Emergency covering until permanent repairs start.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/knives-tools-electrical-maintenance_23-2147743046.jpg", imageAlt: "roof inspection tools close up" },
{ title: "Shingle Replacement", description: "Matching and replacing lost or damaged shingles.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "happy client portrait residential" }
{ title: "Storm Damage Repair", description: "Immediate patching for wind and storm destruction.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg?_wi=2", imageAlt: "emergency roofing service repair worker" },
{ title: "Roof Leak Detection", description: "Identifying and fixing leaks at the source.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=2", imageAlt: "roofing installation team working" },
{ title: "Tarping Services", description: "Emergency covering until permanent repairs start.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/knives-tools-electrical-maintenance_23-2147743046.jpg?_wi=1", imageAlt: "roof inspection tools close up" },
{ title: "Shingle Replacement", description: "Matching and replacing lost or damaged shingles.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=2", imageAlt: "happy client portrait residential" }
]}
title="Our Emergency Services"
description="We cover all common roofing emergencies to keep you and your property dry."
@@ -128,7 +128,7 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your roofing problem...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/knives-tools-electrical-maintenance_23-2147743046.jpg"
imageSrc="http://img.b2bpic.net/free-photo/knives-tools-electrical-maintenance_23-2147743046.jpg?_wi=2"
imageAlt="Emergency repair tools"
/>
</div>