diff --git a/src/app/page.tsx b/src/app/page.tsx
index dab44d9..e2df02b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,91 +32,38 @@ export default function LandingPage() {
@@ -140,21 +87,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Flame,
- title: "Heating Repairs",
- description: "Expert furnace and heat pump diagnostics.",
- },
- {
- icon: Snowflake,
- title: "AC Maintenance",
- description: "Keep your cooling system running at peak performance.",
- },
- {
- icon: Wind,
- title: "Air Quality",
- description: "Breathe easier with our filtration solutions.",
- },
+ { icon: Flame, title: "Heating Repairs", description: "Expert furnace and heat pump diagnostics." },
+ { icon: Snowflake, title: "AC Maintenance", description: "Keep your cooling system running at peak performance." },
+ { icon: Wind, title: "Air Quality", description: "Breathe easier with our filtration solutions." },
]}
title="Comprehensive Climate Solutions"
description="We specialize in a wide range of heating and cooling services tailored to your home's unique needs."
@@ -167,21 +102,9 @@ export default function LandingPage() {
title="Why Neighbors Trust Ben"
tag="Our Impact"
metrics={[
- {
- id: "m1",
- value: "10K+",
- description: "Happy Clients",
- },
- {
- id: "m2",
- value: "25+",
- description: "Years Experience",
- },
- {
- id: "m3",
- value: "24/7",
- description: "Emergency Support",
- },
+ { id: "m1", value: "10K+", description: "Happy Clients" },
+ { id: "m2", value: "25+", description: "Years Experience" },
+ { id: "m3", value: "24/7", description: "Emergency Support" },
]}
metricsAnimation="slide-up"
/>
@@ -191,15 +114,7 @@ export default function LandingPage() {
@@ -211,41 +126,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- role: "Homeowner",
- testimonial: "Ben's saved my AC during a record heatwave. So quick and honest!",
- imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- role: "Homeowner",
- testimonial: "Very professional furnace repair. Explained everything clearly.",
- imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- role: "Homeowner",
- testimonial: "Highly recommended for seasonal maintenance. Great value.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-man-standing-couch-leaning-it-smiling-camera_1098-17480.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- role: "Homeowner",
- testimonial: "They fixed my leak in one visit. Fast and fair prices.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-delivering-groceries_23-2149663630.jpg",
- },
- {
- id: "5",
- name: "Linda Smith",
- role: "Homeowner",
- testimonial: "Reliable experts. They treat my home like their own.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-cuddling-while-watching-tv-their-living-room_613910-5011.jpg",
- },
+ { id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Ben's saved my AC during a record heatwave. So quick and honest!", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg" },
+ { id: "2", name: "Michael Chen", role: "Homeowner", testimonial: "Very professional furnace repair. Explained everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" },
+ { id: "3", name: "Emily Rodriguez", role: "Homeowner", testimonial: "Highly recommended for seasonal maintenance. Great value.", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-man-standing-couch-leaning-it-smiling-camera_1098-17480.jpg" },
+ { id: "4", name: "David Kim", role: "Homeowner", testimonial: "They fixed my leak in one visit. Fast and fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-delivering-groceries_23-2149663630.jpg" },
+ { id: "5", name: "Linda Smith", role: "Homeowner", testimonial: "Reliable experts. They treat my home like their own.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-cuddling-while-watching-tv-their-living-room_613910-5011.jpg" },
]}
title="What Homeowners Are Saying"
description="Discover why our neighbors choose Ben's for their home comfort needs."
@@ -256,21 +141,9 @@ export default function LandingPage() {