5 Commits

Author SHA1 Message Date
134dc6750b Merge version_2 into main
Merge version_2 into main
2026-04-07 21:14:26 +00:00
7c5ec4a0f4 Update src/app/page.tsx 2026-04-07 21:14:23 +00:00
578455972f Merge version_1 into main
Merge version_1 into main
2026-04-07 21:11:08 +00:00
eef9003387 Merge version_1 into main
Merge version_1 into main
2026-04-07 21:10:44 +00:00
579671f136 Merge version_1 into main
Merge version_1 into main
2026-04-07 21:10:14 +00:00

View File

@@ -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" },
]}
/>
</div>