4 Commits

Author SHA1 Message Date
fa0e815ca2 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:50:51 +00:00
fd4cda7132 Update src/app/page.tsx 2026-05-09 10:50:45 +00:00
d88b465324 Merge version_1 into main
Merge version_1 into main
2026-05-09 10:44:14 +00:00
d2e0b1956f Merge version_1 into main
Merge version_1 into main
2026-05-09 10:43:44 +00:00

View File

@@ -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."
/>
</div>
@@ -273,4 +267,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}