Merge version_1 into main #2
268
src/app/page.tsx
268
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="All Weather Pool Service"
|
||||
/>
|
||||
@@ -58,73 +50,39 @@ export default function LandingPage() {
|
||||
description="Weekly cleaning, chemical treatments & expert repairs. Serving Fresno & Clovis homeowners since day one. Same-day response for all inquiries."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "Fresno",
|
||||
testimonial: "The best pool service I've ever used in the Valley. Crystal clear water every week.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=1",
|
||||
},
|
||||
name: "Mark D.", handle: "Fresno", testimonial: "The best pool service I've ever used in the Valley. Crystal clear water every week.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
|
||||
{
|
||||
name: "Sarah P.",
|
||||
handle: "Clovis",
|
||||
testimonial: "Reliable, professional, and always on time. My pool looks brand new again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah P.", handle: "Clovis", testimonial: "Reliable, professional, and always on time. My pool looks brand new again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "Fresno",
|
||||
testimonial: "Expert repair work. They fixed my pump in hours, not days.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
},
|
||||
name: "David W.", handle: "Fresno", testimonial: "Expert repair work. They fixed my pump in hours, not days.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg"},
|
||||
{
|
||||
name: "Linda M.",
|
||||
handle: "Clovis",
|
||||
testimonial: "Friendly technicians and the most thorough cleaning I've experienced.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-agent_23-2151933140.jpg",
|
||||
},
|
||||
name: "Linda M.", handle: "Clovis", testimonial: "Friendly technicians and the most thorough cleaning I've experienced.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-agent_23-2151933140.jpg"},
|
||||
{
|
||||
name: "James L.",
|
||||
handle: "Fresno",
|
||||
testimonial: "Excellent chemical balancing. No more skin irritation for the kids.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-businessman-wearing-suit-standing-with-crossed-arms-with-isolated-studio-white-background_1150-63629.jpg",
|
||||
},
|
||||
name: "James L.", handle: "Fresno", testimonial: "Excellent chemical balancing. No more skin irritation for the kids.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-businessman-wearing-suit-standing-with-crossed-arms-with-isolated-studio-white-background_1150-63629.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call (559) 999-0319",
|
||||
href: "tel:5599990319",
|
||||
},
|
||||
text: "Call (559) 999-0319", href: "tel:5599990319"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-neary-sea-ocean-beach-with-blue-sky-white-cloud_74190-8486.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-neary-sea-ocean-beach-with-blue-sky-white-cloud_74190-8486.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg",
|
||||
alt: "Portrait of client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg", alt: "Portrait of client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
||||
alt: "Portrait of client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", alt: "Portrait of client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Portrait of client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Portrait of client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
alt: "Portrait of client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Portrait of client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
alt: "Portrait of client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", alt: "Portrait of client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 200+ local families"
|
||||
/>
|
||||
@@ -136,9 +94,7 @@ export default function LandingPage() {
|
||||
title="Why All Weather Pool Service?"
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "See Our Services", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,49 +106,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Weekly Pool Cleaning",
|
||||
description: "Full debris removal, tile scrubbing, and comprehensive maintenance every single week.",
|
||||
icon: Droplets,
|
||||
title: "Weekly Pool Cleaning", description: "Full debris removal, tile scrubbing, and comprehensive maintenance every single week.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-with-two-pigtails-from-high-pressure-hose-washes-car-car-wash_1153-9394.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-with-two-pigtails-from-high-pressure-hose-washes-car-car-wash_1153-9394.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-ripples-blue-tiled-swimming-pool-background-view-from_1253-1542.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-neary-sea-ocean-beach-with-blue-sky-white-cloud_74190-8486.jpg?_wi=2",
|
||||
imageAlt: "pool service cleaning technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-ripples-blue-tiled-swimming-pool-background-view-from_1253-1542.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Chemical Balancing",
|
||||
description: "Expert water testing and professional chemical adjustment for a healthy swimming environment.",
|
||||
icon: Droplets,
|
||||
title: "Chemical Balancing", description: "Expert water testing and professional chemical adjustment for a healthy swimming environment.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-starting-riding-skateboard_23-2147678191.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-starting-riding-skateboard_23-2147678191.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-movie-projector_23-2147698858.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=2",
|
||||
imageAlt: "pool service cleaning technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-movie-projector_23-2147698858.jpg"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Equipment Repair",
|
||||
description: "Pumps, timers, heaters — our expert technicians ensure your mechanical systems run flawlessly.",
|
||||
icon: Wrench,
|
||||
title: "Equipment Repair", description: "Pumps, timers, heaters — our expert technicians ensure your mechanical systems run flawlessly.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-by-lake_53876-20826.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-by-lake_53876-20826.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-swimming-relaxing-pool-with-wide-open-arms-crystal-clear-water_1253-1035.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=2",
|
||||
imageAlt: "pool service cleaning technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-swimming-relaxing-pool-with-wide-open-arms-crystal-clear-water_1253-1035.jpg"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Everything Your Pool Needs, Handled"
|
||||
@@ -207,23 +145,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Phone,
|
||||
title: "Free Quote",
|
||||
value: "Step 1",
|
||||
},
|
||||
id: "1", icon: Phone,
|
||||
title: "Free Quote", value: "Step 1"},
|
||||
{
|
||||
id: "2",
|
||||
icon: User,
|
||||
title: "Visit",
|
||||
value: "Step 2",
|
||||
},
|
||||
id: "2", icon: User,
|
||||
title: "Visit", value: "Step 2"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Waves,
|
||||
title: "Enjoy",
|
||||
value: "Step 3",
|
||||
},
|
||||
id: "3", icon: Waves,
|
||||
title: "Enjoy", value: "Step 3"},
|
||||
]}
|
||||
title="A Simple Process for Clarity"
|
||||
description="Zero stress. Just crystal clear water, every single week."
|
||||
@@ -232,50 +161,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark D.",
|
||||
role: "Homeowner",
|
||||
company: "Fresno",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
},
|
||||
id: "1", name: "Mark D.", role: "Homeowner", company: "Fresno", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah P.",
|
||||
role: "Homeowner",
|
||||
company: "Clovis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah P.", role: "Homeowner", company: "Clovis", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
company: "Fresno",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
id: "3", name: "David W.", role: "Homeowner", company: "Fresno", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Linda M.",
|
||||
role: "Homeowner",
|
||||
company: "Clovis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "4", name: "Linda M.", role: "Homeowner", company: "Clovis", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James L.",
|
||||
role: "Homeowner",
|
||||
company: "Fresno",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg",
|
||||
},
|
||||
id: "5", name: "James L.", role: "Homeowner", company: "Fresno", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg"},
|
||||
]}
|
||||
title="239 Happy Pool Owners"
|
||||
description="See why homeowners in Fresno and Clovis trust us with their backyard oasis."
|
||||
@@ -290,47 +195,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sparkling Pools",
|
||||
price: "Our Work",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-travel-holiday-luxury_1203-4524.jpg",
|
||||
},
|
||||
id: "p1", name: "Sparkling Pools", price: "Our Work", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-travel-holiday-luxury_1203-4524.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Expert Care",
|
||||
price: "Our Work",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sunglasses-hat-drinking-cocktail-sitting-near-pool_176420-3986.jpg",
|
||||
},
|
||||
id: "p2", name: "Expert Care", price: "Our Work", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/man-sunglasses-hat-drinking-cocktail-sitting-near-pool_176420-3986.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Precision Tech",
|
||||
price: "Our Work",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/automatic-electronic-switch-control-water-pump-pressure-controller_627829-7491.jpg",
|
||||
},
|
||||
id: "p3", name: "Precision Tech", price: "Our Work", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/automatic-electronic-switch-control-water-pump-pressure-controller_627829-7491.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Crystal Clear",
|
||||
price: "Our Work",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-desaturated-transparent-clear-calm-water-surface-texture-with-splashes-bubbles-trendy_1258-110214.jpg",
|
||||
},
|
||||
id: "p4", name: "Crystal Clear", price: "Our Work", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/closeup-desaturated-transparent-clear-calm-water-surface-texture-with-splashes-bubbles-trendy_1258-110214.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Equipment Care",
|
||||
price: "Our Work",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-using-smart-mobile-phone-around-outdoor-swimming-pool_74190-10042.jpg",
|
||||
},
|
||||
id: "p5", name: "Equipment Care", price: "Our Work", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-using-smart-mobile-phone-around-outdoor-swimming-pool_74190-10042.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Detail Focused",
|
||||
price: "Our Work",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skate-ramp-park_23-2147678260.jpg",
|
||||
},
|
||||
id: "p6", name: "Detail Focused", price: "Our Work", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/skate-ramp-park_23-2147678260.jpg"},
|
||||
]}
|
||||
title="See the All Weather Difference"
|
||||
description="Our work speaks for itself—high-end, professional results for every property we serve."
|
||||
@@ -341,8 +216,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get Your Quote"
|
||||
title="Ready to Get Started?"
|
||||
description="No obligation, same-day response in Fresno and Clovis. Let's make your pool perfect."
|
||||
@@ -356,29 +230,19 @@ export default function LandingPage() {
|
||||
logoText="All Weather Pool Service"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About", href: "#why-us"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -388,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user