Merge version_1 into main #1
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg", imageAlt: "Fresh produce at Market Up"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg?_wi=1", imageAlt: "Fresh produce at Market Up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-colorful-bell-peppers-onions-bucket-wooden-surface_141793-80930.jpg", imageAlt: "Selection of vegetables"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-colorful-bell-peppers-onions-bucket-wooden-surface_141793-80930.jpg?_wi=1", imageAlt: "Selection of vegetables"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg", imageAlt: "Fresh fruits on display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg?_wi=2", imageAlt: "Fresh fruits on display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg", imageAlt: "Dairy and cold products"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg?_wi=1", imageAlt: "Dairy and cold products"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-852.jpg", imageAlt: "Market Up store interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-852.jpg?_wi=1", imageAlt: "Market Up store interior"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
className="w-full"
|
||||
@@ -100,13 +100,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Market Up Organic", name: "Fresh Organic Vegetables Bundle", price: "$12.99", rating: 5,
|
||||
reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-colorful-bell-peppers-onions-bucket-wooden-surface_141793-80930.jpg", imageAlt: "Organic vegetable bundle"},
|
||||
reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-colorful-bell-peppers-onions-bucket-wooden-surface_141793-80930.jpg?_wi=2", imageAlt: "Organic vegetable bundle"},
|
||||
{
|
||||
id: "2", brand: "Local Harvest", name: "Seasonal Fresh Fruit Selection", price: "$9.99", rating: 5,
|
||||
reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg", imageAlt: "Fresh fruit assortment"},
|
||||
reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg?_wi=3", imageAlt: "Fresh fruit assortment"},
|
||||
{
|
||||
id: "3", brand: "Quality Dairy Co", name: "Premium Dairy & Cheese Pack", price: "$14.99", rating: 5,
|
||||
reviewCount: "315", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg", imageAlt: "Dairy products collection"},
|
||||
reviewCount: "315", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg?_wi=2", imageAlt: "Dairy products collection"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
buttons={[{ text: "View All Products", href: "#" }]}
|
||||
@@ -142,16 +142,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Fresh Daily Delivery", description: "Our produce is refreshed daily to ensure you get the freshest items every time you shop.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg", imageAlt: "Fresh daily delivery"},
|
||||
title: "Fresh Daily Delivery", description: "Our produce is refreshed daily to ensure you get the freshest items every time you shop.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-pomegranate_23-2148238145.jpg?_wi=4", imageAlt: "Fresh daily delivery"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Organic Certified Products", description: "We offer a wide selection of certified organic products for health-conscious shoppers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-colorful-bell-peppers-onions-bucket-wooden-surface_141793-80930.jpg", imageAlt: "Organic certified products"},
|
||||
title: "Organic Certified Products", description: "We offer a wide selection of certified organic products for health-conscious shoppers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-colorful-bell-peppers-onions-bucket-wooden-surface_141793-80930.jpg?_wi=3", imageAlt: "Organic certified products"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Competitive Pricing", description: "Quality doesn't have to be expensive. We offer the best prices in town without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg", imageAlt: "Competitive pricing"},
|
||||
title: "Competitive Pricing", description: "Quality doesn't have to be expensive. We offer the best prices in town without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg?_wi=3", imageAlt: "Competitive pricing"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Community Support", description: "We support local farmers and businesses, keeping money in our community while ensuring freshness.", imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-852.jpg", imageAlt: "Community support"},
|
||||
title: "Community Support", description: "We support local farmers and businesses, keeping money in our community while ensuring freshness.", imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-852.jpg?_wi=2", imageAlt: "Community support"},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user