10 Commits

Author SHA1 Message Date
07c2f5b2e0 Update src/app/page.tsx 2026-04-27 23:46:01 +00:00
465e400900 Merge version_4 into main
Merge version_4 into main
2026-04-27 23:44:41 +00:00
3c9ea71930 Update src/app/page.tsx 2026-04-27 23:44:35 +00:00
3557d0103f Merge version_3 into main
Merge version_3 into main
2026-04-27 23:42:51 +00:00
f91dcc5571 Update src/app/page.tsx 2026-04-27 23:42:45 +00:00
5aca8c9d0d Merge version_3 into main
Merge version_3 into main
2026-04-27 23:42:20 +00:00
6bfbceb640 Update src/app/page.tsx 2026-04-27 23:42:17 +00:00
ae9cb1c346 Merge version_2 into main
Merge version_2 into main
2026-04-27 23:39:26 +00:00
01f82fa901 Update src/app/page.tsx 2026-04-27 23:39:23 +00:00
e1f8f10ac3 Merge version_1 into main
Merge version_1 into main
2026-04-27 23:37:19 +00:00

View File

@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { ArrowUp, Home, Layout, List, Sparkles, Sun } from "lucide-react";
import { ArrowUp, Home, Layout, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon } from "lucide-react";
export default function LandingPage() {
return (
@@ -54,6 +54,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
rating={5}
ratingText="Top rated in the local area"
ratingClassName="text-yellow-500"
/>
</div>
@@ -63,15 +64,15 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ icon: Home, title: "House Soft Washing", description: "Gentle, chemical-based cleaning that removes mold, algae, and grime without high pressure." },
{ icon: ArrowUp, title: "Roof Cleaning", description: "Extend the life of your shingles by safely removing ugly roof stains and debris." },
{ icon: Layout, title: "Driveway & Concrete", description: "Restore curb appeal with deep cleaning for driveways, patios, and walkways." },
{ icon: List, title: "Gutter Cleaning", description: "Keep your home protected with thorough, debris-free gutter clearing services." },
{ icon: Sparkles, title: "Surface Cleaning", description: "Expert cleaning for fences, decks, and exterior surfaces of all materials." },
{ icon: Sun, title: "Christmas Lights", description: "Custom permanent exterior lighting solutions installed for year-round festive ambiance." }
{ icon: Zap, title: "Power/Pressure Washing", description: "Deep cleaning for concrete and durable surfaces using professional-grade pressure equipment." },
{ icon: List, title: "Gutter Cleaning", description: "Thorough, safe debris removal to ensure your drainage system flows perfectly." },
{ icon: Building2, title: "Window Cleaning", description: "Streak-free clarity for your interior and exterior glass to brighten every room." },
{ icon: HomeIcon, title: "Roof Cleaning", description: "Safe, gentle removal of algae and debris to restore your curb appeal and shingle health." },
{ icon: Sun, title: "Rooftop/Skylight Cleaning", description: "Detailed cleaning for skylights and rooftop areas to maximize natural light and integrity." },
{ icon: Droplets, title: "Soft Wash Cleaning", description: "The gold standard for safe, chemical-based house cleaning that protects your siding." }
]}
title="Professional Exterior Services"
description="We specialize in safe, effective soft washing techniques that protect your home's integrity."
description="We specialize in a comprehensive suite of cleaning services designed to restore and protect your home."
/>
</div>
@@ -82,12 +83,10 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
products={[
{ id: "1", name: "House Wash Result", price: "Restored", variant: "Softwash", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg" },
{ id: "2", name: "Roof Restoration", price: "Like New", variant: "Deep Clean", imageSrc: "http://img.b2bpic.net/free-photo/view-city-house-with-windows_23-2148798637.jpg" },
{ id: "3", name: "Driveway Brightening", price: "Clean", variant: "Surface Care", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358961.jpg" },
{ id: "4", name: "Patio Care", price: "Renewed", variant: "Exterior Wash", imageSrc: "http://img.b2bpic.net/free-photo/wood-house-entrance-japanese-culture_23-2149301070.jpg" },
{ id: "5", name: "Gutter Cleanup", price: "Cleared", variant: "Preventative", imageSrc: "http://img.b2bpic.net/free-photo/stone-modern-building-with-windows_23-2148252726.jpg" },
{ id: "6", name: "Lighting Setup", price: "Brilliant", variant: "Permanent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-yellow-gloves-holding-blank-screen-digital-tablet_23-2148222315.jpg" }
{ id: "1", name: "House Wash Result", price: "Deep Cleaned", variant: "Softwash", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg" },
{ id: "2", name: "Roof Restoration", price: "Algae Free", variant: "Deep Clean", imageSrc: "http://img.b2bpic.net/free-photo/view-city-house-with-windows_23-2148798637.jpg" },
{ id: "3", name: "Driveway Brightening", price: "Stain Removed", variant: "Surface Care", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358961.jpg" },
{ id: "4", name: "Patio Care", price: "Renewed", variant: "Exterior Wash", imageSrc: "http://img.b2bpic.net/free-photo/wood-house-entrance-japanese-culture_23-2149301070.jpg" }
]}
title="Proven Transformations"
description="See why homeowners trust us to restore their property."
@@ -111,11 +110,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg" },
{ id: "2", name: "Michael T.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-concept_23-2148133387.jpg" },
{ id: "3", name: "Emily D.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-snow_23-2149535678.jpg" },
{ id: "4", name: "David W.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg" },
{ id: "5", name: "Jessica R.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-talking-mobile-phone_171337-3180.jpg" }
{ id: "1", name: "Highly recommend Berry Clean Softwash & Exterior Care. Professional, fairly priced, and the quality of work speaks for itself. My roof, gutters, house, patio, and driveway all look brand new.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg" },
{ id: "2", name: "Caleb went above and beyond. He provided before and after photos so I could clearly see the results. My roof looks significantly better, and he even cleaned out my gutters at no extra cost. Great experience.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-concept_23-2148133387.jpg" },
{ id: "3", name: "We had permanent Christmas lights installed and they turned out amazing. Pricing was way better than other quotes we received, and the quality didnt drop at all. Caleb is professional and does excellent work.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-snow_23-2149535678.jpg" }
]}
kpiItems={[
{ value: "100+", label: "Projects Completed" },
@@ -123,7 +120,8 @@ export default function LandingPage() {
{ value: "100%", label: "Satisfaction Guaranteed" }
]}
title="Trusted by Local Homeowners"
description="Don't just take our word for it—hear what our satisfied clients say."
description="Real feedback from our satisfied community."
ratingClassName="text-yellow-500"
/>
</div>
@@ -137,7 +135,7 @@ export default function LandingPage() {
{ id: "f3", title: "How often should I clean my roof?", content: "Most professionals recommend roof cleaning every 2-3 years to prevent premature shingle deterioration." }
]}
title="Frequently Asked Questions"
description="Have questions about soft washing vs pressure washing? We've got answers."
description="Have questions about our services? We've got answers."
faqsAnimation="blur-reveal"
/>
</div>