Merge version_1 into main #2
159
src/app/page.tsx
159
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MarketPro"
|
||||
/>
|
||||
@@ -54,9 +48,7 @@ export default function LandingPage() {
|
||||
description="Premium ingredients, hand-selected daily for the discerning cook."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/natural-cosmetics-body-handmade-soap-bath-bombs_169016-20050.jpg"
|
||||
/>
|
||||
@@ -77,63 +69,28 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
title="Daily Essentials"
|
||||
description="Discover our curated selection of fresh, locally-sourced produce and daily essentials."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Farm Fresh",
|
||||
name: "Organic Gala Apples",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-cherries-inside-outside-blue-basket-gray_140725-54199.jpg",
|
||||
},
|
||||
id: "1", brand: "Farm Fresh", name: "Organic Gala Apples", price: "$4.50", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-cherries-inside-outside-blue-basket-gray_140725-54199.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Bakery",
|
||||
name: "Sourdough Boule",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cut-bread-tray_23-2149395324.jpg",
|
||||
},
|
||||
id: "2", brand: "Bakery", name: "Sourdough Boule", price: "$6.00", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/cut-bread-tray_23-2149395324.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Nature's Gold",
|
||||
name: "Wildflower Honey",
|
||||
price: "$12.00",
|
||||
rating: 4,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-angle-honey-glass-cans_140725-14305.jpg",
|
||||
},
|
||||
id: "3", brand: "Nature's Gold", name: "Wildflower Honey", price: "$12.00", rating: 4,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/front-angle-honey-glass-cans_140725-14305.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Free Range",
|
||||
name: "Pasture Eggs",
|
||||
price: "$7.50",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggs-blue-surface_58702-1974.jpg",
|
||||
},
|
||||
id: "4", brand: "Free Range", name: "Pasture Eggs", price: "$7.50", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/eggs-blue-surface_58702-1974.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Estate",
|
||||
name: "Extra Virgin Oil",
|
||||
price: "$22.00",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-with-olive-oil-gray-background_93675-135148.jpg",
|
||||
},
|
||||
id: "5", brand: "Estate", name: "Extra Virgin Oil", price: "$22.00", rating: 5,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-with-olive-oil-gray-background_93675-135148.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Roastery",
|
||||
name: "Dark Roast Beans",
|
||||
price: "$18.00",
|
||||
rating: 4,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-lights-with-blurred-edges_181624-14430.jpg",
|
||||
},
|
||||
id: "6", brand: "Roastery", name: "Dark Roast Beans", price: "$18.00", rating: 4,
|
||||
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-lights-with-blurred-edges_181624-14430.jpg"},
|
||||
]}
|
||||
title="Daily Essentials"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,20 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Local Suppliers",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Local Suppliers"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12k+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
id: "m2", value: "12k+", description: "Happy Customers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24h",
|
||||
description: "Fresh Delivery",
|
||||
},
|
||||
id: "m3", value: "24h", description: "Fresh Delivery"},
|
||||
]}
|
||||
title="Quality Assured"
|
||||
description="Our commitment to excellence begins at the source, ensuring every item meets our high standards."
|
||||
@@ -173,23 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Ross",
|
||||
role: "Market Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110824.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena Ross", role: "Market Manager", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110824.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark Evans",
|
||||
role: "Product Scout",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333726.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark Evans", role: "Product Scout", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333726.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Chen",
|
||||
role: "Lead Associate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah Chen", role: "Lead Associate", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg"},
|
||||
]}
|
||||
title="Meet The Curators"
|
||||
description="The passionate experts behind our selection process."
|
||||
@@ -201,30 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg",
|
||||
},
|
||||
id: "1", name: "Alice Miller", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660771.jpg",
|
||||
},
|
||||
id: "2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660771.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carol Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-vegetables-gesturing-thumb-up_23-2147700636.jpg",
|
||||
},
|
||||
id: "3", name: "Carol Davis", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-vegetables-gesturing-thumb-up_23-2147700636.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-red-holding-hot-chili-peppers-fruits-store_627829-9467.jpg",
|
||||
},
|
||||
id: "4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/girl-red-holding-hot-chili-peppers-fruits-store_627829-9467.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Eve Foster",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-smiling-holding-grapefruit-peace-white-wall-healthy-fitness-nutrition_176420-10123.jpg",
|
||||
},
|
||||
id: "5", name: "Eve Foster", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-smiling-holding-grapefruit-peace-white-wall-healthy-fitness-nutrition_176420-10123.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by locals"
|
||||
cardAnimation="slide-up"
|
||||
@@ -238,25 +159,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we deliver daily to your doorstep.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver?", content: "Yes, we deliver daily to your doorstep."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are items organic?",
|
||||
content: "We prioritize organic and sustainably grown produce.",
|
||||
},
|
||||
id: "f2", title: "Are items organic?", content: "We prioritize organic and sustainably grown produce."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I pre-order?",
|
||||
content: "Yes, use our app for early stock reservations.",
|
||||
},
|
||||
id: "f3", title: "Can I pre-order?", content: "Yes, use our app for early stock reservations."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
faqsAnimation="slide-up"
|
||||
description="Everything you need to know about shopping with us."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301105.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301105.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -265,12 +177,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Join Us"
|
||||
title="Get Fresh Updates"
|
||||
description="Sign up for seasonal produce arrivals and exclusive market deals."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301105.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301105.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user