Merge version_3 into main #3
@@ -11,7 +11,6 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import { ShieldCheck, Zap, Droplets, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -89,6 +88,7 @@ export default function LandingPage() {
|
||||
{ id: "2", value: "500+", description: "Happy Local Customers" },
|
||||
{ id: "3", value: "100%", description: "Quality Satisfaction" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,6 +99,7 @@ export default function LandingPage() {
|
||||
title="Premium Materials from Trusted Partners"
|
||||
description="We use only the highest quality materials for long-lasting results."
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +113,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +123,7 @@ export default function LandingPage() {
|
||||
title="Let's Start Your Next Project"
|
||||
description="Get in touch for your free consultation and home estimate."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user