From 49c0d46e7cb69f0f0b84c87b033e12b761baf1d1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:16:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04edb68..eae68d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,14 @@ export default function LandingPage() { background={{ variant: "animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-market_23-2149148482.jpg", imageAlt: "Lyons Market storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-market_23-2149148482.jpg", imageAlt: "Lyons Market storefront" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=1", imageAlt: "Fresh deli items"}, + imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=1", imageAlt: "Fresh deli items" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=1", imageAlt: "Fresh groceries"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=1", imageAlt: "Fresh groceries" + }, ]} buttons={[ { text: "Visit Us", href: "#contact" }, @@ -83,16 +86,20 @@ export default function LandingPage() { features={[ { id: 1, - title: "Grocery Essentials", description: "Fresh produce, pantry staples, and quality products for your household needs.", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=2", imageAlt: "Quality groceries and fresh produce"}, + title: "Fresh Hot Food & Deli", description: "Freshly prepared hot meals and deli items made daily for convenient dining.", imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=2", imageAlt: "Fresh deli items and hot food" + }, { id: 2, - title: "Fresh Hot Food & Deli", description: "Freshly prepared hot meals and deli items made daily for convenient dining.", imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=2", imageAlt: "Fresh deli items and hot food"}, + title: "Grocery Essentials", description: "Fresh produce, pantry staples, and quality products for your household needs.", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=2", imageAlt: "Quality groceries and fresh produce" + }, { id: 3, - title: "Beverages & Energy Drinks", description: "Wide selection of cold drinks, energy drinks, and beverages for every preference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-frigorific-bag_23-2150880768.jpg", imageAlt: "Selection of beverages and drinks"}, + title: "Beverages & Energy Drinks", description: "Wide selection of cold drinks, energy drinks, and beverages for every preference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-frigorific-bag_23-2150880768.jpg", imageAlt: "Selection of beverages and drinks" + }, { id: 4, - title: "Household Necessities", description: "Everyday household essentials and daily items you need for your home.", imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg", imageAlt: "Household essentials and supplies"}, + title: "Household Necessities", description: "Everyday household essentials and daily items you need for your home.", imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg", imageAlt: "Household essentials and supplies" + }, ]} animationType="blur-reveal" textboxLayout="default" @@ -107,13 +114,17 @@ export default function LandingPage() { cardTagIcon={Users} testimonials={[ { - id: "1", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=1", imageAlt: "Community member"}, + id: "1", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=1", imageAlt: "Community member" + }, { - id: "2", name: "Daily Customer", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=2", imageAlt: "Loyal customer"}, + id: "2", name: "Daily Customer", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=2", imageAlt: "Loyal customer" + }, { - id: "3", name: "Business Partner", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=3", imageAlt: "Community business"}, + id: "3", name: "Business Partner", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=3", imageAlt: "Community business" + }, { - id: "4", name: "Town Visitor", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=4", imageAlt: "Visiting customer"}, + id: "4", name: "Town Visitor", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=4", imageAlt: "Visiting customer" + }, ]} cardAnimation="blur-reveal" useInvertedBackground={false} @@ -128,7 +139,8 @@ export default function LandingPage() { tagIcon={Users} members={[ { - id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Hakimi family owners"}, + id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Hakimi family owners" + }, ]} textboxLayout="default" gridVariant="uniform-all-items-equal" @@ -145,15 +157,20 @@ export default function LandingPage() { ctaIcon={MapPin} faqs={[ { - id: "1", title: "What are your store hours?", content: "Monday – Friday: 3:00 AM – 11:00 PM
Saturday: 6:00 AM – 11:00 PM
Sunday: 6:00 AM – 10:00 PM"}, + id: "1", title: "What are your store hours?", content: "Monday – Friday: 3:00 AM – 11:00 PM
Saturday: 6:00 AM – 11:00 PM
Sunday: 6:00 AM – 10:00 PM" + }, { - id: "2", title: "Where is Lyons Market located?", content: "Lyons Market
1013 Main St
Lyons, OR 97358

We're conveniently located in the heart of downtown Lyons."}, + id: "2", title: "Where is Lyons Market located?", content: "Lyons Market
1013 Main St
Lyons, OR 97358

We're conveniently located in the heart of downtown Lyons." + }, { - id: "3", title: "Do you offer fresh hot food daily?", content: "Yes! Our deli prepares fresh hot food daily. Stop by during business hours to see our current offerings."}, + id: "3", title: "Do you offer fresh hot food daily?", content: "Yes! Our deli prepares fresh hot food daily. Stop by during business hours to see our current offerings." + }, { - id: "4", title: "Can I call ahead for orders?", content: "Absolutely. Feel free to call us at (503) 859-2494 to place orders or inquire about our products and services."}, + id: "4", title: "Can I call ahead for orders?", content: "Absolutely. Feel free to call us at (503) 859-2494 to place orders or inquire about our products and services." + }, { - id: "5", title: "What payment methods do you accept?", content: "We accept cash and major credit/debit cards. Please call if you have specific payment questions."}, + id: "5", title: "What payment methods do you accept?", content: "We accept cash and major credit/debit cards. Please call if you have specific payment questions." + }, ]} animationType="blur-reveal" accordionAnimationType="smooth" -- 2.49.1