diff --git a/src/app/page.tsx b/src/app/page.tsx index 24f6638..9e0f923 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,56 +30,25 @@ export default function LandingPage() {
@@ -186,41 +101,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alex R.", - handle: "@alex", - testimonial: "Excellent service and always on time.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", - }, - { - id: "2", - name: "Sarah K.", - handle: "@sarah", - testimonial: "My suits have never looked better.", - imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-5206.jpg", - }, - { - id: "3", - name: "John M.", - handle: "@john", - testimonial: "Friendly, fast, and very professional.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-doing-shopping_329181-8094.jpg", - }, - { - id: "4", - name: "Emma L.", - handle: "@emma", - testimonial: "The best cleaner on Wells Street.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - }, - { - id: "5", - name: "David B.", - handle: "@david", - testimonial: "Reliable and great attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-coat-street_158595-2587.jpg", - }, + { id: "1", name: "Alex R.", handle: "@alex", testimonial: "Excellent service and always on time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg" }, + { id: "2", name: "Sarah K.", handle: "@sarah", testimonial: "My suits have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-5206.jpg" }, + { id: "3", name: "John M.", handle: "@john", testimonial: "Friendly, fast, and very professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-doing-shopping_329181-8094.jpg" }, + { id: "4", name: "Emma L.", handle: "@emma", testimonial: "The best cleaner on Wells Street.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, + { id: "5", name: "David B.", handle: "@david", testimonial: "Reliable and great attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-coat-street_158595-2587.jpg" } ]} title="What Our Customers Say" description="We are proud to serve our local community." @@ -232,21 +117,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "What are your hours?", - content: "We are open daily to serve your cleaning needs.", - }, - { - id: "2", - title: "Do you offer rush service?", - content: "Yes, same-day service is available for drop-offs before 10 AM.", - }, - { - id: "3", - title: "Is parking available?", - content: "Street parking is available along Wells St.", - }, + { id: "1", title: "What are your hours?", content: "We are open daily to serve your cleaning needs." }, + { id: "2", title: "Do you offer rush service?", content: "Yes, same-day service is available for drop-offs before 10 AM." }, + { id: "3", title: "Is parking available?", content: "Street parking is available along Wells St." } ]} title="Frequently Asked Questions" description="Got questions? We have the answers." @@ -257,9 +130,7 @@ export default function LandingPage() {