diff --git a/src/app/page.tsx b/src/app/page.tsx index 4709ed1..0f7d431 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { { text: "Call Now", href: "tel:0485576824" } ]} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg?_wi=1", imageAlt: "beautifully manicured lawn fresh green grass" }, + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg", imageAlt: "beautifully manicured lawn fresh green grass" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bearded-florist-blue-t-shirt-with-garden-tools-cutting-dead-flowers-spending-summer-morning-countryside-house_176420-19906.jpg", imageAlt: "lawn mowing professional landscaping grass cutting" }, { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg", imageAlt: "professional lawn edging trimming garden borders" }, { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-6159.jpg", imageAlt: "residential bin cleaning service maintenance hygiene" }, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27385.jpg", imageAlt: "green waste removal garden disposal landscaping" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg?_wi=2", imageAlt: "beautifully manicured lawn fresh green grass" } + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg", imageAlt: "beautifully manicured lawn fresh green grass" } ]} autoPlay={true} autoPlayInterval={4000} @@ -98,8 +98,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" + cardTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" /> @@ -110,7 +110,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg" imageAlt="professional lawn care team Tasmania outdoor" imagePosition="right" bulletPoints={[ @@ -162,8 +162,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> @@ -207,8 +207,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + cardTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> @@ -219,7 +219,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg" imageAlt="professional lawn care team Tasmania outdoor" imagePosition="left" bulletPoints={[ @@ -260,7 +260,7 @@ export default function LandingPage() {