From 4904d74faaf66ea4e151aab50dfb99bcb3036d87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:59:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1e946e..2b6e5c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,11 +99,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Garden Design", description: "Custom garden designs tailored to your vision and outdoor space", imageSrc: "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg" + title: "Garden Design", description: "Custom garden designs tailored to your vision and outdoor space", imageSrc: "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=1" }, { id: 2, - title: "Landscape Construction", description: "Professional construction of your new garden from concept to completion", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg" + title: "Landscape Construction", description: "Professional construction of your new garden from concept to completion", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=1" }, { id: 3, @@ -128,15 +128,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Free Consultation", description: "Meet with our landscape specialists to discuss your ideas, budget, and timeline", imageSrc: "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg" + title: "Free Consultation", description: "Meet with our landscape specialists to discuss your ideas, budget, and timeline", imageSrc: "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=2" }, { id: 2, - title: "Garden Design & Planning", description: "Detailed design proposal with 3D visualization and material selections", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg" + title: "Garden Design & Planning", description: "Detailed design proposal with 3D visualization and material selections", imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=2" }, { id: 3, - title: "Professional Construction", description: "Expert team builds your garden with precision and quality craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3424.jpg" + title: "Professional Construction", description: "Expert team builds your garden with precision and quality craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3424.jpg?_wi=1" } ]} textboxLayout="default" @@ -156,7 +156,7 @@ export default function LandingPage() { blogs={[ { id: "1", category: ["Modern Design", "Patio Construction"], - title: "Contemporary Garden with Stone Patio", excerpt: "Beautiful modern garden featuring natural stone patio, contemporary plantings, and outdoor living space perfect for entertaining.", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3424.jpg", imageAlt: "Modern garden with stone patio", authorName: "Van der Parre Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businessman_23-2150917050.jpg", date: "March 2025" + title: "Contemporary Garden with Stone Patio", excerpt: "Beautiful modern garden featuring natural stone patio, contemporary plantings, and outdoor living space perfect for entertaining.", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3424.jpg?_wi=2", imageAlt: "Modern garden with stone patio", authorName: "Van der Parre Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businessman_23-2150917050.jpg", date: "March 2025" }, { id: "2", category: ["Garden Renovation", "Luxury Design"], @@ -186,7 +186,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Ruben Den Butter", handle: "Rotterdam Homeowner", testimonial: "Delivered exactly the result we expected. Very professional work and delivered even before the deadline. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businessman_23-2150917050.jpg", imageAlt: "Ruben Den Butter" + id: "1", name: "Ruben Den Butter", handle: "Rotterdam Homeowner", testimonial: "Delivered exactly the result we expected. Very professional work and delivered even before the deadline. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businessman_23-2150917050.jpg?_wi=1", imageAlt: "Ruben Den Butter" }, { id: "2", name: "Maria van de Berg", handle: "Rotterdam Business Owner", testimonial: "Outstanding service from consultation to final result. The team was professional, punctual, and delivered exceptional quality. Our garden is stunning!", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-her-desk_23-2147636005.jpg", imageAlt: "Maria van de Berg" @@ -201,7 +201,7 @@ export default function LandingPage() { id: "5", name: "Thomas Vermeulen", handle: "Rotterdam Homeowner", testimonial: "From initial consultation through project completion, Van der Parre & Co exceeded expectations. Highly skilled team with genuine passion for landscaping.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "Thomas Vermeulen" }, { - id: "6", name: "Anna Hermans", handle: "Capelle aan den IJssel", testimonial: "Outstanding attention to detail and quality materials. Our garden is now our favorite outdoor space. Absolutely fantastic work!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businessman_23-2150917050.jpg", imageAlt: "Anna Hermans" + id: "6", name: "Anna Hermans", handle: "Capelle aan den IJssel", testimonial: "Outstanding attention to detail and quality materials. Our garden is now our favorite outdoor space. Absolutely fantastic work!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businessman_23-2150917050.jpg?_wi=2", imageAlt: "Anna Hermans" } ]} speed={40} -- 2.49.1