diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e65f0e..f18b2ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,13 +43,13 @@ export default function LandingPage() { title="Organic Ideas, Flourishing Landscapes." description="Green Bean’s Organic Ideas Landscaping and Design LLC brings your dream garden to life with sustainable, organic solutions tailored to your unique lifestyle." testimonials={[ - { name: "Sarah Miller", handle: "@sarahmlr", testimonial: "Transformed our backyard into a true organic sanctuary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg", imageAlt: "beautiful landscaped residential garden path" }, - { name: "James Cook", handle: "@jcook", testimonial: "Exceptional organic landscaping knowledge and professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg", imageAlt: "landscaper working in garden" }, - { name: "Anna Rivera", handle: "@arivera", testimonial: "I love how sustainable and beautiful the garden looks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", imageAlt: "happy client portrait garden" }, - { name: "Mike Henderson", handle: "@mikeh", testimonial: "The best design team I have worked with for my property.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", imageAlt: "homeowner standing in garden" }, - { name: "Emily Davis", handle: "@edavis", testimonial: "Professional, eco-friendly, and highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", imageAlt: "portrait elderly gardener happy" } + { name: "Sarah Miller", handle: "@sarahmlr", testimonial: "Transformed our backyard into a true organic sanctuary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=1", imageAlt: "beautiful landscaped residential garden path" }, + { name: "James Cook", handle: "@jcook", testimonial: "Exceptional organic landscaping knowledge and professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=1", imageAlt: "landscaper working in garden" }, + { name: "Anna Rivera", handle: "@arivera", testimonial: "I love how sustainable and beautiful the garden looks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=1", imageAlt: "happy client portrait garden" }, + { name: "Mike Henderson", handle: "@mikeh", testimonial: "The best design team I have worked with for my property.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=1", imageAlt: "homeowner standing in garden" }, + { name: "Emily Davis", handle: "@edavis", testimonial: "Professional, eco-friendly, and highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=1", imageAlt: "portrait elderly gardener happy" } ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", alt: "Customer 1" }, { src: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", alt: "Customer 2" }, @@ -72,7 +72,7 @@ export default function LandingPage() { { title: "Bespoke Designs", description: "Every project is uniquely tailored to the specific needs of your outdoor space." }, { title: "Sustainable Future", description: "Our methods conserve water and promote biodiversity in your local area." } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -83,9 +83,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "s1", title: "Garden Design", author: "Green Bean's", description: "Creative layouts designed for beauty and sustainability.", tags: ["design", "landscape"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" }, - { id: "s2", title: "Hardscaping", author: "Green Bean's", description: "Durable walkways, patios, and outdoor structures.", tags: ["installation", "stone"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" }, - { id: "s3", title: "Soil Management", author: "Green Bean's", description: "Organic treatments to enrich your native soil profile.", tags: ["organic", "soil"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" } + { id: "s1", title: "Garden Design", author: "Green Bean's", description: "Creative layouts designed for beauty and sustainability.", tags: ["design", "landscape"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=3" }, + { id: "s2", title: "Hardscaping", author: "Green Bean's", description: "Durable walkways, patios, and outdoor structures.", tags: ["installation", "stone"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=4" }, + { id: "s3", title: "Soil Management", author: "Green Bean's", description: "Organic treatments to enrich your native soil profile.", tags: ["organic", "soil"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=5" } ]} title="Professional Landscaping Services" description="Expert design, sustainable installation, and ongoing maintenance to keep your garden vibrant year-round." @@ -98,9 +98,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Client 1", handle: "@user1", testimonial: "Amazing results on our patio project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg" }, - { id: "t2", name: "Client 2", handle: "@user2", testimonial: "My plants have never been healthier.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg" }, - { id: "t3", name: "Client 3", handle: "@user3", testimonial: "Professional and courteous team throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg" }, + { id: "t1", name: "Client 1", handle: "@user1", testimonial: "Amazing results on our patio project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=2" }, + { id: "t2", name: "Client 2", handle: "@user2", testimonial: "My plants have never been healthier.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=2" }, + { id: "t3", name: "Client 3", handle: "@user3", testimonial: "Professional and courteous team throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=2" }, { id: "t4", name: "Client 4", handle: "@user4", testimonial: "Simply wonderful organic gardening results.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-flower-seller-holds-flowers-pot-garden-market-shop_613910-13607.jpg" }, { id: "t5", name: "Client 5", handle: "@user5", testimonial: "A complete joy to work with this company.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-good-looking-caucasian-bearded-man-blue-shirt-gloves-smiling-camera-holding-pot-with-flower-hands-working-garden_176420-19923.jpg" } ]} @@ -120,7 +120,7 @@ export default function LandingPage() {