diff --git a/src/app/page.tsx b/src/app/page.tsx index bf29b44..4c26d24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -43,7 +43,7 @@ export default function LandingPage() { description="Calbren Cleaning delivers exceptional cleaning solutions tailored to your needs. Let Rachel and her team transform your space into a pristine, welcoming environment." tag="Premium Cleaning" tagIcon={Sparkles} - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Get Your Free Quote", href: "#contact" }, { text: "Learn More", href: "#about" }, @@ -66,6 +66,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg" imageAlt="Rachel Fitzgibbon, Owner" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -75,13 +76,16 @@ export default function LandingPage() { features={[ { id: "residential", title: "Residential Cleaning", author: "Expert Team", description: "Professional home cleaning services including dusting, vacuuming, bathroom sanitizing, and kitchen deep cleaning. We ensure your living space is fresh and healthy.", tags: ["Home", "Weekly", "Bi-Weekly"], - imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Residential cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Residential cleaning" + }, { id: "commercial", title: "Commercial Cleaning", author: "Professional Staff", description: "Customized cleaning solutions for offices, retail spaces, and commercial properties. We maintain a clean, professional environment for your business.", tags: ["Office", "Retail", "Flexible Schedule"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Commercial cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Commercial cleaning" + }, { id: "deep-cleaning", title: "Deep Cleaning", author: "Specialist Team", description: "Thorough cleaning of every corner including baseboards, window treatments, and hard-to-reach areas. Perfect for seasonal refreshes and move-in/move-out services.", tags: ["Thorough", "Seasonal", "Move Services"], - imageSrc: "http://img.b2bpic.net/free-photo/people-housework-housekeeping-concept-close-up-woman-with-legs-vacuum-cleaner-cleaning-carpet-home_231208-13612.jpg", imageAlt: "Deep cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-housework-housekeeping-concept-close-up-woman-with-legs-vacuum-cleaner-cleaning-carpet-home_231208-13612.jpg", imageAlt: "Deep cleaning service" + }, ]} animationType="slide-up" title="Our Cleaning Services" @@ -100,9 +104,11 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "100%", description: "Customer satisfaction guaranteed with our reliable and thorough cleaning services."}, + id: "1", value: "100%", description: "Customer satisfaction guaranteed with our reliable and thorough cleaning services." + }, { - id: "2", value: "Eco-Friendly", description: "We use environmentally safe products that are effective and safe for families and pets."}, + id: "2", value: "Eco-Friendly", description: "We use environmentally safe products that are effective and safe for families and pets." + }, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -113,13 +119,17 @@ export default function LandingPage() {