5 Commits

Author SHA1 Message Date
724e334fa3 Update src/app/page.tsx 2026-03-03 18:55:57 +00:00
5b41610271 Merge version_2 into main
Merge version_2 into main
2026-03-03 18:48:27 +00:00
8b22cad631 Update src/app/page.tsx 2026-03-03 18:48:21 +00:00
8596e1fdf7 Update src/app/layout.tsx 2026-03-03 18:48:20 +00:00
f69a63cea5 Merge version_1 into main
Merge version_1 into main
2026-03-03 18:17:10 +00:00
2 changed files with 59 additions and 167 deletions

View File

@@ -5,32 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Electrical & Hydro Supplies in Essex County, ON", title: "Electrical & Hydro Supplies in Essex County, ON", description: "Power Distribution Supply is your trusted local source for Klein, Milwaukee, and electrical distribution supplies in Windsor and Essex County. Call (519) 555-1234.", keywords: "electrical supplies, hydro supplies, Klein Tools, Milwaukee, Essex County, Windsor, Ontario, contractor supplies, distribution materials", openGraph: {
description: "Power Distribution Supply is your trusted local source for Klein, Milwaukee, and electrical distribution supplies in Windsor and Essex County. Call (519) 555-1234.", title: "Power Distribution Supply - Local Electrical Supplies", description: "Quality electrical and hydro supplies serving contractors and businesses throughout Essex County, Ontario.", url: "https://powerdistributionsupply.com", siteName: "Power Distribution Supply", type: "website", images: [
keywords: "electrical supplies, hydro supplies, Klein Tools, Milwaukee, Essex County, Windsor, Ontario, contractor supplies, distribution materials",
openGraph: {
title: "Power Distribution Supply - Local Electrical Supplies",
description: "Quality electrical and hydro supplies serving contractors and businesses throughout Essex County, Ontario.",
url: "https://powerdistributionsupply.com",
siteName: "Power Distribution Supply",
type: "website",
images: [
{ {
url: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", url: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", alt: "Power Distribution Supply warehouse"},
alt: "Power Distribution Supply warehouse",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Power Distribution Supply - Essex County", description: "Your trusted local source for electrical and hydro supplies.", images: ["http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg"],
title: "Power Distribution Supply - Essex County",
description: "Your trusted local source for electrical and hydro supplies.",
images: ["http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg"],
}, },
}; };
@@ -1416,4 +1402,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -12,7 +12,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FaqDouble from "@/components/sections/faq/FaqDouble"; import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Store, Users, Zap, CheckCircle } from "lucide-react"; import { Store, Users, Zap, CheckCircle, Phone } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -40,9 +40,7 @@ export default function HomePage() {
brandName="Power Distribution Supply" brandName="Power Distribution Supply"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:+15195551234"}}
href: "tel:+15195551234",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -65,29 +63,14 @@ export default function HomePage() {
<ProductCardThree <ProductCardThree
products={[ products={[
{ {
id: "1", id: "1", name: "Klein Tools Professional Grade", price: "Contact for Best Rate", imageSrc:
name: "Klein Tools Professional Grade", "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg?_wi=1", imageAlt: "Klein Tools electrical equipment"},
price: "Call for Pricing",
imageSrc:
"http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg?_wi=1",
imageAlt: "Klein Tools electrical equipment",
},
{ {
id: "2", id: "2", name: "Milwaukee Authorized Distributor", price: "Contact for Best Rate", imageSrc:
name: "Milwaukee Authorized Distributor", "http://img.b2bpic.net/free-photo/high-angle-worker-wearing-gloves_23-2149916269.jpg?_wi=1", imageAlt: "Milwaukee professional tools"},
price: "Call for Pricing",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-worker-wearing-gloves_23-2149916269.jpg?_wi=1",
imageAlt: "Milwaukee professional tools",
},
{ {
id: "3", id: "3", name: "Electrical Distribution & Hydro Supplies", price: "Contact for Best Rate", imageSrc:
name: "Electrical Distribution & Hydro Supplies", "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg?_wi=1", imageAlt: "PVC, poles, and distribution hardware"},
price: "Call for Pricing",
imageSrc:
"http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg?_wi=1",
imageAlt: "PVC, poles, and distribution hardware",
},
]} ]}
title="Featured Products & Brands" title="Featured Products & Brands"
description="We stock authorized brands trusted by professionals across the region. Browse our most popular categories." description="We stock authorized brands trusted by professionals across the region. Browse our most popular categories."
@@ -96,6 +79,7 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
tag="Quality Brands" tag="Quality Brands"
tagIcon={Phone}
buttons={[{ text: "Browse All Products", href: "/products" }]} buttons={[{ text: "Browse All Products", href: "/products" }]}
/> />
</div> </div>
@@ -110,9 +94,7 @@ export default function HomePage() {
{ icon: Zap, label: "Brand Lines", value: "50+" }, { icon: Zap, label: "Brand Lines", value: "50+" },
{ {
icon: CheckCircle, icon: CheckCircle,
label: "Customer Satisfaction", label: "Customer Satisfaction", value: "98%"},
value: "98%",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -123,37 +105,19 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Fast Service", tag: "Fast Service", title: "Same-Day Availability", subtitle: "Stock what contractors need, when they need it.", description:
title: "Same-Day Availability", "Our warehouse is stocked with popular electrical tools, distribution materials, and hydro supplies. Most orders available same-day for local pickup or delivery.", imageSrc:
subtitle: "Stock what contractors need, when they need it.", "http://img.b2bpic.net/free-photo/female-depot-staff-tracking-orders-controlling-warehouse-merchandise_482257-130861.jpg?_wi=1", imageAlt: "Warehouse inventory management"},
description:
"Our warehouse is stocked with popular electrical tools, distribution materials, and hydro supplies. Most orders available same-day for local pickup or delivery.",
imageSrc:
"http://img.b2bpic.net/free-photo/female-depot-staff-tracking-orders-controlling-warehouse-merchandise_482257-130861.jpg?_wi=1",
imageAlt: "Warehouse inventory management",
},
{ {
id: 2, id: 2,
tag: "Expert Support", tag: "Expert Support", title: "Professional Guidance", subtitle: "Experienced staff ready to help with technical questions.", description:
title: "Professional Guidance", "Our team of electrical supply experts can help you select the right products for your project, answer technical questions, and provide bulk pricing for contractor accounts.", imageSrc:
subtitle: "Experienced staff ready to help with technical questions.", "http://img.b2bpic.net/free-photo/mid-adult-manager-using-digital-tablet-while-talking-car-mechanics-auto-repair-shop_637285-4225.jpg?_wi=1", imageAlt: "Professional business consultation"},
description:
"Our team of electrical supply experts can help you select the right products for your project, answer technical questions, and provide bulk pricing for contractor accounts.",
imageSrc:
"http://img.b2bpic.net/free-photo/mid-adult-manager-using-digital-tablet-while-talking-car-mechanics-auto-repair-shop_637285-4225.jpg?_wi=1",
imageAlt: "Professional business consultation",
},
{ {
id: 3, id: 3,
tag: "Local Delivery", tag: "Local Delivery", title: "Essex County Coverage", subtitle: "Serving your area with reliable delivery.", description:
title: "Essex County Coverage", "We deliver throughout Essex County and surrounding areas. Whether you need materials at the job site or want to pick up at our location, we've got flexible options.", imageSrc:
subtitle: "Serving your area with reliable delivery.", "http://img.b2bpic.net/free-vector/gradient-canada-map-infographic_23-2148702580.jpg?_wi=1", imageAlt: "Service territory map"},
description:
"We deliver throughout Essex County and surrounding areas. Whether you need materials at the job site or want to pick up at our location, we've got flexible options.",
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-canada-map-infographic_23-2148702580.jpg?_wi=1",
imageAlt: "Service territory map",
},
]} ]}
title="Why Choose Power Distribution Supply?" title="Why Choose Power Distribution Supply?"
description="We understand the needs of local contractors and businesses. Here's what sets us apart." description="We understand the needs of local contractors and businesses. Here's what sets us apart."
@@ -167,45 +131,21 @@ export default function HomePage() {
<TestimonialCardTwo <TestimonialCardTwo
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Mike Thompson", role: "Licensed Electrician", testimonial:
name: "Mike Thompson", "Power Distribution Supply has been my go-to supplier for over 10 years. Their knowledge and fast service save me hours on every job. Highly recommended.", imageSrc:
role: "Licensed Electrician", "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=1", imageAlt: "Mike Thompson"},
testimonial:
"Power Distribution Supply has been my go-to supplier for over 10 years. Their knowledge and fast service save me hours on every job. Highly recommended.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=1",
imageAlt: "Mike Thompson",
},
{ {
id: "2", id: "2", name: "Sarah Chen", role: "Electrical Contractor", testimonial:
name: "Sarah Chen", "The quality of products and professionalism of their team is unmatched. They always have what I need in stock, and the pricing is fair for the service level.", imageSrc:
role: "Electrical Contractor", "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg?_wi=1", imageAlt: "Sarah Chen"},
testimonial:
"The quality of products and professionalism of their team is unmatched. They always have what I need in stock, and the pricing is fair for the service level.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg?_wi=1",
imageAlt: "Sarah Chen",
},
{ {
id: "3", id: "3", name: "David Martinez", role: "Facilities Manager", testimonial:
name: "David Martinez", "We supply our maintenance department through Power Distribution. Their delivery is reliable, staff is helpful, and account management is seamless.", imageSrc:
role: "Facilities Manager", "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "David Martinez"},
testimonial:
"We supply our maintenance department through Power Distribution. Their delivery is reliable, staff is helpful, and account management is seamless.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1",
imageAlt: "David Martinez",
},
{ {
id: "4", id: "4", name: "Jennifer Walsh", role: "Project Manager", testimonial:
name: "Jennifer Walsh", "Local expertise combined with national brands. That's what I get from Power Distribution Supply. They're a critical partner for our operations.", imageSrc:
role: "Project Manager", "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jennifer Walsh"},
testimonial:
"Local expertise combined with national brands. That's what I get from Power Distribution Supply. They're a critical partner for our operations.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageAlt: "Jennifer Walsh",
},
]} ]}
title="Trusted by Local Contractors" title="Trusted by Local Contractors"
description="Hear from businesses and contractors who rely on us daily" description="Hear from businesses and contractors who rely on us daily"
@@ -220,23 +160,11 @@ export default function HomePage() {
<MetricCardEleven <MetricCardEleven
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "10+", title: "Towns Covered", description: "Windsor, Leamington, Tecumseh, Lakeshore and more", imageSrc:
value: "10+", "http://img.b2bpic.net/free-vector/gradient-canada-map-infographic_23-2148702580.jpg?_wi=2", imageAlt: "Service area map"},
title: "Towns Covered",
description: "Windsor, Leamington, Tecumseh, Lakeshore and more",
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-canada-map-infographic_23-2148702580.jpg?_wi=2",
imageAlt: "Service area map",
},
{ {
id: "2", id: "2", value: "1 Day", title: "Typical Delivery", description: "Local delivery within Essex County available", imageSrc:
value: "1 Day", "http://img.b2bpic.net/free-vector/gradient-canada-map-infographic_23-2148702580.jpg?_wi=3", imageAlt: "Fast delivery coverage"},
title: "Typical Delivery",
description: "Local delivery within Essex County available",
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-canada-map-infographic_23-2148702580.jpg?_wi=3",
imageAlt: "Fast delivery coverage",
},
]} ]}
title="Serving Essex County and Beyond" title="Serving Essex County and Beyond"
description="We deliver to all major communities in Essex County and surrounding regions" description="We deliver to all major communities in Essex County and surrounding regions"
@@ -250,41 +178,23 @@ export default function HomePage() {
<FaqDouble <FaqDouble
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What are your business hours?", content:
title: "What are your business hours?", "Monday - Friday: 7:00 AM - 5:00 PM EST. Saturday: 8:00 AM - 12:00 PM. We're closed Sundays and statutory holidays. For emergency orders outside business hours, call our emergency line."},
content:
"Monday - Friday: 7:00 AM - 5:00 PM EST. Saturday: 8:00 AM - 12:00 PM. We're closed Sundays and statutory holidays. For emergency orders outside business hours, call our emergency line.",
},
{ {
id: "2", id: "2", title: "Do you offer contractor accounts?", content:
title: "Do you offer contractor accounts?", "Yes! We offer competitive pricing for contractor accounts with volume discounts, flexible payment terms, and dedicated account management. Call (519) 555-1234 to set up your account today."},
content:
"Yes! We offer competitive pricing for contractor accounts with volume discounts, flexible payment terms, and dedicated account management. Call (519) 555-1234 to set up your account today.",
},
{ {
id: "3", id: "3", title: "What brands do you carry?", content:
title: "What brands do you carry?", "We are authorized distributors for Klein Tools, Milwaukee, and many other leading brands. We also stock a full range of electrical distribution materials, PVC, poles, hardware, and utility supplies."},
content:
"We are authorized distributors for Klein Tools, Milwaukee, and many other leading brands. We also stock a full range of electrical distribution materials, PVC, poles, hardware, and utility supplies.",
},
{ {
id: "4", id: "4", title: "Do you deliver?", content:
title: "Do you deliver?", "Yes! We offer same-day delivery throughout Essex County for orders placed before 2:00 PM. Delivery fees depend on distance and order size. Call for a quote."},
content:
"Yes! We offer same-day delivery throughout Essex County for orders placed before 2:00 PM. Delivery fees depend on distance and order size. Call for a quote.",
},
{ {
id: "5", id: "5", title: "How do I request a quote?", content:
title: "How do I request a quote?", "You can submit a quote request online through our contact form, call us directly at (519) 555-1234, or visit our showroom. Include project details, quantities needed, and timeline for fastest response."},
content:
"You can submit a quote request online through our contact form, call us directly at (519) 555-1234, or visit our showroom. Include project details, quantities needed, and timeline for fastest response.",
},
{ {
id: "6", id: "6", title: "Do you offer technical support?", content:
title: "Do you offer technical support?", "Absolutely. Our experienced staff can answer technical questions about products, help with application-specific recommendations, and assist with troubleshooting. Call our support line during business hours."},
content:
"Absolutely. Our experienced staff can answer technical questions about products, help with application-specific recommendations, and assist with troubleshooting. Call our support line during business hours.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our products, services, and ordering process" description="Find answers to common questions about our products, services, and ordering process"
@@ -302,7 +212,7 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Send Inquiry" buttonText="Get Free Quote"
termsText="We'll respond within 2 business hours. By submitting, you agree to our privacy policy." termsText="We'll respond within 2 business hours. By submitting, you agree to our privacy policy."
/> />
</div> </div>
@@ -311,8 +221,7 @@ export default function HomePage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Products", href: "/products" }, { label: "Products", href: "/products" },
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
@@ -320,8 +229,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Contact Info", title: "Contact Info", items: [
items: [
{ label: "Phone: (519) 555-1234", href: "tel:+15195551234" }, { label: "Phone: (519) 555-1234", href: "tel:+15195551234" },
{ label: "Email: info@pds.com", href: "mailto:info@pds.com" }, { label: "Email: info@pds.com", href: "mailto:info@pds.com" },
{ label: "123 Main Street, Windsor, ON", href: "#" }, { label: "123 Main Street, Windsor, ON", href: "#" },
@@ -329,8 +237,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "#faq" },
{ label: "Service Area", href: "#service-area" }, { label: "Service Area", href: "#service-area" },
{ label: "Contractor Program", href: "/contact" }, { label: "Contractor Program", href: "/contact" },
@@ -338,8 +245,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Return Policy", href: "#" }, { label: "Return Policy", href: "#" },
@@ -352,4 +258,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }