diff --git a/src/app/page.tsx b/src/app/page.tsx
index c027658..59ade2e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,27 +30,17 @@ export default function LandingPage() {
@@ -60,13 +50,9 @@ export default function LandingPage() {
description="Premium Tools. Trusted Expertise. Built for Professionals."
buttons={[
{
- text: "Shop Tools",
- href: "#services",
- },
+ text: "Shop Tools", href: "#services"},
{
- text: "Get Repairs",
- href: "#contact",
- },
+ text: "Get Repairs", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/craftsperson-putting-sandpaper-discs-sander-device_482257-110855.jpg"
/>
@@ -76,30 +62,19 @@ export default function LandingPage() {
@@ -166,51 +127,25 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Lead Contractor",
- company: "BuildRight Inc.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg",
- },
+ id: "1", name: "Sarah Johnson", role: "Lead Contractor", company: "BuildRight Inc.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg"},
{
- id: "2",
- name: "Michael Chen",
- role: "Master Electrician",
- company: "ElectroWorks",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
- },
+ id: "2", name: "Michael Chen", role: "Master Electrician", company: "ElectroWorks", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Plumbing Specialist",
- company: "AquaFlow Services",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
- },
+ id: "3", name: "Emily Rodriguez", role: "Plumbing Specialist", company: "AquaFlow Services", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
{
- id: "4",
- name: "David Kim",
- role: "Carpentry Foreman",
- company: "WoodCraft Builders",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-engraving-wood-outdoors_23-2149061714.jpg",
- },
+ id: "4", name: "David Kim", role: "Carpentry Foreman", company: "WoodCraft Builders", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-engraving-wood-outdoors_23-2149061714.jpg"},
]}
kpiItems={[
{
- value: "10+",
- title: "Years in Business",
- },
+ value: "10+", description: "Years in Business"},
{
- value: "4.9/5",
- title: "Avg. Customer Rating",
- },
+ value: "4.9/5", description: "Avg. Customer Rating"},
{
- value: "100%",
- title: "Satisfaction Guaranteed",
- },
+ value: "100%", description: "Satisfaction Guaranteed"},
]}
title="Trusted by Local Professionals"
description="Hear what our valued customers have to say about our commitment to quality and service. We're proud of the trust we've earned."
@@ -221,13 +156,12 @@ export default function LandingPage() {