Update src/app/page.tsx
This commit is contained in:
@@ -57,7 +57,7 @@ export default function HomePage() {
|
||||
imageAlt: "Luxury landscape garden with stone features",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=1",
|
||||
imageAlt: "Modern outdoor living space with water features",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function HomePage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg?_wi=1",
|
||||
imageAlt: "Luxury outdoor entertainment area",
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Exceptional craftsmanship and attention to detail. They transformed our 10-acre estate into a masterpiece. Highly recommend for discerning homeowners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Richard Sterling",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Professional, reliable, and sophisticated. Their landscape design perfectly complements our contemporary home architecture.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Victoria Chen",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Working with this team as a property manager is seamless. Their maintenance programs are impeccable and their communication is transparent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "James Bradford III",
|
||||
},
|
||||
{
|
||||
@@ -196,7 +196,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Twenty years of excellence is evident in every project. They understand luxury and deliver nothing less than perfection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Elizabeth Moore",
|
||||
},
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Outstanding design consultation process. The team listened to our vision and exceeded our expectations in execution.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Marcus Thompson",
|
||||
},
|
||||
{
|
||||
@@ -216,7 +216,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Trusted partner for our estate maintenance for over a decade. Their seasonal landscape management is unmatched in the region.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Amanda Reynolds",
|
||||
},
|
||||
]}
|
||||
@@ -236,7 +236,7 @@ export default function HomePage() {
|
||||
description="Connect with our design team to discuss your vision. We'll arrange a personalized consultation to explore how we can transform your estate."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg?_wi=1"
|
||||
imageAlt="Luxury landscape consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -248,7 +248,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=2"
|
||||
imageAlt="Luxury landscape estate footer"
|
||||
logoText="Luxury Landscapes"
|
||||
copyrightText="© 2025 Luxury Landscapes. All rights reserved. Crafting legacy through exceptional landscape design."
|
||||
|
||||
Reference in New Issue
Block a user