diff --git a/src/app/page.tsx b/src/app/page.tsx index 2664d53..f6733db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,17 +58,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "High-end roofing project"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg?_wi=1", imageAlt: "High-end roofing project"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Detail work"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=1", imageAlt: "Detail work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "Residential roof"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg?_wi=2", imageAlt: "Residential roof"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Craftsmanship"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=2", imageAlt: "Craftsmanship"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "Finished roofing"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg?_wi=3", imageAlt: "Finished roofing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Copper flashing"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=3", imageAlt: "Copper flashing"}, ]} mediaAnimation="slide-up" /> @@ -122,7 +122,7 @@ export default function LandingPage() { features={[ { id: "f1", title: "Roof Replacement", description: "Full architectural shingle replacement with top-tier material guarantees.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Replacement"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=4", imageAlt: "Replacement"}, items: [ { icon: CheckCircle, @@ -135,7 +135,7 @@ export default function LandingPage() { }, { id: "f2", title: "Roof Repair", description: "Rapid response repairs for leaks, flashing issues, and storm damage.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=5", imageAlt: "Repair"}, items: [ { icon: CheckCircle, @@ -148,7 +148,7 @@ export default function LandingPage() { }, { id: "f3", title: "Gutter Systems", description: "Seamless gutter installation and cleaning for improved water management.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Gutters"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=6", imageAlt: "Gutters"}, items: [ { icon: CheckCircle, @@ -171,7 +171,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Excellence", quote: "Efrain and his team were prompt, professional, and delivered a perfect job.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg"}, + id: "1", title: "Excellence", quote: "Efrain and his team were prompt, professional, and delivered a perfect job.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg?_wi=1"}, { id: "2", title: "Craftsmanship", quote: "The copper flashing detail is incredible. Best in Santa Cruz.", name: "Mike D.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-pressing-touchscreen-button_93675-133103.jpg"}, { @@ -179,7 +179,7 @@ export default function LandingPage() { { id: "4", title: "Highly Recommend", quote: "Honest, reliable, and premium results. Will definitely use them again.", name: "Kevin L.", role: "Builder", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg"}, { - id: "5", title: "Top Tier", quote: "Simply the best experience I have had with any contractor in California.", name: "David R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg"}, + id: "5", title: "Top Tier", quote: "Simply the best experience I have had with any contractor in California.", name: "David R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg?_wi=2"}, ]} title="Trusted by Local Homeowners" description="See why Santa Cruz relies on EG Roofing for premium results." @@ -200,7 +200,7 @@ export default function LandingPage() {