Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0e9891c6a | |||
| ef74a8ed58 | |||
| 451aefbad8 |
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
{ value: "500+", title: "Pools Built" },
|
{ value: "500+", title: "Pools Built" },
|
||||||
{ value: "15+", title: "Years Experience" }
|
{ value: "15+", title: "Years Experience" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-with-stair_74190-6838.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-with-stair_74190-6838.jpg?_wi=1"
|
||||||
imageAlt="Professional pool construction team"
|
imageAlt="Professional pool construction team"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Pool Renovations", description: "Upgrade and modernize existing pools with new features, finishes, and advanced technology.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-with-stair_74190-6838.jpg", imageAlt: "Pool renovation"
|
title: "Pool Renovations", description: "Upgrade and modernize existing pools with new features, finishes, and advanced technology.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-with-stair_74190-6838.jpg?_wi=2", imageAlt: "Pool renovation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
@@ -106,10 +106,10 @@ export default function LandingPage() {
|
|||||||
tag="Gallery"
|
tag="Gallery"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "project-1", name: "Modern Resort Pool", price: "Custom Quote", variant: "Contemporary Design", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", imageAlt: "Modern resort pool"
|
id: "project-1", name: "Modern Resort Pool", price: "Custom Quote", variant: "Contemporary Design", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=1", imageAlt: "Modern resort pool"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-2", name: "Infinity Edge Pool", price: "Custom Quote", variant: "Luxury Installation", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Infinity edge pool"
|
id: "project-2", name: "Infinity Edge Pool", price: "Custom Quote", variant: "Luxury Installation", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", imageAlt: "Infinity edge pool"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "project-3", name: "Tropical Landscaped Pool", price: "Custom Quote", variant: "Full Landscape", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg", imageAlt: "Tropical landscaped pool"
|
id: "project-3", name: "Tropical Landscaped Pool", price: "Custom Quote", variant: "Full Landscape", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg", imageAlt: "Tropical landscaped pool"
|
||||||
@@ -136,16 +136,16 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson"
|
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Rodriguez"
|
id: "2", name: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Rodriguez"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Chen"
|
id: "3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emily Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Thompson"
|
id: "4", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Thompson"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
cardTitle="Over 500 satisfied customers trust Caribbean Pools for their backyard dreams"
|
cardTitle="Over 500 satisfied customers trust Caribbean Pools for their backyard dreams"
|
||||||
@@ -161,10 +161,10 @@ export default function LandingPage() {
|
|||||||
description="Our commitment to excellence is reflected in every project we undertake"
|
description="Our commitment to excellence is reflected in every project we undertake"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "500+", title: "Completed Projects", description: "Successfully transformed backyards across the region", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", imageAlt: "Completed pools"
|
id: "1", value: "500+", title: "Completed Projects", description: "Successfully transformed backyards across the region", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=2", imageAlt: "Completed pools"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "98%", title: "Customer Satisfaction", description: "Consistently exceeding expectations and building relationships", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Happy customers"
|
id: "2", value: "98%", title: "Customer Satisfaction", description: "Consistently exceeding expectations and building relationships", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Happy customers"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user