diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9cda72b..04ca29f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -40,8 +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}
/>
@@ -49,7 +48,7 @@ export default function HomePage() {
@@ -107,16 +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."
@@ -130,17 +131,21 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}