Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4442d06420 | |||
| 8f6de6e1e6 | |||
| 9fd472b75e | |||
| 3db1a160ad | |||
| 3aec0778f0 | |||
| 320a9dee88 | |||
| 07c2f5b2e0 | |||
| 465e400900 | |||
| 3c9ea71930 | |||
| 3557d0103f | |||
| 5aca8c9d0d |
@@ -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, Droplets, Zap, Building2, Home as HomeIcon } from "lucide-react";
|
||||
import { List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
title="Make Your Home Look Brand New Without Damage"
|
||||
description="Safe, professional soft washing that restores your home without the risks of pressure washing."
|
||||
tag="Trusted Exterior Care"
|
||||
buttons={[{ text: "Get Free Quote", href: "#contact" }]}
|
||||
buttons={[{ text: "Call Now", href: "tel:5037074782" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16081.jpg", imageAlt: "Home Cleaning Transformation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-hose-clean-his-car_23-2148321819.jpg", imageAlt: "Home Transformation Detail" }
|
||||
@@ -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>
|
||||
|
||||
@@ -99,7 +100,7 @@ export default function LandingPage() {
|
||||
{ type: "text", content: "Meet Caleb, Your Local Exterior Care Specialist" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/confident-waitress-with-protective-face-mask-gloves-reopening-cafe-coronavirus-epidemic_637285-8048.jpg", alt: "Caleb from Berry Clean" }
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
buttons={[{ text: "Call Now", href: "tel:5037074782" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,9 +110,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg" },
|
||||
{ id: "2", name: "Michael T.", role: "Homeowner", company: "", 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: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-snow_23-2149535678.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 didn’t 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" },
|
||||
@@ -120,6 +121,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Trusted by Local Homeowners"
|
||||
description="Real feedback from our satisfied community."
|
||||
ratingClassName="text-yellow-500"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,7 +147,7 @@ export default function LandingPage() {
|
||||
tag="Ready to get started?"
|
||||
title="Get Your Free Quote Today"
|
||||
description="Fill out the form below or call us to get a professional estimate for your home restoration project."
|
||||
buttons={[{ text: "Submit Request", href: "#" }]}
|
||||
buttons={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,6 +160,7 @@ export default function LandingPage() {
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Berry Clean Softwash & Exterior Care"
|
||||
columnsClassName="flex-col gap-4"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user