diff --git a/src/app/page.tsx b/src/app/page.tsx index 74fdbc7..4786d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -46,14 +46,17 @@ export default function LandingPage() { tag="Premium Cleaning" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wiping-bathroom-mirror_23-2148465050.jpg?_wi=1", imageAlt: "Professional cleaning service in action"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wiping-bathroom-mirror_23-2148465050.jpg", imageAlt: "Professional cleaning service in action" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg?_wi=1", imageAlt: "Residential home cleaning with sparkling results"}, + imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg", imageAlt: "Residential home cleaning with sparkling results" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg?_wi=1", imageAlt: "Commercial office cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg", imageAlt: "Commercial office cleaning service" + }, ]} mediaAnimation="blur-reveal" buttons={[ @@ -71,10 +74,12 @@ export default function LandingPage() { features={[ { id: "1", title: "Residential Cleaning", author: "Premium Home Care", description: "Transform your home with our thorough cleaning services. We handle everything from daily maintenance to deep cleaning, ensuring your living spaces are spotless and healthy.", tags: ["Houses", "Apartments", "Condos"], - imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg?_wi=2", imageAlt: "Residential home cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg", imageAlt: "Residential home cleaning service" + }, { id: "2", title: "Commercial Cleaning", author: "Business Solutions", description: "Keep your office and commercial spaces immaculate. Our professional team ensures a clean, healthy environment that boosts productivity and impresses clients.", tags: ["Offices", "Retail", "Medical"], - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg?_wi=2", imageAlt: "Commercial office and business cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg", imageAlt: "Commercial office and business cleaning" + }, ]} animationType="slide-up" textboxLayout="default" @@ -86,7 +91,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file