Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
title: "Friendly Service", description: "Known for our warm welcome and personalized customer care", icon: Smile,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/supervisor-having-remote-discussion-with-manager_482257-96144.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/supervisor-having-remote-discussion-with-manager_482257-96144.jpg?_wi=1"
|
||||
imageAlt="Store owners greeting customers"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "prod-1", name: "Fresh Organic Produce", price: "$24.99", variant: "Weekly Selection", imageSrc: "http://img.b2bpic.net/free-photo/couple-medical-protective-mask-supermarket_1157-46703.jpg", imageAlt: "Fresh produce"},
|
||||
{
|
||||
id: "prod-2", name: "Household Essentials Bundle", price: "$19.99", variant: "Multi-Pack", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg", imageAlt: "Household supplies"},
|
||||
id: "prod-2", name: "Household Essentials Bundle", price: "$19.99", variant: "Multi-Pack", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg?_wi=1", imageAlt: "Household supplies"},
|
||||
{
|
||||
id: "prod-3", name: "Local Artisan Goods", price: "$34.99", variant: "Handcrafted", imageSrc: "http://img.b2bpic.net/free-photo/locally-grown-food-bio-store-restock_482257-76629.jpg", imageAlt: "Local artisan products"},
|
||||
]}
|
||||
@@ -164,10 +164,10 @@ export default function LandingPage() {
|
||||
tag: "Local Support", title: "Supporting Local", subtitle: "Partner with community businesses", description: "We partner with local farmers, producers, and artisans to bring you the best quality goods while supporting your neighbors' livelihoods.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-friends-were-sitting-table-having-picnic-outdoors_146671-18990.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Convenience", title: "One-Stop Shopping", subtitle: "Everything you need in one place", description: "From fresh groceries to household essentials, local crafts to everyday needs—find it all conveniently under one roof.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg"},
|
||||
tag: "Convenience", title: "One-Stop Shopping", subtitle: "Everything you need in one place", description: "From fresh groceries to household essentials, local crafts to everyday needs—find it all conveniently under one roof.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg?_wi=2"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Personal Touch", title: "Personalized Service", subtitle: "We know our customers by name", description: "Our friendly staff remembers your preferences and provides recommendations tailored to your needs and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/supervisor-having-remote-discussion-with-manager_482257-96144.jpg"},
|
||||
tag: "Personal Touch", title: "Personalized Service", subtitle: "We know our customers by name", description: "Our friendly staff remembers your preferences and provides recommendations tailored to your needs and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/supervisor-having-remote-discussion-with-manager_482257-96144.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user