From 6e0d616dfda3eff2979a3c517b8afa84c6705068 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:07:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 187 ++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3ec866..c3bb51a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,77 +47,48 @@ export default function LandingPage() {
@@ -137,14 +98,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Elevating the Standard of Home Maintenance", - }, + type: "text", content: "Elevating the Standard of Home Maintenance"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", - alt: "About us", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "About us"}, ]} /> @@ -156,22 +112,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Luxury Installations", - description: "High-end fixtures and bespoke plumbing installations for refined living spaces.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1", - }, + title: "Luxury Installations", description: "High-end fixtures and bespoke plumbing installations for refined living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1"}, { id: 2, - title: "Emergency Repairs", - description: "Rapid, professional response for urgent issues, ensuring minimal disruption to your home.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg", - }, + title: "Emergency Repairs", description: "Rapid, professional response for urgent issues, ensuring minimal disruption to your home.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg"}, { id: 3, - title: "Commercial Maintenance", - description: "Accountable and documented service contracts for commercial and property facilities.", - imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg", - }, + title: "Commercial Maintenance", description: "Accountable and documented service contracts for commercial and property facilities.", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg"}, ]} title="Our Professional Services" description="Comprehensive solutions tailored to your unique requirements, ensuring lasting quality and aesthetic brilliance." @@ -186,25 +133,15 @@ export default function LandingPage() { author="Sarah M., Residential Client" avatars={[ { - src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", - alt: "Sarah M", - }, + src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "Sarah M"}, { - src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", - alt: "John D", - }, + src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", alt: "John D"}, { - src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", - alt: "Alice B", - }, + src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", alt: "Alice B"}, { - src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", - alt: "Robert K", - }, + src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", alt: "Robert K"}, { - src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg", - alt: "Emma L", - }, + src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg", alt: "Emma L"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -217,20 +154,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "Do you offer maintenance contracts?", - content: "Yes, we provide customizable maintenance agreements for both high-end residential and commercial facilities.", - }, + id: "faq1", title: "Do you offer maintenance contracts?", content: "Yes, we provide customizable maintenance agreements for both high-end residential and commercial facilities."}, { - id: "faq2", - title: "What is your emergency response time?", - content: "We prioritize urgent requests and strive to arrive within two hours for emergency service clients.", - }, + id: "faq2", title: "What is your emergency response time?", content: "We prioritize urgent requests and strive to arrive within two hours for emergency service clients."}, { - id: "faq3", - title: "Are your parts premium quality?", - content: "We source only top-tier fixtures and materials, ensuring durability and a luxury aesthetic for every installation.", - }, + id: "faq3", title: "Are your parts premium quality?", content: "We source only top-tier fixtures and materials, ensuring durability and a luxury aesthetic for every installation."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our professional standards and service process." @@ -247,22 +175,14 @@ export default function LandingPage() { description="Ready for premium service? Fill out the form and our team will contact you promptly to discuss your project." inputs={[ { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, + name: "name", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project...", - rows: 4, + name: "message", placeholder: "Tell us about your project...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/snake-plant-gray-plant-pot-wooden-floor_53876-105821.jpg" @@ -274,42 +194,27 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1