Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3d0533f06 | |||
| bdfd55b9d3 | |||
| aa64a7a042 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
@@ -45,19 +45,22 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroSplitKpi
|
||||||
title="Live Pest-Free. Feel Completely Protected."
|
title="Live Pest-Free. Feel Completely Protected."
|
||||||
description="Specialized Pest Control delivers elite, licensed, and insured pest solutions trusted by homeowners and businesses across Central and South Florida."
|
description="Specialized Pest Control delivers elite, licensed, and insured pest solutions trusted by homeowners and businesses across Central and South Florida."
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
enableKpiAnimation={true}
|
||||||
|
kpis={[
|
||||||
|
{ value: "5.0", label: "Star Rating" },
|
||||||
|
{ value: "26+", label: "Verified Reviews" },
|
||||||
|
{ value: "100%", label: "Satisfaction" }
|
||||||
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Get a Free Quote", href: "/contact" },
|
||||||
text: "Get a Free Quote", href: "/contact"},
|
{ text: "Call Now (305) 555-0199", href: "tel:3055550199" },
|
||||||
{
|
|
||||||
text: "Call Now (305) 555-0199", href: "tel:3055550199"},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CPk3P9Tkhs7c2WKIAA8w09LM93/uploaded-1776295135755-9wmdik62.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CPk3P9Tkhs7c2WKIAA8w09LM93/uploaded-1776295135755-9wmdik62.png"
|
||||||
showDimOverlay={true}
|
imagePosition="right"
|
||||||
showBlur={true}
|
|
||||||
textPosition="bottom"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user