diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 40b0b61..0a8f9da 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { tag="About Us" tagIcon="CheckCircle" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg?_wi=3" imageAlt="Our beautiful garden projects" buttons={[ { @@ -74,7 +74,7 @@ export default function AboutPage() { { title: "Garden Design & Decorating", description: "Custom garden designs that transform your outdoor space into a beautiful sanctuary with artistic landscaping elements and decorative plants.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg?_wi=3", imageAlt: "Garden design and decoration", button: { text: "Learn More", @@ -84,7 +84,7 @@ export default function AboutPage() { { title: "Professional Landscaping Design", description: "Expert landscape design and installation services for residential and commercial properties, creating functional and beautiful outdoor environments.", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg?_wi=3", imageAlt: "Professional landscaping design", button: { text: "Explore", @@ -94,7 +94,7 @@ export default function AboutPage() { { title: "Expert Lawn Care & Maintenance", description: "Professional lawn mowing, grass installation, and ongoing maintenance services to keep your lawn lush, green, and healthy year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803951.jpg?_wi=3", imageAlt: "Professional lawn care service", button: { text: "Get Service", @@ -104,7 +104,7 @@ export default function AboutPage() { { title: "Plant Nursery & Horticulture", description: "Wide selection of plants, trees, and horticultural services for all seasons with expert advice on plant care and selection.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-sustainable-garden-indoors_23-2148999363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-sustainable-garden-indoors_23-2148999363.jpg?_wi=3", imageAlt: "Plant nursery and horticulture services", button: { text: "Browse Plants", @@ -126,7 +126,7 @@ export default function AboutPage() {