Update src/app/page.tsx

This commit is contained in:
2026-03-05 21:48:22 +00:00
parent 976e0af055
commit a890a756b7

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