Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="blurBottom"
|
||||
background="none"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg"
|
||||
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?_wi=1", imageAlt: "Variety of snacks" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg?_wi=2", imageAlt: "Snacks selection" }
|
||||
{ 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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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?_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" }
|
||||
{ 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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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?_wi=1", imageAlt: "Grocery items" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg?_wi=2", imageAlt: "Groceries shelf" }
|
||||
{ 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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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?_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" }
|
||||
{ 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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg"
|
||||
imageAlt="East Main Food Center"
|
||||
logoText="East Main Food Center"
|
||||
copyrightText="© 2025 East Main Food Center. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user