diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index abf7730..1507392 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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: "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: {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2664edf..9cda72b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -40,7 +40,8 @@ export default function HomePage() {
brandName="Power Distribution Supply"
navItems={navItems}
button={{
- text: "Call Now", href: "tel:+15195551234"}}
+ text: "Call Now", href: "tel:+15195551234"
+ }}
animateOnLoad={true}
/>
@@ -63,14 +64,14 @@ export default function HomePage() {
@@ -105,19 +107,16 @@ export default function HomePage() {
features={[
{
id: 1,
- 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"},
+ 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"
+ },
{
id: 2,
- 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"},
+ 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"
+ },
{
id: 3,
- 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"},
+ 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"
+ },
]}
title="Why Choose Power Distribution Supply?"
description="We understand the needs of local contractors and businesses. Here's what sets us apart."
@@ -131,21 +130,17 @@ export default function HomePage() {