Update src/app/page.tsx

This commit is contained in:
2026-03-16 21:34:41 +00:00
parent e09d907536
commit c2c75e5816

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Get Directions", href: "https://maps.google.com/?q=2914+E+Main+St,+Columbus,+OH+43209" }
]}
buttonAnimation="slide-up"
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="East Main Food Center storefront"
/>
</div>
@@ -83,29 +83,29 @@ export default function LandingPage() {
{
title: "Fresh Snacks", description: "Wide variety of chips, candy, and snacks for every craving", icon: Croissant,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg", imageAlt: "Variety of snacks" },
{ imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg", imageAlt: "Snacks selection" }
{ imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg?_wi=1", imageAlt: "Variety of snacks" },
{ imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg?_wi=2", imageAlt: "Snacks selection" }
]
},
{
title: "Cold Drinks", description: "Refreshing beverages, sodas, juices, and energy drinks", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg", imageAlt: "Cold beverage cooler" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg", imageAlt: "Drinks selection" }
{ imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg?_wi=1", imageAlt: "Cold beverage cooler" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg?_wi=2", imageAlt: "Drinks selection" }
]
},
{
title: "Quick Groceries", description: "Essential groceries and everyday items for busy households", icon: ShoppingBag,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg", imageAlt: "Grocery items" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg", imageAlt: "Groceries shelf" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg?_wi=1", imageAlt: "Grocery items" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg?_wi=2", imageAlt: "Groceries shelf" }
]
},
{
title: "Convenience Items", description: "All the extras you need for quick, easy shopping", icon: Gift,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg", imageAlt: "Convenience items" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg", imageAlt: "Essentials display" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg?_wi=1", imageAlt: "Convenience items" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg?_wi=2", imageAlt: "Essentials display" }
]
}
]}
@@ -233,7 +233,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
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="East Main Food Center"
logoText="East Main Food Center"
copyrightText="© 2025 East Main Food Center. All rights reserved."