diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b84be79..6567301 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={Store} buttons={[{ text: "Shop Now", href: "/products" }]} - imageSrc="http://img.b2bpic.net/free-photo/mother-with-daughter-supermarket_1157-21968.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mother-with-daughter-supermarket_1157-21968.jpg?_wi=2" imageAlt="FreshMart grocery store interior" useInvertedBackground={false} /> @@ -58,7 +58,7 @@ export default function AboutPage() { tag="Our Values" tagIcon={Store} buttons={[{ text: "Learn More", href: "/contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg?_wi=2" imageAlt="Customer shopping at FreshMart" useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index a088158..cd39c76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function HomePage() { { text: "Shop Now", href: "/products" }, { text: "Learn More", href: "/about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg?_wi=1" imageAlt="Fresh fruits and vegetables banner" showDimOverlay={true} buttonAnimation="slide-up" @@ -65,7 +65,7 @@ export default function HomePage() { name: "Organic Red Apples", price: "$5.99/lb", variant: "Fresh From Orchard 2 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-red-apples-with-water-droplets_84443-73830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-red-apples-with-water-droplets_84443-73830.jpg?_wi=1", imageAlt: "Fresh red apples", }, { @@ -73,7 +73,7 @@ export default function HomePage() { name: "Fresh Broccoli Crowns", price: "$3.49/bunch", variant: "Organic Certified Premium Quality", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-broccoli-fresh-ripe-inside-basket-green-tissue-grey-floor_140725-13143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-broccoli-fresh-ripe-inside-basket-green-tissue-grey-floor_140725-13143.jpg?_wi=1", imageAlt: "Fresh green broccoli", }, { @@ -81,7 +81,7 @@ export default function HomePage() { name: "Crisp Green Lettuce", price: "$2.99/head", variant: "Hydroponic Grown Extra Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lettuce-wooden-background-horizontal_176474-3973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-lettuce-wooden-background-horizontal_176474-3973.jpg?_wi=1", imageAlt: "Fresh green lettuce", }, ]} @@ -185,7 +185,7 @@ export default function HomePage() { tag="About Us" tagIcon={Store} buttons={[{ text: "Shop Now", href: "/products" }]} - imageSrc="http://img.b2bpic.net/free-photo/mother-with-daughter-supermarket_1157-21968.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mother-with-daughter-supermarket_1157-21968.jpg?_wi=1" imageAlt="FreshMart grocery store interior" useInvertedBackground={false} /> diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index daf1a45..94ad74a 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -46,7 +46,7 @@ export default function ProductsPage() { name: "Organic Red Apples", price: "$5.99/lb", variant: "Fresh From Orchard 2 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-red-apples-with-water-droplets_84443-73830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-red-apples-with-water-droplets_84443-73830.jpg?_wi=2", imageAlt: "Fresh red apples", }, { @@ -54,7 +54,7 @@ export default function ProductsPage() { name: "Fresh Broccoli Crowns", price: "$3.49/bunch", variant: "Organic Certified Premium Quality", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-broccoli-fresh-ripe-inside-basket-green-tissue-grey-floor_140725-13143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-broccoli-fresh-ripe-inside-basket-green-tissue-grey-floor_140725-13143.jpg?_wi=2", imageAlt: "Fresh green broccoli", }, { @@ -62,7 +62,7 @@ export default function ProductsPage() { name: "Crisp Green Lettuce", price: "$2.99/head", variant: "Hydroponic Grown Extra Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lettuce-wooden-background-horizontal_176474-3973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-lettuce-wooden-background-horizontal_176474-3973.jpg?_wi=2", imageAlt: "Fresh green lettuce", }, ]}