diff --git a/src/app/page.tsx b/src/app/page.tsx index 6adbbc9..d134636 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { CheckCircle, Droplets, Shield, Sparkles, Sun, Zap } from "lucide-react"; +import { CheckCircle, Droplets, Shield, Sparkles, Trash2, Sun, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -42,10 +42,10 @@ export default function LandingPage() {
@@ -56,23 +56,23 @@ 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", imageAlt: "exterior pressure washing residential home" }, - items: [{ icon: Sparkles, text: "Streak-free guarantee" }, { icon: Sun, text: "Natural shine" }], + title: "Window Cleaning", description: "Our professional window cleaning service guarantees a streak-free shine for your home, utilizing industry-leading techniques to ensure clarity and longevity.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-glass-windows-with-squeegee-professional-service_23-2149343634.jpg", imageAlt: "Professional window cleaning service" }, + items: [{ icon: Sparkles, text: "Streak-free guarantee" }, { icon: Sun, text: "Crystal clear finish" }], 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", imageAlt: "clean windows sparkling glass" }, - items: [{ icon: Droplets, text: "Deep surface cleaning" }, { icon: CheckCircle, text: "Safe for your siding" }], + title: "Pressure Washing", description: "Remove dirt, mold, and mildew from driveways, sidewalks, and home siding with our high-powered, safe-to-use pressure washing equipment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-using-high-pressure-water-cleaner-driveway_23-2149343634.jpg", imageAlt: "Safe pressure washing on driveway" }, + items: [{ icon: Droplets, text: "Deep surface restoration" }, { icon: Shield, text: "Safe for siding & stone" }], 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", imageAlt: "pressure washing driveway brick" }, - items: [{ icon: Shield, text: "Prevent foundation leaks" }, { icon: Zap, text: "Rapid debris removal" }], + title: "Gutter & Trash Can Service", description: "Don't neglect the details. We provide thorough gutter clearing and eco-friendly trash can sanitization to remove germs and debris effectively.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cleaning-trash-can-with-high-pressure-water_23-2150358973.jpg", imageAlt: "Trash can sanitization and gutter clearing" }, + items: [{ icon: Zap, text: "Rapid debris removal" }, { icon: Trash2, text: "Sanitized for hygiene" }], reverse: false } ]} - title="Results-Driven Exterior Services" - description="We don't just clean; we restore the curb appeal and value of your property." + title="Complete Property Restoration" + description="We pride ourselves on professionalism and attention to detail. We treat every home in Oklahoma like our own." /> @@ -83,15 +83,15 @@ 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: "Essential", price: "Property Maintenance", subtitle: "Keep your home fresh and clean", features: ["Window Cleaning", "Pressure Washing", "Gutter Cleaning"], }, { - 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 Bundle", subtitle: "Maximum curb appeal & health", 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" }]} + title="Full Property Cleaning Bundles" + description="Save on your total maintenance bill by bundling your services for one comprehensive visit." + buttons={[{ text: "Book Your Bundle", href: "#contact" }]} /> @@ -104,22 +104,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", role: "Homeowner", company: "Edmond, OK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-posing-camera-background-wood-open-space-cafe-female-tourist-has-fun-sunny-summmer-day-concept-single-trip-holidays-happiness_291650-1285.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-homeowner-smiling-exterior-her-clean-home_23-2149343634.jpg"}, { id: "2", name: "Mike R.", role: "Property Manager", company: "OKC Metro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-dark-skinned-female-blogger-reads-news-feed-social-networks-poses-rural-setting-near-fence-bicycle_273609-18704.jpg"}, - { - id: "3", name: "Emily D.", role: "Small Biz Owner", company: "Moore, OK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243182.jpg"}, - { - id: "4", name: "David L.", role: "Homeowner", company: "Norman, OK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-posing-outdoors_23-2149073989.jpg"}, - { - id: "5", name: "Jennifer K.", role: "Homeowner", company: "Yukon, OK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/property-manager-smiling-outside_23-2148243182.jpg"}, ]} title="What Oklahoma Homeowners Say" - description="Trusted by hundreds of property owners in the region." + description="Trusted by property owners throughout Oklahoma for our dedication to professionalism and results." /> @@ -128,12 +119,12 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "radial-gradient" }} tag="Get Your Quote" - title="Free Quote in Minutes" - description="One visit, everything cleaned. Tell us what you need and we'll be there fast. Same-day availability options." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg" + title="Professional Service Ready to Serve" + description="Ready for a spotless home? Contact us today for a free estimate on your window, gutter, or pressure washing projects. We make your property sparkle." + imageSrc="http://img.b2bpic.net/free-photo/technician-inspecting-clean-windows_23-2149343634.jpg" mediaAnimation="slide-up" inputPlaceholder="Enter your email" - buttonText="Request Estimate" + buttonText="Get Free Estimate" /> @@ -141,8 +132,8 @@ export default function LandingPage() {