diff --git a/src/app/page.tsx b/src/app/page.tsx index 375dc96..6adbbc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -76,62 +56,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Window Cleaning", - description: "Streak-free, crystal-clear windows that let the light in.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358973.jpg?_wi=1", - }, - items: [ - { - icon: Sparkles, - text: "Streak-free guarantee", - }, - { - icon: Sun, - text: "Natural shine", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5012.jpg?_wi=2", - imageAlt: "exterior pressure washing residential home", + title: "Window Cleaning", description: "Streak-free, crystal-clear windows that let the light in.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358973.jpg", imageAlt: "exterior pressure washing residential home" }, + items: [{ icon: Sparkles, text: "Streak-free guarantee" }, { icon: Sun, text: "Natural shine" }], + reverse: false }, { - title: "Pressure Washing", - description: "Restore your driveway, siding, and patio instantly.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/crispbread-falling-from-overturned-yellow-bucket-marble-surface_114579-61271.jpg?_wi=1", - }, - items: [ - { - icon: Droplets, - text: "Deep surface cleaning", - }, - { - icon: CheckCircle, - text: "Safe for your siding", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358973.jpg?_wi=2", - imageAlt: "clean windows sparkling glass", + title: "Pressure Washing", description: "Restore your driveway, siding, and patio instantly.", media: { imageSrc: "http://img.b2bpic.net/free-photo/crispbread-falling-from-overturned-yellow-bucket-marble-surface_114579-61271.jpg", imageAlt: "clean windows sparkling glass" }, + items: [{ icon: Droplets, text: "Deep surface cleaning" }, { icon: CheckCircle, text: "Safe for your siding" }], + reverse: true }, { - title: "Gutter Cleaning", - description: "Prevent costly water damage with a clear drainage system.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", - }, - items: [ - { - icon: Shield, - text: "Prevent foundation leaks", - }, - { - icon: Zap, - text: "Rapid debris removal", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/crispbread-falling-from-overturned-yellow-bucket-marble-surface_114579-61271.jpg?_wi=2", - imageAlt: "pressure washing driveway brick", - }, + title: "Gutter Cleaning", description: "Prevent costly water damage with a clear drainage system.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "pressure washing driveway brick" }, + items: [{ icon: Shield, text: "Prevent foundation leaks" }, { icon: Zap, text: "Rapid debris removal" }], + reverse: false + } ]} title="Results-Driven Exterior Services" description="We don't just clean; we restore the curb appeal and value of your property." @@ -145,86 +83,40 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Popular", - price: "Bundle & Save", - subtitle: "The Easiest Way to Clean", - features: [ - "Window Cleaning", - "Pressure Washing", - "Gutter Maintenance", - ], + id: "basic", badge: "Popular", price: "Bundle & Save", subtitle: "The Easiest Way to Clean", features: ["Window Cleaning", "Pressure Washing", "Gutter Maintenance"], }, { - id: "pro", - badge: "Best Value", - price: "Full Property Care", - subtitle: "Total Restoration Package", - features: [ - "Window Cleaning", - "Pressure Washing", - "Gutter Cleaning", - "Trash Can Sanitation", - ], + id: "pro", badge: "Best Value", price: "Full Property Care", subtitle: "Total Restoration Package", features: ["Window Cleaning", "Pressure Washing", "Gutter Cleaning", "Trash Can Sanitation"], }, ]} title="Full Property Cleaning Packages" description="Save time and money by bundling your services into one visit." - buttons={[ - { - text: "Book Bundle Now", - href: "#contact", - }, - ]} + buttons={[{ text: "Book Bundle Now", href: "#contact" }]} />