diff --git a/src/app/page.tsx b/src/app/page.tsx
index fcbc78e..0540970 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,15 +40,12 @@ export default function LandingPage() {
@@ -77,19 +70,16 @@ export default function LandingPage() {
@@ -99,16 +89,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Zindo delivered a flawless home project on time and within budget. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
- {
- id: "2", name: "James Chen", handle: "@jchen", testimonial: "Exceptional communication throughout the commercial renovation. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
- {
- id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "The attention to detail in our heritage home restoration was simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg"},
- {
- id: "4", name: "Robert King", handle: "@rking", testimonial: "Zindo is the most reliable construction partner we have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"},
- {
- id: "5", name: "Michael Thorne", handle: "@mthorne", testimonial: "A seamless process from the initial design phase to the final walkthrough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
+ { id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Zindo delivered a flawless home project on time and within budget. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
+ { id: "2", name: "James Chen", handle: "@jchen", testimonial: "Exceptional communication throughout the commercial renovation. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" },
+ { id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "The attention to detail in our heritage home restoration was simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
+ { id: "4", name: "Robert King", handle: "@rking", testimonial: "Zindo is the most reliable construction partner we have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" },
+ { id: "5", name: "Michael Thorne", handle: "@mthorne", testimonial: "A seamless process from the initial design phase to the final walkthrough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
]}
title="Client Feedback"
description="What partners and homeowners say about our build quality."
@@ -120,12 +105,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "Do you offer free consultations?", content: "Yes, we provide initial site visits and budget consultations at no cost."},
- {
- id: "f2", title: "What types of buildings do you specialize in?", content: "We handle residential, commercial, and restoration/renovation projects."},
- {
- id: "f3", title: "How do you manage project timelines?", content: "We use advanced scheduling software and maintain daily site logs to ensure transparency."},
+ { id: "f1", title: "Do you offer free consultations?", content: "Yes, we provide initial site visits and budget consultations at no cost." },
+ { id: "f2", title: "What types of buildings do you specialize in?", content: "We handle residential, commercial, and restoration/renovation projects." },
+ { id: "f3", title: "How do you manage project timelines?", content: "We use advanced scheduling software and maintain daily site logs to ensure transparency." },
]}
title="Common Questions"
description="Answers to your build process inquiries."
@@ -136,14 +118,12 @@ export default function LandingPage() {
@@ -151,10 +131,8 @@ export default function LandingPage() {