diff --git a/src/app/page.tsx b/src/app/page.tsx index ef8ebae..3195367 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,26 +43,32 @@ export default function LandingPage() { description="Grass Cutting, Painting, Roof & Driveway Cleaning, and Pest Control. Trusted by homeowners and businesses with 5-star ratings." tag="Local Expert" tagIcon={Leaf} - tagAnimation="entrance-slide" + tagAnimation="none" buttons={[ { text: "Call Now: 063 235 7487", href: "tel:0632357487" }, { text: "Get a Free Quote", href: "#contact" }, ]} - buttonAnimation="entrance-slide" - background={{ variant: "circleGradient" }} + buttonAnimation="none" + background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", imageAlt: "Professional lawn care service"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", imageAlt: "Professional lawn care service" + }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-psd/vibrant-green-gas-powered-lawn-mower-with-grass-catcher_84443-77025.jpg", imageAlt: "Lawn mowing and maintenance"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-psd/vibrant-green-gas-powered-lawn-mower-with-grass-catcher_84443-77025.jpg", imageAlt: "Lawn mowing and maintenance" + }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/female-construction-worker-with-helmet-paint-roller_23-2148813403.jpg", imageAlt: "Professional painting services"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/female-construction-worker-with-helmet-paint-roller_23-2148813403.jpg", imageAlt: "Professional painting services" + }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-using-power-trowel-machine-construction-site_651396-3214.jpg", imageAlt: "Driveway cleaning service"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-using-power-trowel-machine-construction-site_651396-3214.jpg", imageAlt: "Driveway cleaning service" + }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15606.jpg", imageAlt: "Roof cleaning service"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15606.jpg", imageAlt: "Roof cleaning service" + }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-suit-disinfecting-stairs_23-2148563394.jpg", imageAlt: "Pest control treatment"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-suit-disinfecting-stairs_23-2148563394.jpg", imageAlt: "Pest control treatment" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -76,17 +82,19 @@ export default function LandingPage() { description="Complete landscaping and property maintenance solutions for Gqeberha, Zwide, and surrounding areas" tag="Services Available" tagIcon={Wrench} - tagAnimation="entrance-slide" + tagAnimation="none" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} negativeCard={{ items: [ - "Overgrown lawns", "Dirty driveways", "Pest infestations", "Neglected roofs"], + "Overgrown lawns", "Dirty driveways", "Pest infestations", "Neglected roofs" + ], }} positiveCard={{ items: [ - "Grass cutting & lawn maintenance", "Residential & exterior painting", "Driveway & roof cleaning", "Effective pest control solutions"], + "Grass cutting & lawn maintenance", "Residential & exterior painting", "Driveway & roof cleaning", "Effective pest control solutions" + ], }} /> @@ -97,10 +105,10 @@ export default function LandingPage() { description="5-star rated local business with proven expertise. Reliable, punctual, affordable service you can trust. We're your neighbors serving the Gqeberha community with pride." tag="Local Trusted" tagIcon={Shield} - tagAnimation="entrance-slide" + tagAnimation="none" buttons={[{ text: "Get a Quote", href: "#contact" }]} - buttonAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/business-team-working-together_23-2149333016.jpg?_wi=1" + buttonAnimation="none" + imageSrc="http://img.b2bpic.net/free-photo/business-team-working-together_23-2149333016.jpg" imageAlt="Professional service team" useInvertedBackground={false} /> @@ -113,16 +121,20 @@ export default function LandingPage() { author="Lebo Dayimani, Gqeberha" avatars={[ { - src: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", alt: "Lebo Dayimani"}, + src: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", alt: "Lebo Dayimani" + }, { - src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Customer 2"}, + src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Customer 2" + }, { - src: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg", alt: "Customer 3"}, + src: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg", alt: "Customer 3" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", alt: "Customer 4"}, + src: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", alt: "Customer 4" + }, ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="none" + avatarsAnimation="none" useInvertedBackground={false} /> @@ -131,26 +143,32 @@ export default function LandingPage() { @@ -159,14 +177,14 @@ export default function LandingPage() {