|
|
|
|
@@ -2,17 +2,14 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
|
import { CheckCircle, Shield, Sparkles, MapPin } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -77,6 +74,7 @@ export default function LandingPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "View Pricing Plans", href: "#pricing" }]}
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "Surface Cleaning", description: "Daily skimming and brushing to prevent debris buildup.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-blue-vintage-pool-clean_1203-4526.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/spa-wet-poolside-hotel-steel_1203-4757.jpg" }] },
|
|
|
|
|
{ title: "Water Balancing", description: "Expert water testing and professional chemical adjustment.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/view-transparent-crystal-clear-water_23-2150786972.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-water-samples-from-river_23-2149354037.jpg" }] },
|
|
|
|
|
@@ -117,11 +115,13 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
<ContactSplit
|
|
|
|
|
tag="Get In Touch"
|
|
|
|
|
title="Schedule Your Service"
|
|
|
|
|
description="Fill out the form below to request a service visit for your pool. Our team will contact you shortly to confirm your booking."
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
text="Ready for a cleaner, clearer pool experience? Contact Wavy Pools today for a free on-site consultation."
|
|
|
|
|
buttons={[{ text: "Contact Us Now", href: "#contact" }]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
onSubmit={(email) => console.log("Service requested for:", email)}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -139,4 +139,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|