7 Commits

Author SHA1 Message Date
e09a170336 Update theme colors 2026-05-11 00:07:06 +00:00
bd95df3fbe Update theme colors 2026-05-11 00:07:04 +00:00
c3deae16f4 Update theme colors 2026-05-11 00:06:58 +00:00
bdc1c12239 Update src/app/page.tsx 2026-05-10 23:55:26 +00:00
53a55dccd3 Merge version_3 into main
Merge version_3 into main
2026-05-10 23:54:05 +00:00
39822f1e2f Update src/app/page.tsx 2026-05-10 23:53:59 +00:00
6ad827cfd0 Merge version_2 into main
Merge version_2 into main
2026-05-10 23:46:09 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -2,17 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; 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 FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { CheckCircle, Shield, Sparkles, MapPin } from "lucide-react"; import { CheckCircle, Shield, Sparkles, MapPin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -77,6 +74,7 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "View Pricing Plans", href: "#pricing" }]}
features={[ 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: "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" }] }, { 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>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplit
useInvertedBackground={false} 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" }} background={{ variant: "gradient-bars" }}
text="Ready for a cleaner, clearer pool experience? Contact Wavy Pools today for a free on-site consultation." useInvertedBackground={false}
buttons={[{ text: "Contact Us Now", href: "#contact" }]} onSubmit={(email) => console.log("Service requested for:", email)}
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f5f5f5;
--card: #f9f9f9; --card: #ffffff;
--foreground: #000612e6; --foreground: #1c1c1c;
--primary-cta: #106EFB; --primary-cta: #1f3251;
--primary-cta-text: #ffffff; --primary-cta-text: #f5f5f5;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #000612e6; --secondary-cta-text: #1c1c1c;
--accent: #e2e2e2; --accent: #15479c;
--background-accent: #106EFB; --background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);