Compare commits
17 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| cb51d00d39 | |||
| d213718d76 | |||
| 136d6bd9ed | |||
| 0e25504ba1 | |||
| cd716daf47 | |||
| 7647684c45 | |||
| 4c88279abf | |||
| de25d33c7e | |||
| 83763f2a0d | |||
| 23440f694a | |||
| f96bbc9678 | |||
| eae4670d57 | |||
| 50cbf3e904 | |||
| e4601ce319 | |||
| 8e9d36c4e2 | |||
| 71d4bd3c05 | |||
| c47b7880da |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Junior Pools"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Call Now", href: "tel:7609806785" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ text: "Call Now", href: "tel:7609806785" },
|
||||
{ text: "Get a Quote", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stair-swimming-pool-beautiful-luxury-hotel-pool-resort_1339-5452.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776554364894-0smhue8n.webp"
|
||||
imageAlt="Professional pool maintenance technician inspecting pool water chemistry"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ title: "Weekly Maintenance", description: "Regular skimming, vacuuming, and chemical balancing to keep your pool sparkling clean.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776542859618-98asu08q.jpg" },
|
||||
{ title: "Equipment Repair", description: "Expert diagnostics and repair for filters, pumps, and heaters. We handle the things that go wrong.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776542867057-8vzbi3fn.jpg" },
|
||||
{ title: "Water Chemistry", description: "Precision testing and balancing for safe, healthy water for your family and guests.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776542870789-3ti7owzk.webp" }
|
||||
{ title: "Water Chemistry", description: "Precision testing and balancing for safe, healthy water for your family and guests.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776554265296-25vmi8wr.jpg" }
|
||||
]}
|
||||
title="Comprehensive Pool Maintenance"
|
||||
description="We offer a full suite of services to keep your pool in top condition all year round."
|
||||
@@ -142,10 +142,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterMedia
|
||||
logoText="Junior Pools"
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776554168949-f1sxcdkj.webp"
|
||||
columns={[
|
||||
{ title: "Visit Us", items: [{ label: "47800 Madison St, Indio, CA 92201", href: "#" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Contact", href: "#contact" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user