diff --git a/src/app/page.tsx b/src/app/page.tsx index f5126a6..76a9c38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,18 +50,12 @@ export default function LandingPage() { text: "Get a Free Estimate", href: "#contact"}, ]} carouselItems={[ - { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", imageAlt: "Roof inspection"}, - { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "Roof team"}, - { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", imageAlt: "Roof shingles"}, - { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg?_wi=1", imageAlt: "Roof details"}, - { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=1", imageAlt: "Roof safety"}, - { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=1", imageAlt: "Roof finish"}, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", imageAlt: "Roof inspection" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "Roof team" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", imageAlt: "Roof shingles" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg?_wi=1", imageAlt: "Roof details" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=1", imageAlt: "Roof safety" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=1", imageAlt: "Roof finish" }, ]} />