Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 479d585691 | |||
| 7c61522a8a | |||
| bbcb717c01 | |||
| 56ce102ea1 | |||
| 038d63ccc4 |
@@ -85,23 +85,17 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fresh Pork (Kasim)", price: "₱280.00", imageSrc: "http://img.b2bpic.net/free-photo/lady-choosing-raw-meat-counter_7502-4761.jpg", rating: 5,
|
||||
},
|
||||
id: "1", name: "Fresh Pork (Kasim)", price: "₱280.00", imageSrc: "http://img.b2bpic.net/free-photo/lady-choosing-raw-meat-counter_7502-4761.jpg", rating: 5, onProductClick: () => window.location.href = '#footer' },
|
||||
{
|
||||
id: "2", name: "Native Vegetables", price: "₱60.00", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-paper-bag-grey_1220-4289.jpg", rating: 4,
|
||||
},
|
||||
id: "2", name: "Native Vegetables", price: "₱60.00", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-paper-bag-grey_1220-4289.jpg", rating: 4, onProductClick: () => window.location.href = '#footer' },
|
||||
{
|
||||
id: "3", name: "Fresh Tilapia", price: "₱150.00", imageSrc: "http://img.b2bpic.net/free-photo/mussel-prawn-board-salt-marble-background_114579-91200.jpg", rating: 5,
|
||||
},
|
||||
id: "3", name: "Fresh Tilapia", price: "₱150.00", imageSrc: "http://img.b2bpic.net/free-photo/mussel-prawn-board-salt-marble-background_114579-91200.jpg", rating: 5, onProductClick: () => window.location.href = '#footer' },
|
||||
{
|
||||
id: "4", name: "Special Rice (25kg)", price: "₱1250.00", imageSrc: "http://img.b2bpic.net/free-photo/rice-spilled-from-bag_23-2147897531.jpg", rating: 5,
|
||||
},
|
||||
id: "4", name: "Special Rice (25kg)", price: "₱1250.00", imageSrc: "http://img.b2bpic.net/free-photo/rice-spilled-from-bag_23-2147897531.jpg", rating: 5, onProductClick: () => window.location.href = '#footer' },
|
||||
{
|
||||
id: "5", name: "Canned Essentials", price: "₱45.00", imageSrc: "http://img.b2bpic.net/free-photo/real-food-pyramid-arrangement-still-life_23-2150238987.jpg", rating: 4,
|
||||
},
|
||||
id: "5", name: "Canned Essentials", price: "₱45.00", imageSrc: "http://img.b2bpic.net/free-photo/real-food-pyramid-arrangement-still-life_23-2150238987.jpg", rating: 4, onProductClick: () => window.location.href = '#footer' },
|
||||
{
|
||||
id: "6", name: "Farm Eggs (Tray)", price: "₱220.00", imageSrc: "http://img.b2bpic.net/free-photo/common-food-that-can-cause-allergic-reaction-people_23-2149870516.jpg", rating: 5,
|
||||
},
|
||||
id: "6", name: "Farm Eggs (Tray)", price: "₱220.00", imageSrc: "http://img.b2bpic.net/free-photo/common-food-that-can-cause-allergic-reaction-people_23-2149870516.jpg", rating: 5, onProductClick: () => window.location.href = '#footer' },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,12 +108,12 @@ export default function LandingPage() {
|
||||
title="Why Choose Our Marketplace?"
|
||||
description="We bridge the gap between local farms and your kitchen, ensuring freshness in every delivery."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", icon: Truck,
|
||||
title: "Daily Deliveries", value: "500+"},
|
||||
{
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Customers", value: "2k+"},
|
||||
{
|
||||
id: "m1", icon: Truck,
|
||||
title: "Daily Deliveries", value: "500+"},
|
||||
{
|
||||
id: "m3", icon: Leaf,
|
||||
title: "Local Farmers", value: "50+"},
|
||||
@@ -176,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user