From 2a43bb0ff59dbfa145f9dc1883dda7b46bf4b0ef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:18:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e646a3..5cac583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,80 +30,52 @@ export default function LandingPage() {
@@ -113,46 +85,22 @@ 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, }, { - 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, }, { - 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, }, { - 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, }, { - 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, }, { - 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, }, ]} /> @@ -167,23 +115,14 @@ export default function LandingPage() { 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: "m1", icon: Truck, + title: "Daily Deliveries", value: "500+"}, { - id: "m2", - icon: Users, - title: "Happy Customers", - value: "2k+", - }, + id: "m2", icon: Users, + title: "Happy Customers", value: "2k+"}, { - id: "m3", - icon: Leaf, - title: "Local Farmers", - value: "50+", - }, + id: "m3", icon: Leaf, + title: "Local Farmers", value: "50+"}, ]} /> @@ -195,13 +134,9 @@ export default function LandingPage() { description="Paniqui Online Palengke simplifies your grocery shopping by bringing the best local produce directly from the market to your home. We prioritize quality and support our local community." metrics={[ { - value: "30 mins", - title: "Average Prep", - }, + value: "30 mins", title: "Average Prep"}, { - value: "100%", - title: "Freshness Rate", - }, + value: "100%", title: "Freshness Rate"}, ]} imageSrc="http://img.b2bpic.net/free-photo/vegetables-stall-market-sanarysurmer_268835-3890.jpg" imageAlt="Market stall display" @@ -217,12 +152,7 @@ export default function LandingPage() { title="Trusted by Local Producers" description="We partner with the best regional suppliers to bring you variety and freshness at fair prices." names={[ - "Paniqui Farmers Union", - "Tarlac Organic Growers", - "Fresh Catch Co-op", - "Rice Master Distributors", - "Local Poultry Collective", - ]} + "Paniqui Farmers Union", "Tarlac Organic Growers", "Fresh Catch Co-op", "Rice Master Distributors", "Local Poultry Collective"]} /> @@ -232,17 +162,11 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Terms & Privacy", - href: "/terms", - }, + label: "Terms & Privacy", href: "/terms"}, { - label: "Contact Admin", - href: "#", - }, + label: "Contact Admin", href: "#"}, ], }, ]}