Update src/app/page.tsx
This commit is contained in:
@@ -63,45 +63,45 @@ export default function LandingPage() {
|
||||
description="Sunny Blue Pool Cleaning delivers luxury-grade maintenance, expert repairs, and white-glove service. Experience the peace of mind your backyard oasis deserves."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=1",
|
||||
imageAlt: "Luxurious pool water view 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=2",
|
||||
imageAlt: "Luxurious pool water view 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=3",
|
||||
imageAlt: "Luxurious pool water view 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=4",
|
||||
imageAlt: "Luxurious pool water view 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=5",
|
||||
imageAlt: "Luxurious pool water view 5",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=6",
|
||||
imageAlt: "Luxurious pool water view 6",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=7",
|
||||
imageAlt: "Luxurious pool water view 7",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=8",
|
||||
imageAlt: "Luxurious pool water view 8",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=9",
|
||||
imageAlt: "Luxurious pool water view 9",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=10",
|
||||
imageAlt: "Luxurious pool water view 10",
|
||||
},
|
||||
]}
|
||||
@@ -168,37 +168,37 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Routine Cleaning",
|
||||
description: "Weekly skimming, scrubbing, and chemical balancing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg?_wi=1",
|
||||
imageAlt: "Pool cleaning",
|
||||
},
|
||||
{
|
||||
title: "Expert Repairs",
|
||||
description: "Professional fixes for pumps and motors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=1",
|
||||
imageAlt: "Pool repair",
|
||||
},
|
||||
{
|
||||
title: "Leak Detection",
|
||||
description: "Diagnostic tools to stop leaks fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg?_wi=1",
|
||||
imageAlt: "Leak detection",
|
||||
},
|
||||
{
|
||||
title: "Acid Wash",
|
||||
description: "Revitalize your pool plaster.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg?_wi=2",
|
||||
imageAlt: "Acid wash service",
|
||||
},
|
||||
{
|
||||
title: "New Construction",
|
||||
description: "Expert guidance for new pools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=2",
|
||||
imageAlt: "New construction",
|
||||
},
|
||||
{
|
||||
title: "Remodeling",
|
||||
description: "Custom tile and finish upgrades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg?_wi=2",
|
||||
imageAlt: "Pool remodeling",
|
||||
},
|
||||
]}
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
title="Honest, Punctual, Reliable"
|
||||
description="I started Sunny Blue with a simple philosophy: pool cleaning shouldn't be a source of stress."
|
||||
subdescription="Whether it's a minor chemical adjustment or a major repair, you'll know exactly what's happening."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-man-apron-with-towel-around-neck-lookign-camera-smiling-confident-standing-orange-background_141793-67197.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-man-apron-with-towel-around-neck-lookign-camera-smiling-confident-standing-orange-background_141793-67197.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
icon={ShieldCheck}
|
||||
/>
|
||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
||||
quote: "Douglas is the best!",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/thumbs-girl-up-from-chic-spa-pool-positive-pool-vibe_169016-69382.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1203-7270.jpg?_wi=11",
|
||||
imageAlt: "luxury swimming pool crystal clear water",
|
||||
},
|
||||
{
|
||||
@@ -244,7 +244,7 @@ export default function LandingPage() {
|
||||
quote: "Very clean work.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blissful-woman-with-wavy-hairs-summer-outfit-sitting-near-pool-vacation-travel-mood-bright-colors-trendy-accesorises_273443-5106.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-with-towel-around-neck-lookign-camera-smiling-confident-standing-orange-background_141793-67197.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-with-towel-around-neck-lookign-camera-smiling-confident-standing-orange-background_141793-67197.jpg?_wi=2",
|
||||
imageAlt: "friendly pool cleaner professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
||||
quote: "Fixed a pump issue.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3064.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg?_wi=3",
|
||||
imageAlt: "swimming pool cleaning service",
|
||||
},
|
||||
{
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
quote: "Honest and fair.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-caucasian-female-pensioner-walking-sunny-hot-day-wearing-round-pink-sunglasses-her-head-looking-camera-with-happy-smile_343059-2001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=3",
|
||||
imageAlt: "pool pump repair professional",
|
||||
},
|
||||
{
|
||||
@@ -277,7 +277,7 @@ export default function LandingPage() {
|
||||
quote: "Reliable service.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg?_wi=3",
|
||||
imageAlt: "pool leak detection professional",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user