Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd4cda7132 | |||
| d88b465324 | |||
| d2e0b1956f |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user