4 Commits

Author SHA1 Message Date
4442d06420 Update src/app/page.tsx 2026-04-27 23:59:06 +00:00
8f6de6e1e6 Update src/app/page.tsx 2026-04-27 23:58:36 +00:00
9fd472b75e Update src/app/page.tsx 2026-04-27 23:57:56 +00:00
3db1a160ad Merge version_6 into main
Merge version_6 into main
2026-04-27 23:51:58 +00:00

View File

@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { ArrowUp, Home, Layout, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon, Phone } from "lucide-react"; import { List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -46,7 +46,7 @@ export default function LandingPage() {
title="Make Your Home Look Brand New Without Damage" title="Make Your Home Look Brand New Without Damage"
description="Safe, professional soft washing that restores your home without the risks of pressure washing." description="Safe, professional soft washing that restores your home without the risks of pressure washing."
tag="Trusted Exterior Care" tag="Trusted Exterior Care"
buttons={[{ text: "Call Now for Free Quote", href: "tel:5037074782" }]} buttons={[{ text: "Call Now", href: "tel:5037074782" }]}
mediaItems={[ 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/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" } { imageSrc: "http://img.b2bpic.net/free-photo/man-using-hose-clean-his-car_23-2148321819.jpg", imageAlt: "Home Transformation Detail" }
@@ -100,7 +100,7 @@ export default function LandingPage() {
{ type: "text", content: "Meet Caleb, Your Local Exterior Care Specialist" }, { 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" } { 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: "Call Now for Free Quote", href: "tel:5037074782" }]} buttons={[{ text: "Call Now", href: "tel:5037074782" }]}
/> />
</div> </div>
@@ -147,7 +147,7 @@ export default function LandingPage() {
tag="Ready to get started?" tag="Ready to get started?"
title="Get Your Free Quote Today" 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." description="Fill out the form below or call us to get a professional estimate for your home restoration project."
buttons={[{ text: "Call Now for Free Quote", href: "tel:5037074782" }]} buttons={[]}
/> />
</div> </div>
@@ -160,6 +160,7 @@ export default function LandingPage() {
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] } { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }
]} ]}
copyrightText="© 2025 Berry Clean Softwash & Exterior Care" copyrightText="© 2025 Berry Clean Softwash & Exterior Care"
columnsClassName="flex-col gap-4"
/> />
</div> </div>
</ReactLenis> </ReactLenis>