11 Commits

Author SHA1 Message Date
83f3b1f47d Update src/app/page.tsx 2026-03-03 19:42:53 +00:00
451f4cfb04 Update src/app/layout.tsx 2026-03-03 19:42:53 +00:00
b4a314c498 Update src/app/page.tsx 2026-03-03 19:27:57 +00:00
21c628e375 Update src/app/layout.tsx 2026-03-03 19:27:56 +00:00
a25f4a8b47 Update src/app/page.tsx 2026-03-03 19:21:41 +00:00
1f49534b42 Update src/app/layout.tsx 2026-03-03 19:21:40 +00:00
7d8b365c1a Update src/app/page.tsx 2026-03-03 19:17:36 +00:00
39669fc767 Update src/app/layout.tsx 2026-03-03 19:17:36 +00:00
595b2b90d7 Merge version_3 into main
Merge version_3 into main
2026-03-03 18:56:05 +00:00
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
2 changed files with 46 additions and 50 deletions

View File

@@ -12,7 +12,8 @@ export const metadata: Metadata = {
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: { 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: {
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: [ 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", alt: "Power Distribution Supply warehouse"}, url: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-large-distribution-warehouse-storage_342744-1538.jpg", alt: "Power Distribution Supply warehouse"
},
], ],
}, },
twitter: { twitter: {
@@ -1402,4 +1403,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -40,7 +40,8 @@ export default function HomePage() {
brandName="Power Distribution Supply" brandName="Power Distribution Supply"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Call Now", href: "tel:+15195551234"}} text: "Call Now", href: "tel:+15195551234"
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -48,7 +49,7 @@ export default function HomePage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Power Distribution Supply" logoText="Power Distribution Supply"
description="Your trusted local source for electrical and hydro supplies in Essex County, Ontario. Serving contractors and businesses since 2005." description="Your trusted local source for electrical and hydro supplies in Essex County, Ontario. Serving contractors and businesses since 2005. Authorized Klein Tools & Milwaukee Distributor."
buttons={[ buttons={[
{ text: "Call Us: (519) 555-1234", href: "tel:+15195551234" }, { text: "Call Us: (519) 555-1234", href: "tel:+15195551234" },
{ text: "Request a Quote", href: "/contact" }, { text: "Request a Quote", href: "/contact" },
@@ -63,14 +64,14 @@ export default function HomePage() {
<ProductCardThree <ProductCardThree
products={[ products={[
{ {
id: "1", name: "Klein Tools Professional Grade", price: "Contact for Best Rate", imageSrc: id: "1", name: "Klein Tools Professional Grade", price: "Contact for Best Rate", 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"
"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", name: "Milwaukee Authorized Distributor", price: "Contact for Best Rate", imageSrc: id: "2", name: "Milwaukee Authorized Distributor", price: "Contact for Best Rate", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-worker-wearing-gloves_23-2149916269.jpg?_wi=1", imageAlt: "Milwaukee professional tools"
"http://img.b2bpic.net/free-photo/high-angle-worker-wearing-gloves_23-2149916269.jpg?_wi=1", imageAlt: "Milwaukee professional tools"}, },
{ {
id: "3", name: "Electrical Distribution & Hydro Supplies", price: "Contact for Best Rate", imageSrc: id: "3", name: "Electrical Distribution & Hydro Supplies", price: "Contact for Best Rate", imageSrc: "http://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg?_wi=1", imageAlt: "PVC, poles, and distribution hardware"
"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."
@@ -94,7 +95,8 @@ 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", value: "98%"}, label: "Customer Satisfaction", value: "98%"
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -105,19 +107,16 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Fast Service", title: "Same-Day Availability", subtitle: "Stock what contractors need, when they need it.", description: tag: "Fast Service", title: "Same-Day Availability", subtitle: "Stock what contractors need, when they need it.", 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"
"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", title: "Professional Guidance", subtitle: "Experienced staff ready to help with technical questions.", description: tag: "Expert Support", title: "Professional Guidance", subtitle: "Experienced staff ready to help with technical questions.", 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"
"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", title: "Essex County Coverage", subtitle: "Serving your area with reliable delivery.", description: tag: "Local Delivery", title: "Essex County Coverage", subtitle: "Serving your area with reliable delivery.", 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"
"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."
@@ -131,21 +130,17 @@ export default function HomePage() {
<TestimonialCardTwo <TestimonialCardTwo
testimonials={[ testimonials={[
{ {
id: "1", name: "Mike Thompson", role: "Licensed Electrician", testimonial: id: "1", name: "Mike Thompson", role: "Licensed Electrician", 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"
"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", name: "Sarah Chen", role: "Electrical Contractor", testimonial: id: "2", name: "Sarah Chen", role: "Electrical Contractor", 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"
"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", name: "David Martinez", role: "Facilities Manager", testimonial: id: "3", name: "David Martinez", role: "Facilities Manager", 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"
"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", name: "Jennifer Walsh", role: "Project Manager", testimonial: id: "4", name: "Jennifer Walsh", role: "Project Manager", 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"
"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"
@@ -160,11 +155,11 @@ export default function HomePage() {
<MetricCardEleven <MetricCardEleven
metrics={[ metrics={[
{ {
id: "1", value: "10+", title: "Towns Covered", description: "Windsor, Leamington, Tecumseh, Lakeshore and more", imageSrc: id: "1", value: "10+", 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"
"http://img.b2bpic.net/free-vector/gradient-canada-map-infographic_23-2148702580.jpg?_wi=2", imageAlt: "Service area map"}, },
{ {
id: "2", value: "1 Day", title: "Typical Delivery", description: "Local delivery within Essex County available", imageSrc: id: "2", value: "1 Day", 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"
"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"
@@ -178,23 +173,23 @@ export default function HomePage() {
<FaqDouble <FaqDouble
faqs={[ faqs={[
{ {
id: "1", title: "What are your business hours?", content: id: "1", title: "What are your business hours?", 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."
"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", title: "Do you offer contractor accounts?", content: id: "2", title: "Do you offer contractor accounts?", 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."
"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", title: "What brands do you carry?", content: id: "3", title: "What brands do you carry?", 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."
"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", title: "Do you deliver?", content: id: "4", title: "Do you deliver?", 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."
"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", title: "How do I request a quote?", content: id: "5", title: "How do I request a quote?", 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."
"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", title: "Do you offer technical support?", content: id: "6", title: "Do you offer technical support?", 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."
"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"
@@ -212,7 +207,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>
@@ -258,4 +253,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }