Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 870a745cab | |||
| 81b061289a | |||
| 0fdd5ae3f8 | |||
| 4f4f72ec83 |
@@ -13,7 +13,7 @@ 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 } from "lucide-react";
|
||||
import { CheckCircle, Shield, Sparkles, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -37,6 +37,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Locations", id: "locations" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Wavy Pools"
|
||||
@@ -47,23 +48,10 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
title="Crystal Clear Pools, Hassle-Free Maintenance"
|
||||
description="At Wavy Pools, we ensure your swimming pool remains a refreshing sanctuary. Professional, reliable, and thorough cleaning services for every pool type."
|
||||
testimonials={[
|
||||
{ name: "Mark Stevens", handle: "@mark_s", testimonial: "Wavy Pools changed everything for our summer. The water has never looked cleaner!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/detailed-image-showcasing-crystalclear-water-pool-highlighting-its-refreshing_1268-31083.jpg?_wi=1", imageAlt: "swimming pool cleaning blue water" },
|
||||
{ name: "Laura Jenkins", handle: "@lauraj", testimonial: "Prompt, professional, and very thorough. Highly recommended for any pool owner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-builders-work-clothes-thoughtfully-looking-sketch-plan-with-tools-background-workshop_574295-1618.jpg?_wi=1", imageAlt: "swimming pool cleaning blue water" },
|
||||
{ name: "Sam Rivers", handle: "@sam_rivers", testimonial: "Finally found a reliable pool service. They know exactly how to balance my water.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/swimming-blue-vintage-pool-clean_1203-4526.jpg?_wi=1", imageAlt: "swimming pool cleaning blue water" },
|
||||
{ name: "Kelsey P.", handle: "@kp_pools", testimonial: "Exceptional service. They treat your pool like it's their own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-transparent-crystal-clear-water_23-2150786972.jpg?_wi=1", imageAlt: "swimming pool cleaning blue water" },
|
||||
{ name: "David W.", handle: "@dw_home", testimonial: "Worth every penny. The team is always on time and very friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-147853.jpg?_wi=1", imageAlt: "swimming pool cleaning blue water" }
|
||||
]}
|
||||
testimonials={[]}
|
||||
buttons={[{ text: "Book Your Service", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detailed-image-showcasing-crystalclear-water-pool-highlighting-its-refreshing_1268-31083.jpg?_wi=2"
|
||||
imageAlt="Professional pool maintenance"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-man_23-2148588763.jpg", alt: "Smiling man profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-woman_23-2148588699.jpg", alt: "Smiling woman profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-man-summertime-with-tropical-fruit-water_23-2151657054.jpg", alt: "Man summer portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-woman-summer-outfit-standing-garden_74855-6063.jpg", alt: "Joyful woman garden" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-stylish-hipster-man-vacation-exploring-city-street-showing-his-tongue-going-crazy-shows-peace-sign_343629-121.jpg", alt: "Hipster man portrait" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,6 +87,20 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="locations" data-section="locations">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="We Service Your Area"
|
||||
description="Wavy Pools is proud to offer professional pool maintenance services across the region."
|
||||
features={[
|
||||
{ title: "Downtown Area", description: "Full weekly maintenance for residential and commercial pools.", icon: MapPin, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/view-transparent-crystal-clear-water_23-2150786972.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/detailed-image-showcasing-crystalclear-water-pool-highlighting-its-refreshing_1268-31083.jpg" }] },
|
||||
{ title: "Westside Suburbs", description: "Reliable pool cleaning for families and professionals.", icon: MapPin, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/swimming-blue-vintage-pool-clean_1203-4526.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-147853.jpg" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
@@ -114,62 +116,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", title: "Pools Cleaned", items: ["Residential", "Commercial"] },
|
||||
{ id: "m2", value: "12", title: "Years Experience", items: ["Licensed", "Certified"] },
|
||||
{ id: "m3", value: "99%", title: "Customer Satisfaction", items: ["Referral Rate", "Client Retention"] }
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="We've built our reputation on quality, efficiency, and satisfied homeowners."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Miller", date: "Jan 2025", title: "Residential Client", quote: "Fantastic service. Every week, the water is crystal clear and ready to use.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-black-swimsuit-bathing-luxury-spa-swimming-pool-wearing-sylish-feather-earring-smiling-sexy-slim-tanned-body-wet-skin-summer-style-accessories_285396-5905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/detailed-image-showcasing-crystalclear-water-pool-highlighting-its-refreshing_1268-31083.jpg?_wi=3", imageAlt: "satisfied homeowner looking at pool" },
|
||||
{ id: "t2", name: "John Thompson", date: "Dec 2024", title: "Homeowner", quote: "I don't have to worry about my filter anymore. They take care of it all.", tag: "Satisfied", avatarSrc: "http://img.b2bpic.net/free-photo/couple-spa-resort_1098-13918.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-builders-work-clothes-thoughtfully-looking-sketch-plan-with-tools-background-workshop_574295-1618.jpg?_wi=3", imageAlt: "satisfied homeowner looking at pool" },
|
||||
{ id: "t3", name: "Elena Rodriguez", date: "Nov 2024", title: "Family Pool", quote: "Very reliable team. I love how thorough they are with every single visit.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/good-humored-girl-white-jacket-with-handbag-listening-music-outdoors-cool-woman-with-short-hair-headphones-smiling-outside_197531-28007.jpg", imageSrc: "http://img.b2bpic.net/free-photo/swimming-blue-vintage-pool-clean_1203-4526.jpg?_wi=3", imageAlt: "satisfied homeowner looking at pool" },
|
||||
{ id: "t4", name: "David Clark", date: "Oct 2024", title: "Frequent User", quote: "Best pool cleaning service in town, bar none. Highly satisfied.", tag: "Top Notch", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-couple-making-selfie-with-their-lovely-dog-backyard-while-sitting-grass_158595-6557.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-transparent-crystal-clear-water_23-2150786972.jpg?_wi=3", imageAlt: "satisfied homeowner looking at pool" },
|
||||
{ id: "t5", name: "Monica Lee", date: "Sep 2024", title: "First Time Client", quote: "So glad I chose Wavy Pools for our annual pool maintenance this year.", tag: "Great Value", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-pool_23-2148588693.jpg", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-147853.jpg?_wi=3", imageAlt: "satisfied homeowner looking at pool" }
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear what our local neighbors have to say about our cleaning services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Hayward", "Pentair", "Zodiac", "Jandy", "Poolmaster", "BioGuard", "Nature2"]}
|
||||
title="Trusted Partners"
|
||||
description="We are proud to work with the industry's leading pool equipment suppliers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do I need to be home?", content: "No, our technicians are trained to service your pool securely while you are away." },
|
||||
{ id: "f2", title: "What chemicals do you use?", content: "We use premium, EPA-approved chemicals that are gentle on your skin and the pool finish." },
|
||||
{ id: "f3", title: "Can I cancel my plan?", content: "We offer flexible plans without long-term commitments. Simply give us 7 days' notice." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get quick answers to questions regarding our maintenance plans."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
@@ -185,7 +131,7 @@ export default function LandingPage() {
|
||||
logoText="Wavy Pools"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Services", items: [{ label: "Maintenance", href: "#features" }, { label: "Chemicals", href: "#features" }] },
|
||||
{ title: "Services", items: [{ label: "Maintenance", href: "#features" }, { label: "Locations", href: "#locations" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
@@ -193,4 +139,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user