diff --git a/src/app/page.tsx b/src/app/page.tsx
index a516128..cf35077 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,69 +29,38 @@ export default function LandingPage() {
@@ -201,45 +132,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah Miller",
- handle: "@sarah_m",
- testimonial: "Fast response and professional team. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515945.jpg",
- },
+ id: "t1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Fast response and professional team. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515945.jpg"},
{
- id: "t2",
- name: "John Davis",
- handle: "@jdavis_99",
- testimonial: "Great work and very clean. My roof looks amazing.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg",
- },
+ id: "t2", name: "John Davis", handle: "@jdavis_99", testimonial: "Great work and very clean. My roof looks amazing.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg"},
{
- id: "t3",
- name: "Emily Chen",
- handle: "@chen_e",
- testimonial: "Emergency repair handled immediately. Lifesavers!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
- },
+ id: "t3", name: "Emily Chen", handle: "@chen_e", testimonial: "Emergency repair handled immediately. Lifesavers!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
{
- id: "t4",
- name: "Michael Ross",
- handle: "@m_ross",
- testimonial: "Honest estimates and top quality materials.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=2",
- },
+ id: "t4", name: "Michael Ross", handle: "@m_ross", testimonial: "Honest estimates and top quality materials.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg"},
{
- id: "t5",
- name: "Lisa Wang",
- handle: "@l_wang",
- testimonial: "Very satisfied with the full replacement job.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-man-saying-yes-showing-paper-house-maket-looking-satisfied_1258-23932.jpg",
- },
+ id: "t5", name: "Lisa Wang", handle: "@l_wang", testimonial: "Very satisfied with the full replacement job.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-excited-man-saying-yes-showing-paper-house-maket-looking-satisfied_1258-23932.jpg"},
]}
showRating={true}
title="What Our Clients Say"
@@ -251,8 +157,7 @@ export default function LandingPage() {