From d08b6af7946d0478f1bc698594bc1cba97928e8d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:54:52 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 64f417d..dab7c8a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,7 +76,7 @@ export default function AboutPage() { { text: "Get Directions", href: "https://maps.google.com?q=Agias+Fylaxeos+103A,+3087+Limassol,+Cyprus" }, { text: "Call +357 25 773434", href: "tel:+35725773434" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-supporting-local-merchant_482257-76594.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-supporting-local-merchant_482257-76594.jpg?_wi=1" imageAlt="organic market store location map" useInvertedBackground={false} ariaLabel="Store location section" @@ -91,15 +91,15 @@ export default function AboutPage() { { id: "founded", title: "A Vision for Health", descriptions: [ "We started Organic Earth Market because we believe everyone deserves access to pure, organic products. Our founders understood that compromising on food quality impacts your health and the planet."], - imageSrc: "http://img.b2bpic.net/free-photo/shopping-market_1098-19429.jpg", imageAlt: "our store vision"}, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-market_1098-19429.jpg?_wi=2", imageAlt: "our store vision"}, { id: "commitment", title: "Committed to Sustainability", descriptions: [ "Every decision we make considers environmental impact. From eco-friendly packaging to supporting local farmers, we're dedicated to creating a sustainable future for Limassol."], - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-holding-flat-paper-globe_23-2147826567.jpg", imageAlt: "sustainability commitment"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-holding-flat-paper-globe_23-2147826567.jpg?_wi=2", imageAlt: "sustainability commitment"}, { id: "community", title: "Building Community", descriptions: [ "We're rooted in the Limassol community. By supporting local suppliers, hosting wellness events, and building genuine relationships with our customers, we create a space where health and community thrive together."], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-latin-people-training-outdoors_23-2151039465.jpg", imageAlt: "community building"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-latin-people-training-outdoors_23-2151039465.jpg?_wi=2", imageAlt: "community building"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -115,13 +115,13 @@ export default function AboutPage() { description="Our customers are the heart of everything we do. Here's what they say about their experience with us." testimonials={[ { - id: "1", name: "Maria Christou", handle: "@maria_limassol", testimonial: "Perfect little store, very friendly staff. Definitely recommend. The quality of organic produce is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-arms-crossed_1187-3193.jpg", imageAlt: "happy female customer", icon: Star, + id: "1", name: "Maria Christou", handle: "@maria_limassol", testimonial: "Perfect little store, very friendly staff. Definitely recommend. The quality of organic produce is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-arms-crossed_1187-3193.jpg?_wi=2", imageAlt: "happy female customer", icon: Star, }, { - id: "2", name: "Yiannis Papadopoulos", handle: "@yiannis_organic", testimonial: "Lovely little shop with a good range of organic needs from toiletries to grocery essentials. Customer service is great.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg", imageAlt: "happy male customer", icon: Star, + id: "2", name: "Yiannis Papadopoulos", handle: "@yiannis_organic", testimonial: "Lovely little shop with a good range of organic needs from toiletries to grocery essentials. Customer service is great.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg?_wi=2", imageAlt: "happy male customer", icon: Star, }, { - id: "3", name: "Elena Georgiou", handle: "@elena_wellness", testimonial: "Excellent selection of organic products and very helpful staff. This is my go-to store for all my natural and eco-friendly needs.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg", imageAlt: "happy customer", icon: Star, + id: "3", name: "Elena Georgiou", handle: "@elena_wellness", testimonial: "Excellent selection of organic products and very helpful staff. This is my go-to store for all my natural and eco-friendly needs.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg?_wi=2", imageAlt: "happy customer", icon: Star, }, ]} animationType="slide-up" From 25b80236081d70f3dd8ea4344a3de35da7b45add Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:54:53 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cfe5089..160fab0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ const ContactPage = () => { { text: "Call +357 25 773434", href: "tel:+35725773434"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-supporting-local-merchant_482257-76594.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-supporting-local-merchant_482257-76594.jpg?_wi=2" imageAlt="organic market store location map" useInvertedBackground={false} /> @@ -104,13 +104,13 @@ const ContactPage = () => { description="Real reviews from real customers who trust us for their organic and wellness needs." testimonials={[ { - id: "4", name: "Andreas Nicolaou", handle: "@andreas_health", testimonial: "Finally found a trustworthy organic market in Limassol! The products are fresh, the prices are fair, and the team genuinely cares.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-38845.jpg", imageAlt: "happy male customer organic store", icon: Star, + id: "4", name: "Andreas Nicolaou", handle: "@andreas_health", testimonial: "Finally found a trustworthy organic market in Limassol! The products are fresh, the prices are fair, and the team genuinely cares.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-38845.jpg?_wi=2", imageAlt: "happy male customer organic store", icon: Star, }, { - id: "5", name: "Sofia Kokkina", handle: "@sofia_eco", testimonial: "Love supporting a local business that truly cares about quality and sustainability. This place is a gem!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-summer-hat-buying-products_23-2148648920.jpg", imageAlt: "happy female customer eco store", icon: Star, + id: "5", name: "Sofia Kokkina", handle: "@sofia_eco", testimonial: "Love supporting a local business that truly cares about quality and sustainability. This place is a gem!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-summer-hat-buying-products_23-2148648920.jpg?_wi=2", imageAlt: "happy female customer eco store", icon: Star, }, { - id: "6", name: "Dimitris Pavlakis", handle: "@dimitris_limassol", testimonial: "Best organic store in Limassol, hands down. Great selection, fair prices, and the staff always has time to help.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg", imageAlt: "happy male customer eco store", icon: Star, + id: "6", name: "Dimitris Pavlakis", handle: "@dimitris_limassol", testimonial: "Best organic store in Limassol, hands down. Great selection, fair prices, and the staff always has time to help.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg?_wi=2", imageAlt: "happy male customer eco store", icon: Star, }, ]} animationType="slide-up" From 8bb143521452681a4d12fd57f81214eafaadffe7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:54:53 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68c5a64..e4b572e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,17 +112,17 @@ export default function HomePage() { description="Discover our carefully curated selection of organic and natural products for every need." products={[ { - id: "organic-groceries", name: "Organic Groceries", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/delicious-foodstuff-arrangement_23-2149235859.jpg", imageAlt: "organic grocery store shelf products"}, + id: "organic-groceries", name: "Organic Groceries", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/delicious-foodstuff-arrangement_23-2149235859.jpg?_wi=1", imageAlt: "organic grocery store shelf products"}, { - id: "fresh-produce", name: "Fresh Organic Produce", price: "Seasonal & Local", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-vegetable-wicker-basket-market_23-2148209835.jpg", imageAlt: "fresh organic vegetables fruits display"}, + id: "fresh-produce", name: "Fresh Organic Produce", price: "Seasonal & Local", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-vegetable-wicker-basket-market_23-2148209835.jpg?_wi=1", imageAlt: "fresh organic vegetables fruits display"}, { - id: "supplements", name: "Natural Supplements", price: "Health Support", imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg", imageAlt: "natural supplements bottles display"}, + id: "supplements", name: "Natural Supplements", price: "Health Support", imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg?_wi=1", imageAlt: "natural supplements bottles display"}, { - id: "household", name: "Eco-Friendly Products", price: "Sustainable Living", imageSrc: "http://img.b2bpic.net/free-photo/decorative-cleaning-concept-wooden-texture_23-2147700619.jpg", imageAlt: "eco-friendly household products display"}, + id: "household", name: "Eco-Friendly Products", price: "Sustainable Living", imageSrc: "http://img.b2bpic.net/free-photo/decorative-cleaning-concept-wooden-texture_23-2147700619.jpg?_wi=1", imageAlt: "eco-friendly household products display"}, { - id: "cosmetics", name: "Organic Cosmetics", price: "Natural Beauty", imageSrc: "http://img.b2bpic.net/free-photo/eco-lavender-products-spa-treatment-concept_23-2148645590.jpg", imageAlt: "natural organic cosmetics display"}, + id: "cosmetics", name: "Organic Cosmetics", price: "Natural Beauty", imageSrc: "http://img.b2bpic.net/free-photo/eco-lavender-products-spa-treatment-concept_23-2148645590.jpg?_wi=1", imageAlt: "natural organic cosmetics display"}, { - id: "snacks", name: "Healthy Snacks", price: "Nutritious Treats", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-tulips_23-2148407080.jpg", imageAlt: "healthy organic snacks display"}, + id: "snacks", name: "Healthy Snacks", price: "Nutritious Treats", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-tulips_23-2148407080.jpg?_wi=1", imageAlt: "healthy organic snacks display"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -140,15 +140,15 @@ export default function HomePage() { { id: "sourcing", title: "Carefully Sourced Products", descriptions: [ "Every item is hand-selected for quality and authenticity. We work directly with trusted organic suppliers to ensure purity and nutritional value."], - imageSrc: "http://img.b2bpic.net/free-photo/shopping-market_1098-19429.jpg", imageAlt: "artisanal organic products carefully selected"}, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-market_1098-19429.jpg?_wi=1", imageAlt: "artisanal organic products carefully selected"}, { id: "staff", title: "Friendly & Knowledgeable Staff", descriptions: [ "Our passionate team is trained to help you find exactly what you need. We love sharing organic lifestyle tips and product recommendations."], - imageSrc: "http://img.b2bpic.net/free-photo/man-examining-organic-pantry-supplies_482257-76526.jpg", imageAlt: "friendly store staff helping customers"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-examining-organic-pantry-supplies_482257-76526.jpg?_wi=1", imageAlt: "friendly store staff helping customers"}, { id: "community", title: "Local Neighborhood Store", descriptions: [ "We're proud to be a cornerstone of the Limassol community. We support local farmers and sustainable practices."], - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-looks-produce_482257-76743.jpg", imageAlt: "local organic market neighborhood store"}, + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-looks-produce_482257-76743.jpg?_wi=1", imageAlt: "local organic market neighborhood store"}, { id: "quality", title: "Quality Over Mass Production", descriptions: [ "We believe in small batches and superior quality. No compromises, just pure organic goodness."], @@ -156,11 +156,11 @@ export default function HomePage() { { id: "values", title: "Community-Focused Business", descriptions: [ "Your health and the planet's wellbeing matter to us. We're here to support your journey to better living."], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-latin-people-training-outdoors_23-2151039465.jpg", imageAlt: "sustainable organic business values"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-latin-people-training-outdoors_23-2151039465.jpg?_wi=1", imageAlt: "sustainable organic business values"}, { id: "sustainability", title: "Sustainable Practices", descriptions: [ "Eco-friendly packaging, zero-waste options, and a commitment to reducing our environmental footprint."], - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-holding-flat-paper-globe_23-2147826567.jpg", imageAlt: "sustainable eco-friendly packaging"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-holding-flat-paper-globe_23-2147826567.jpg?_wi=1", imageAlt: "sustainable eco-friendly packaging"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -176,22 +176,22 @@ export default function HomePage() { description="Real reviews from real customers who trust us for their organic and wellness needs." testimonials={[ { - id: "1", name: "Maria Christou", handle: "@maria_limassol", testimonial: "Perfect little store, very friendly staff. Definitely recommend. The quality of organic produce is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-arms-crossed_1187-3193.jpg", imageAlt: "happy female customer store portrait", icon: Star, + id: "1", name: "Maria Christou", handle: "@maria_limassol", testimonial: "Perfect little store, very friendly staff. Definitely recommend. The quality of organic produce is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-arms-crossed_1187-3193.jpg?_wi=1", imageAlt: "happy female customer store portrait", icon: Star, }, { - id: "2", name: "Yiannis Papadopoulos", handle: "@yiannis_organic", testimonial: "Lovely little shop with a good range of organic needs from toiletries to grocery essentials. Customer service is great.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg", imageAlt: "happy male customer store portrait", icon: Star, + id: "2", name: "Yiannis Papadopoulos", handle: "@yiannis_organic", testimonial: "Lovely little shop with a good range of organic needs from toiletries to grocery essentials. Customer service is great.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg?_wi=1", imageAlt: "happy male customer store portrait", icon: Star, }, { - id: "3", name: "Elena Georgiou", handle: "@elena_wellness", testimonial: "Excellent selection of organic products and very helpful staff. This is my go-to store for all my natural and eco-friendly needs.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg", imageAlt: "happy female customer organic store", icon: Star, + id: "3", name: "Elena Georgiou", handle: "@elena_wellness", testimonial: "Excellent selection of organic products and very helpful staff. This is my go-to store for all my natural and eco-friendly needs.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg?_wi=1", imageAlt: "happy female customer organic store", icon: Star, }, { - id: "4", name: "Andreas Nicolaou", handle: "@andreas_health", testimonial: "Finally found a trustworthy organic market in Limassol! The products are fresh, the prices are fair, and the team genuinely cares.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-38845.jpg", imageAlt: "happy male customer organic store", icon: Star, + id: "4", name: "Andreas Nicolaou", handle: "@andreas_health", testimonial: "Finally found a trustworthy organic market in Limassol! The products are fresh, the prices are fair, and the team genuinely cares.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-38845.jpg?_wi=1", imageAlt: "happy male customer organic store", icon: Star, }, { - id: "5", name: "Sofia Kokkina", handle: "@sofia_eco", testimonial: "Love supporting a local business that truly cares about quality and sustainability. This place is a gem!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-summer-hat-buying-products_23-2148648920.jpg", imageAlt: "happy female customer eco store", icon: Star, + id: "5", name: "Sofia Kokkina", handle: "@sofia_eco", testimonial: "Love supporting a local business that truly cares about quality and sustainability. This place is a gem!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-summer-hat-buying-products_23-2148648920.jpg?_wi=1", imageAlt: "happy female customer eco store", icon: Star, }, { - id: "6", name: "Dimitris Pavlakis", handle: "@dimitris_limassol", testimonial: "Best organic store in Limassol, hands down. Great selection, fair prices, and the staff always has time to help.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg", imageAlt: "happy male customer eco store", icon: Star, + id: "6", name: "Dimitris Pavlakis", handle: "@dimitris_limassol", testimonial: "Best organic store in Limassol, hands down. Great selection, fair prices, and the staff always has time to help.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg?_wi=1", imageAlt: "happy male customer eco store", icon: Star, }, ]} animationType="slide-up" From ccfe21d75e381409284d98d13db466b203cc0c9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:54:54 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c8120ad..5ec471d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -72,17 +72,17 @@ const ProductsPage = () => { description="Discover our carefully curated selection of organic and natural products for every need." products={[ { - id: "organic-groceries", name: "Organic Groceries", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/delicious-foodstuff-arrangement_23-2149235859.jpg", imageAlt: "organic grocery store shelf products"}, + id: "organic-groceries", name: "Organic Groceries", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/delicious-foodstuff-arrangement_23-2149235859.jpg?_wi=2", imageAlt: "organic grocery store shelf products"}, { - id: "fresh-produce", name: "Fresh Organic Produce", price: "Seasonal & Local", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-vegetable-wicker-basket-market_23-2148209835.jpg", imageAlt: "fresh organic vegetables fruits display"}, + id: "fresh-produce", name: "Fresh Organic Produce", price: "Seasonal & Local", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-vegetable-wicker-basket-market_23-2148209835.jpg?_wi=2", imageAlt: "fresh organic vegetables fruits display"}, { - id: "supplements", name: "Natural Supplements", price: "Health Support", imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg", imageAlt: "natural supplements bottles display"}, + id: "supplements", name: "Natural Supplements", price: "Health Support", imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg?_wi=2", imageAlt: "natural supplements bottles display"}, { - id: "household", name: "Eco-Friendly Products", price: "Sustainable Living", imageSrc: "http://img.b2bpic.net/free-photo/decorative-cleaning-concept-wooden-texture_23-2147700619.jpg", imageAlt: "eco-friendly household products display"}, + id: "household", name: "Eco-Friendly Products", price: "Sustainable Living", imageSrc: "http://img.b2bpic.net/free-photo/decorative-cleaning-concept-wooden-texture_23-2147700619.jpg?_wi=2", imageAlt: "eco-friendly household products display"}, { - id: "cosmetics", name: "Organic Cosmetics", price: "Natural Beauty", imageSrc: "http://img.b2bpic.net/free-photo/eco-lavender-products-spa-treatment-concept_23-2148645590.jpg", imageAlt: "natural organic cosmetics display"}, + id: "cosmetics", name: "Organic Cosmetics", price: "Natural Beauty", imageSrc: "http://img.b2bpic.net/free-photo/eco-lavender-products-spa-treatment-concept_23-2148645590.jpg?_wi=2", imageAlt: "natural organic cosmetics display"}, { - id: "snacks", name: "Healthy Snacks", price: "Nutritious Treats", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-tulips_23-2148407080.jpg", imageAlt: "healthy organic snacks display"}, + id: "snacks", name: "Healthy Snacks", price: "Nutritious Treats", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-tulips_23-2148407080.jpg?_wi=2", imageAlt: "healthy organic snacks display"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -99,15 +99,15 @@ const ProductsPage = () => { { id: "sourcing", title: "Carefully Sourced Products", descriptions: [ "Every item is hand-selected for quality and authenticity. We work directly with trusted organic suppliers to ensure purity and nutritional value."], - imageSrc: "http://img.b2bpic.net/free-photo/shopping-market_1098-19429.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-market_1098-19429.jpg?_wi=3"}, { id: "staff", title: "Friendly & Knowledgeable Staff", descriptions: [ "Our passionate team is trained to help you find exactly what you need. We love sharing organic lifestyle tips and product recommendations."], - imageSrc: "http://img.b2bpic.net/free-photo/man-examining-organic-pantry-supplies_482257-76526.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-examining-organic-pantry-supplies_482257-76526.jpg?_wi=2"}, { id: "community", title: "Local Neighborhood Store", descriptions: [ "We're proud to be a cornerstone of the Limassol community. We support local farmers and sustainable practices."], - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-looks-produce_482257-76743.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-looks-produce_482257-76743.jpg?_wi=2"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -122,13 +122,13 @@ const ProductsPage = () => { description="Real reviews from real customers who trust us for their organic and wellness needs." testimonials={[ { - id: "1", name: "Maria Christou", handle: "@maria_limassol", testimonial: "Perfect little store, very friendly staff. Definitely recommend. The quality of organic produce is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-arms-crossed_1187-3193.jpg", imageAlt: "happy female customer store portrait", icon: Star, + id: "1", name: "Maria Christou", handle: "@maria_limassol", testimonial: "Perfect little store, very friendly staff. Definitely recommend. The quality of organic produce is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-arms-crossed_1187-3193.jpg?_wi=3", imageAlt: "happy female customer store portrait", icon: Star, }, { - id: "2", name: "Yiannis Papadopoulos", handle: "@yiannis_organic", testimonial: "Lovely little shop with a good range of organic needs from toiletries to grocery essentials. Customer service is great.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg", imageAlt: "happy male customer store portrait", icon: Star, + id: "2", name: "Yiannis Papadopoulos", handle: "@yiannis_organic", testimonial: "Lovely little shop with a good range of organic needs from toiletries to grocery essentials. Customer service is great.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg?_wi=3", imageAlt: "happy male customer store portrait", icon: Star, }, { - id: "3", name: "Elena Georgiou", handle: "@elena_wellness", testimonial: "Excellent selection of organic products and very helpful staff. This is my go-to store for all my natural and eco-friendly needs.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg", imageAlt: "happy female customer organic store", icon: Star, + id: "3", name: "Elena Georgiou", handle: "@elena_wellness", testimonial: "Excellent selection of organic products and very helpful staff. This is my go-to store for all my natural and eco-friendly needs.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg?_wi=3", imageAlt: "happy female customer organic store", icon: Star, }, ]} animationType="slide-up"