From c5544f8ac747ccc6539a5d53c2b60cbe96a780f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 14:11:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe1e13..aa4909b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { imageAlt="luxury backyard landscape design" mediaAnimation="slide-up" testimonials={[ - { title: "Transformed Oasis", name: "Sarah J.", role: "Homeowner", quote: "GreenScape Elite exceeded all our expectations. Our backyard is now a true oasis!", imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg" }, - { title: "Fantastic Service", name: "Michael C.", role: "Property Investor", quote: "Their design transformed our property value and curb appeal. Absolutely fantastic service.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg" }, - { title: "Unmatched Professionalism", name: "Emily R.", role: "Local Resident", quote: "The attention to detail and professionalism are unmatched. Highly recommend GreenScape Elite.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg" } + { name: "Sarah J.", role: "Homeowner", quote: "GreenScape Elite exceeded all our expectations. Our backyard is now a true oasis!", imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg" }, + { name: "Michael C.", role: "Property Investor", quote: "Their design transformed our property value and curb appeal. Absolutely fantastic service.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg" }, + { name: "Emily R.", role: "Local Resident", quote: "The attention to detail and professionalism are unmatched. Highly recommend GreenScape Elite.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg" } ]} /> @@ -107,12 +107,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} products={[ - { id: "p1", name: "Elegant Backyard Oasis", price: "$5,000+", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498452.jpg", imageAlt: "stunning luxury backyard transformation" }, - { id: "p2", name: "Manicured Garden Estate", price: "$7,500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flower-garden_1428-575.jpg", imageAlt: "beautifully manicured garden estate" }, - { id: "p3", name: "Illuminated Outdoor Living", price: "$6,000+", imageSrc: "http://img.b2bpic.net/free-photo/look-through-shiny-branches-white-table-with-candles_1304-4758.jpg", imageAlt: "outdoor living room fireplace design" }, - { id: "p4", name: "Contemporary Landscape Architecture", price: "$9,000+", imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg", imageAlt: "contemporary landscape architecture design" }, - { id: "p5", name: "Resort-Style Poolside Retreat", price: "$12,000+", imageSrc: "http://img.b2bpic.net/free-photo/sitting-white-bench-watching-water_181624-22270.jpg", imageAlt: "infinity pool luxury backyard vista" }, - { id: "p6", name: "Artistic Garden Pathways", price: "$4,500+", imageSrc: "http://img.b2bpic.net/free-photo/majestic-shot-many-stone-pyramids-balanced-river-water_181624-43159.jpg", imageAlt: "custom designed garden pathway lights" } + { id: "p1", name: "Elegant Backyard Oasis", price: "$5,000+", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498452.jpg", imageAlt: "stunning luxury backyard transformation", variant: "default" }, + { id: "p2", name: "Manicured Garden Estate", price: "$7,500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flower-garden_1428-575.jpg", imageAlt: "beautifully manicured garden estate", variant: "default" }, + { id: "p3", name: "Illuminated Outdoor Living", price: "$6,000+", imageSrc: "http://img.b2bpic.net/free-photo/look-through-shiny-branches-white-table-with-candles_1304-4758.jpg", imageAlt: "outdoor living room fireplace design", variant: "default" }, + { id: "p4", name: "Contemporary Landscape Architecture", price: "$9,000+", imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg", imageAlt: "contemporary landscape architecture design", variant: "default" }, + { id: "p5", name: "Resort-Style Poolside Retreat", price: "$12,000+", imageSrc: "http://img.b2bpic.net/free-photo/sitting-white-bench-watching-water_181624-22270.jpg", imageAlt: "infinity pool luxury backyard vista", variant: "default" }, + { id: "p6", name: "Artistic Garden Pathways", price: "$4,500+", imageSrc: "http://img.b2bpic.net/free-photo/majestic-shot-many-stone-pyramids-balanced-river-water_181624-43159.jpg", imageAlt: "custom designed garden pathway lights", variant: "default" } ]} />