From fd4cda71328448c7453a6c9e2e795ef5802ced04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:50:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f6756b..b35706b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,21 +114,15 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", name: "LED Lighting Solutions", price: "Best Price", imageSrc: "http://img.b2bpic.net/free-photo/construction-tools_53876-42892.jpg"}, - { - id: "p2", name: "Wiring & Cables", price: "High Quality", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-tea-home-quarantine_23-2149374549.jpg"}, - { - id: "p3", name: "Modern Switches", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808048.jpg"}, - { - id: "p4", name: "Circuit Breakers", price: "Safe", imageSrc: "http://img.b2bpic.net/free-photo/door-bell_1232-2568.jpg"}, - { - id: "p5", name: "Electrical Tools", price: "Durable", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-53650.jpg"}, - { - id: "p6", name: "Power Accessories", price: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/electric-machines-switches-isolated-white-close_169016-4112.jpg"}, + { id: "p1", name: "LED Lighting Solutions", price: "Best Price", imageSrc: "http://img.b2bpic.net/free-photo/construction-tools_53876-42892.jpg" }, + { id: "p2", name: "Wiring & Cables", price: "High Quality", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-tea-home-quarantine_23-2149374549.jpg" }, + { id: "p3", name: "Modern Switches", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808048.jpg" }, + { id: "p4", name: "Circuit Breakers", price: "Safe", imageSrc: "http://img.b2bpic.net/free-photo/door-bell_1232-2568.jpg" }, + { id: "p5", name: "Electrical Tools", price: "Durable", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-53650.jpg" }, + { id: "p6", name: "Power Accessories", price: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/electric-machines-switches-isolated-white-close_169016-4112.jpg" }, ]} title="Our Electrical Essentials" - description="Explore our curated collection of quality electrical hardware for every residential and commercial project." + description="Explore our curated collection of quality electrical hardware for every residential and commercial project. To add products, please contact the site administrator at 9824877440, provide your product name, description, price, and a high-quality image file. We will process and upload these to the catalog for you." /> @@ -273,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1