Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-05 21:48:27 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -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}
/>

View File

@@ -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}
/>

View File

@@ -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",
},
]}