From 1167fba99ce8fcb764aebb384b61755c2fa7ad90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:10:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 219 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40b3268..c4788ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -55,142 +47,80 @@ export default function LandingPage() {
@@ -217,40 +147,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Alex Rivers", - role: "CEO", - testimonial: "The precision is unmatched. Carr Cleaning transformed our workspace.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", - }, + id: "t1", name: "Alex Rivers", role: "CEO", testimonial: "The precision is unmatched. Carr Cleaning transformed our workspace.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"}, { - id: "t2", - name: "Sarah Chen", - role: "Architect", - testimonial: "Cleanliness you can actually trust. Very futuristic service.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-business-women-standing-resting-looking-through-balcony-modern-office-centre-dressed-up-white-t-shirt_231208-4817.jpg", - }, + id: "t2", name: "Sarah Chen", role: "Architect", testimonial: "Cleanliness you can actually trust. Very futuristic service.", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-women-standing-resting-looking-through-balcony-modern-office-centre-dressed-up-white-t-shirt_231208-4817.jpg"}, { - id: "t3", - name: "Mark D.", - role: "Founder", - testimonial: "Fast, smart, and efficient. Exactly what a modern business needs.", - imageSrc: "http://img.b2bpic.net/free-photo/female-with-short-hair-wearing-white-shirt-standing-near-glasses-overpass_181624-22260.jpg", - }, + id: "t3", name: "Mark D.", role: "Founder", testimonial: "Fast, smart, and efficient. Exactly what a modern business needs.", imageSrc: "http://img.b2bpic.net/free-photo/female-with-short-hair-wearing-white-shirt-standing-near-glasses-overpass_181624-22260.jpg"}, { - id: "t4", - name: "Emily P.", - role: "Director", - testimonial: "A seamless upgrade to our facility hygiene standards.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-escalator-talking-mobile-phone_107420-63601.jpg", - }, + id: "t4", name: "Emily P.", role: "Director", testimonial: "A seamless upgrade to our facility hygiene standards.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-escalator-talking-mobile-phone_107420-63601.jpg"}, { - id: "t5", - name: "Liam K.", - role: "Operations", - testimonial: "The level of care provided is truly next-level.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", - }, + id: "t5", name: "Liam K.", role: "Operations", testimonial: "The level of care provided is truly next-level.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"}, ]} title="Trusted by Innovators" description="See why top firms choose our futuristic approach." @@ -263,20 +168,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is your technology eco-friendly?", - content: "Yes, our cleaning systems prioritize green, non-toxic sanitization.", - }, + id: "q1", title: "Is your technology eco-friendly?", content: "Yes, our cleaning systems prioritize green, non-toxic sanitization."}, { - id: "q2", - title: "Do you serve residential areas?", - content: "We currently focus on high-traffic professional spaces.", - }, + id: "q2", title: "Do you serve residential areas?", content: "We currently focus on high-traffic professional spaces."}, { - id: "q3", - title: "How is this different from regular cleaning?", - content: "We use advanced automation and deep-clean tech that standard services lack.", - }, + id: "q3", title: "How is this different from regular cleaning?", content: "We use advanced automation and deep-clean tech that standard services lack."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our modern sanitation tech." @@ -288,16 +184,13 @@ export default function LandingPage() { @@ -308,25 +201,17 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1