Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8279a663f | |||
| 1cb4cf9672 | |||
| 45ac90467b | |||
| 39e55e0f90 | |||
| 0200b7402e |
@@ -44,14 +44,11 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
mediaItems={[
|
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={[
|
buttons={[
|
||||||
{ text: "Visit Us", href: "#contact" },
|
{ text: "Visit Us", href: "#contact" },
|
||||||
@@ -86,20 +83,16 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
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: 2,
|
id: 2,
|
||||||
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: 3,
|
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,
|
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"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -114,17 +107,13 @@ export default function LandingPage() {
|
|||||||
cardTagIcon={Users}
|
cardTagIcon={Users}
|
||||||
testimonials={[
|
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"
|
cardAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -139,13 +128,14 @@ export default function LandingPage() {
|
|||||||
tagIcon={Users}
|
tagIcon={Users}
|
||||||
members={[
|
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"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
nameClassName="text-sm"
|
||||||
|
roleClassName="text-xs"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -157,20 +147,15 @@ export default function LandingPage() {
|
|||||||
ctaIcon={MapPin}
|
ctaIcon={MapPin}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "What are your store hours?", content: "<strong>Monday – Friday:</strong> 3:00 AM – 11:00 PM<br><strong>Saturday:</strong> 6:00 AM – 11:00 PM<br><strong>Sunday:</strong> 6:00 AM – 10:00 PM"
|
id: "1", title: "What are your store hours?", content: "<strong>Monday – Friday:</strong> 3:00 AM – 11:00 PM<br><strong>Saturday:</strong> 6:00 AM – 11:00 PM<br><strong>Sunday:</strong> 6:00 AM – 10:00 PM"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2", title: "Where is Lyons Market located?", content: "Lyons Market<br>1013 Main St<br>Lyons, OR 97358<br><br>We're conveniently located in the heart of downtown Lyons."
|
id: "2", title: "Where is Lyons Market located?", content: "Lyons Market<br>1013 Main St<br>Lyons, OR 97358<br><br>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"
|
animationType="blur-reveal"
|
||||||
accordionAnimationType="smooth"
|
accordionAnimationType="smooth"
|
||||||
|
|||||||
Reference in New Issue
Block a user