diff --git a/src/app/page.tsx b/src/app/page.tsx index 5542eaa..0a0d2cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { description="Emergency Leak Response" subdescription="On-Time & On-Budget • Large & Small Roof Experts • Hassle-Free Service" icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg?_wi=1" imageAlt="Professional roofing team at work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -83,15 +83,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Rapid Response Times", description: "Often same-day contact and emergency service within 15 minutes for critical leaks", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg" + title: "Rapid Response Times", description: "Often same-day contact and emergency service within 15 minutes for critical leaks", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg?_wi=1" }, { id: 2, - title: "Professional & Polite Crew", description: "Courteous, respectful service from start to finish. We treat your home with care", imageSrc: "http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg" + title: "Professional & Polite Crew", description: "Courteous, respectful service from start to finish. We treat your home with care", imageSrc: "http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg?_wi=2" }, { id: 3, - title: "On-Time & On-Budget", description: "No surprise costs or endless project timelines. Transparent pricing and efficient completion", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756549.jpg" + title: "On-Time & On-Budget", description: "No surprise costs or endless project timelines. Transparent pricing and efficient completion", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756549.jpg?_wi=1" } ]} buttons={[ @@ -108,22 +108,22 @@ export default function LandingPage() { tag="Professional Solutions" products={[ { - id: "roof-repair", name: "Roof Repair", price: "Starting at $299", variant: "Leak detection • Storm damage • Flashing issues", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg", imageAlt: "Professional roof repair work" + id: "roof-repair", name: "Roof Repair", price: "Starting at $299", variant: "Leak detection • Storm damage • Flashing issues", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg?_wi=2", imageAlt: "Professional roof repair work" }, { - id: "roof-replacement", name: "Roof Replacement", price: "Custom Quote", variant: "Full tear-offs • Premium installations • Storm-resistant materials", imageSrc: "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg", imageAlt: "Complete roof replacement project" + id: "roof-replacement", name: "Roof Replacement", price: "Custom Quote", variant: "Full tear-offs • Premium installations • Storm-resistant materials", imageSrc: "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=1", imageAlt: "Complete roof replacement project" }, { - id: "gutter-services", name: "Gutter Installation & Repair", price: "Starting at $199", variant: "Seamless gutters • Drainage optimization • Water control systems", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756549.jpg", imageAlt: "Professional gutter installation" + id: "gutter-services", name: "Gutter Installation & Repair", price: "Starting at $199", variant: "Seamless gutters • Drainage optimization • Water control systems", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756549.jpg?_wi=2", imageAlt: "Professional gutter installation" }, { - id: "storm-damage", name: "Storm Damage Services", price: "Emergency Response", variant: "Hurricane damage • Severe weather repair • Emergency tarping", imageSrc: "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg", imageAlt: "Storm damage roof restoration" + id: "storm-damage", name: "Storm Damage Services", price: "Emergency Response", variant: "Hurricane damage • Severe weather repair • Emergency tarping", imageSrc: "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=2", imageAlt: "Storm damage roof restoration" }, { id: "inspections", name: "Roof Inspections", price: "Starting at $149", variant: "Preventative inspections • Peace of mind • Professional assessment", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Professional roof inspection" }, { - id: "water-damage", name: "Leak Detection & Water Damage", price: "Diagnostic Fee $95", variant: "Advanced leak detection • Moisture mapping • Damage assessment", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg", imageAlt: "Water damage and leak detection" + id: "water-damage", name: "Leak Detection & Water Damage", price: "Diagnostic Fee $95", variant: "Advanced leak detection • Moisture mapping • Damage assessment", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg?_wi=3", imageAlt: "Water damage and leak detection" } ]} textboxLayout="default" @@ -152,7 +152,7 @@ export default function LandingPage() {