diff --git a/src/app/page.tsx b/src/app/page.tsx
index cb0f763..e19ea55 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -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"},
]}
/>
@@ -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() {
);
-}
+}
\ No newline at end of file