From 56ce102ea142740d96e11730b19c1b66f4387531 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:21:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cac583..03ba3cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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' }, ]} /> @@ -176,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1