Merge version_7 into main #9
@@ -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 { Home, Layout, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon, Phone } from "lucide-react";
|
||||
import { Home, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -122,6 +122,8 @@ export default function LandingPage() {
|
||||
title="Trusted by Local Homeowners"
|
||||
description="Real feedback from our satisfied community."
|
||||
ratingClassName="text-yellow-500"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,6 +139,8 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our services? We've got answers."
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,12 +165,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
copyrightText="© 2025 Berry Clean Softwash & Exterior Care"
|
||||
columnsClassName="flex-col gap-4"
|
||||
>
|
||||
<a href="tel:5037074782" className="flex items-center gap-2 text-2xl font-bold hover:text-primary transition-colors">
|
||||
<Phone className="w-6 h-6" />
|
||||
(503) 707-4782
|
||||
</a>
|
||||
</FooterBaseCard>
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user