diff --git a/src/app/page.tsx b/src/app/page.tsx
index bd246d5..fa7ce4f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,66 +28,33 @@ export default function LandingPage() {
@@ -140,45 +95,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Great Service",
- quote: "Replaced a water tank quickly for a good price on a Sunday. Lifesavers!",
- name: "Mark S.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/male-female-tourists-walking-old-city_1262-20265.jpg",
- },
+ id: "1", title: "Great Service", quote: "Replaced a water tank quickly for a good price on a Sunday. Lifesavers!", name: "Mark S.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/male-female-tourists-walking-old-city_1262-20265.jpg"},
{
- id: "2",
- title: "Fast Response",
- quote: "Fast response and professional service. Very happy with the kitchen remodel.",
- name: "Jessica R.",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg",
- },
+ id: "2", title: "Fast Response", quote: "Fast response and professional service. Very happy with the kitchen remodel.", name: "Jessica R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg"},
{
- id: "3",
- title: "Highly Recommend",
- quote: "They were on time and very professional throughout the whole construction job.",
- name: "David W.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg",
- },
+ id: "3", title: "Highly Recommend", quote: "They were on time and very professional throughout the whole construction job.", name: "David W.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg"},
{
- id: "4",
- title: "Excellent Work",
- quote: "Had an emergency drain issue. They arrived quickly and fixed it right away.",
- name: "Sarah L.",
- role: "Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-while-painting-walls_23-2147782322.jpg",
- },
+ id: "4", title: "Excellent Work", quote: "Had an emergency drain issue. They arrived quickly and fixed it right away.", name: "Sarah L.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-while-painting-walls_23-2147782322.jpg"},
{
- id: "5",
- title: "Local Professionals",
- quote: "Best construction team in the Ohio Valley. Truly reliable and helpful.",
- name: "Robert B.",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/architect-giving-hand-shake_23-2148242932.jpg",
- },
+ id: "5", title: "Local Professionals", quote: "Best construction team in the Ohio Valley. Truly reliable and helpful.", name: "Robert B.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/architect-giving-hand-shake_23-2148242932.jpg"},
]}
title="Customer Reviews"
description="With a 4.7-star rating, our commitment to quality work and fast response times speaks for itself. See what your neighbors in the Ohio Valley are saying."
@@ -189,16 +114,13 @@ export default function LandingPage() {
@@ -207,33 +129,21 @@ export default function LandingPage() {