From 24e795f0f41c7daa803ac60e60bfee5a1fd40a3b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 12:26:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 234 ++++++++++++----------------------------------- 1 file changed, 58 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 856951e..89d8c52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,106 +49,63 @@ export default function LandingPage() {
@@ -167,12 +114,10 @@ export default function LandingPage() { @@ -222,35 +149,20 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100%", - title: "Satisfaction", - items: [ - "Professional", - "Reliable", - ], + id: "m1", value: "100%", title: "Satisfaction", items: [ + "Professional", "Reliable"], }, { - id: "m2", - value: "4.6", - title: "Avg Rating", - items: [ - "Google Reviews", - "Verified", - ], + id: "m2", value: "4.6", title: "Avg Rating", items: [ + "Google Reviews", "Verified"], }, { - id: "m3", - value: "500+", - title: "Homes Cleaned", - items: [ - "Regularly", - "Experienced", - ], + id: "m3", value: "500+", title: "Homes Cleaned", items: [ + "Regularly", "Experienced"], }, ]} title="Why Clients Trust Us" - description="Proven experience and consistent quality in every job." + description="Proven experience and consistent quality in every job. For verified service, call us at 0414 302 743." /> @@ -262,25 +174,15 @@ export default function LandingPage() { author="Juni Felipe" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-housewife-holding-cleaning-equipment-hands_23-2147916439.jpg", - alt: "Client A", - }, + src: "http://img.b2bpic.net/free-photo/smiling-housewife-holding-cleaning-equipment-hands_23-2147916439.jpg", alt: "Client A"}, { - src: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg", - alt: "Client B", - }, + src: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg", alt: "Client B"}, { - src: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", - alt: "Client C", - }, + src: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", alt: "Client C"}, { - src: "http://img.b2bpic.net/free-photo/young-woman-doing-housework-looking-busy_259150-59497.jpg", - alt: "Client D", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-doing-housework-looking-busy_259150-59497.jpg", alt: "Client D"}, { - src: "http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg", - alt: "Client E", - }, + src: "http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg", alt: "Client E"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -293,20 +195,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How often do you clean?", - content: "We offer regular monthly and one-time deep cleaning options.", - }, + id: "q1", title: "How often do you clean?", content: "We offer regular monthly and one-time deep cleaning options."}, { - id: "q2", - title: "Are your cleaners professional?", - content: "Yes, our team is well-experienced and includes registered medical professionals.", - }, + id: "q2", title: "Are your cleaners professional?", content: "Yes, our team is well-experienced and includes registered medical professionals."}, { - id: "q3", - title: "Is your staff punctual?", - content: "Punctuality and respect for our clients' time is our core promise.", - }, + id: "q3", title: "Is your staff punctual?", content: "Punctuality and respect for our clients' time is our core promise. For any questions, please reach out to our office at 0414 302 743."}, ]} imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-clipboard-cleaning-products_23-2148357490.jpg" mediaAnimation="slide-up" @@ -320,11 +213,10 @@ export default function LandingPage() { @@ -332,29 +224,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file