diff --git a/src/app/page.tsx b/src/app/page.tsx index 81834d3..ff5438e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -52,18 +52,18 @@ export default function LandingPage() { { text: "Learn More", href: "services" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg?_wi=1", imageAlt: "Professional cleaning team" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg?_wi=1", imageAlt: "Spotless clean home" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg?_wi=1", imageAlt: "Premium cleaning supplies" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=1", imageAlt: "Satisfied customer" } + { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg", imageAlt: "Professional cleaning team" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg", imageAlt: "Spotless clean home" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg", imageAlt: "Premium cleaning supplies" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg", imageAlt: "Satisfied customer" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=2", imageAlt: "Happy satisfied clients" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg?_wi=2", imageAlt: "Professional equipment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg?_wi=2", imageAlt: "Immaculate home" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg?_wi=2", imageAlt: "Expert team at work" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg", imageAlt: "Happy satisfied clients" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg", imageAlt: "Professional equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg", imageAlt: "Immaculate home" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg", imageAlt: "Expert team at work" } ]} carouselPosition="right" ariaLabel="Hero section showcasing MaidPro cleaning services"