diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1c7fca4..8d4b28b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,32 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); 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: [ + 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: { - 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"], + 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"], }, }; @@ -1416,4 +1402,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0204f91..f4d85d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCenter from "@/components/sections/contact/ContactCenter"; 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() { const navItems = [ @@ -40,9 +40,7 @@ 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} /> @@ -65,29 +63,14 @@ export default function HomePage() { @@ -110,9 +94,7 @@ export default function HomePage() { { icon: Zap, label: "Brand Lines", value: "50+" }, { icon: CheckCircle, - label: "Customer Satisfaction", - value: "98%", - }, + label: "Customer Satisfaction", value: "98%"}, ]} metricsAnimation="slide-up" /> @@ -123,37 +105,19 @@ 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." @@ -167,45 +131,21 @@ export default function HomePage() { ); -} \ No newline at end of file +}