From 2a3795f6747313495ae443a169ffb09d6d7b7add Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 05:53:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 +++++++++++++++++------------------------------ 1 file changed, 41 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba180f4..7c2d713 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, CheckCircle, Wrench } from "lucide-react"; +import { Award, CheckCircle, Wrench, ShieldCheck, Zap, Hammer, Tool, Droplet, PaintBucket, Users, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -47,10 +47,9 @@ export default function LandingPage() { logoText="Job Done Maintenance Services" description="Your reliable partner for residential and commercial maintenance solutions. From small repairs to complex fixes, we get the job done right, on time, and within budget." buttons={[ - { - text: "Get a Free Quote", href: "#contact"}, + { text: "Get a Free Quote", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-male-electrician-carrying-tester-mouth-while-working_23-2148087634.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-iu3czmkz.jpg" imageAlt="Professional maintenance services at work" /> @@ -59,14 +58,11 @@ export default function LandingPage() { @@ -76,15 +72,19 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} features={[ - { - title: "Plumbing", description: "Expert leak fixes, pipe repairs, and fixture installations.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-set_1284-16865.jpg", imageAlt: "Plumbing services"}, - { - title: "Electrical", description: "Safe electrical diagnostics, lighting setups, and upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/3d-morph-man-builder-with-wrench_1048-13677.jpg", imageAlt: "Electrical services"}, - { - title: "General Repairs", description: "From carpentry to furniture assembly, we cover all basics.", imageSrc: "http://img.b2bpic.net/free-photo/hammer-hand-with-glove_23-2148180559.jpg", imageAlt: "General repairs"}, + { title: "Plumbing Repair", description: "Fixing leaks, blockages, and pipe issues promptly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-0jyt48ko.jpg" }, + { title: "Electrical Safety", description: "Safe diagnostics and lighting system upgrades.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-ezhcfj9u.jpg" }, + { title: "Carpentry", description: "Furniture assembly and custom woodwork repairs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-x0vl49x3.jpg" }, + { title: "Painting", description: "Interior and exterior painting services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-iu3czmkz.jpg" }, + { title: "Flooring", description: "Tile installation and repair services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-6inl4ahk.jpg" }, + { title: "Roofing", description: "Inspection and minor roof repairs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-0jyt48ko.jpg" }, + { title: "HVAC Check", description: "Routine maintenance for heating and cooling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-ezhcfj9u.jpg" }, + { title: "Landscaping", description: "Property upkeep and lawn maintenance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-x0vl49x3.jpg" }, + { title: "Security Sys", description: "Smart lock and CCTV camera installations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-iu3czmkz.jpg" }, + { title: "General Clean", description: "Full property cleaning after renovations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-6inl4ahk.jpg" } ]} - title="Services We Provide" - description="Comprehensive maintenance solutions for your specific needs." + title="Our 10 Professional Services" + description="Comprehensive maintenance solutions tailored for your property needs." /> @@ -94,18 +94,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", icon: Wrench, - title: "Projects Completed", value: "1,250+"}, - { - id: "m2", icon: CheckCircle, - title: "Happy Clients", value: "900+"}, - { - id: "m3", icon: Award, - title: "Years Experience", value: "12+"}, + { id: "m1", icon: Wrench, title: "Projects Delivered", value: "2,500+" }, + { id: "m2", icon: CheckCircle, title: "Active Clients", value: "1,500+" }, + { id: "m3", icon: Award, title: "Years Excellence", value: "15+" }, + { id: "m4", icon: Users, title: "Team Experts", value: "50+" }, ]} - title="By The Numbers" - description="Trusted by hundreds across the community." + title="Milestones Achieved" + description="Proven results backing our reputation for excellence." /> @@ -115,19 +110,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Alex P.", role: "Homeowner", testimonial: "Excellent service and very fast turnaround on our bathroom leak.", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg"}, - { - id: "2", name: "Sarah D.", role: "Property Manager", testimonial: "Professional team that gets the job done without hassle.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg"}, - { - id: "3", name: "Mark L.", role: "Homeowner", testimonial: "Very thorough work on my electrical repairs. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manager-handshaking-with-candidate-after-successful-job-interview-office_637285-6543.jpg"}, - { - id: "4", name: "Jane M.", role: "Commercial Client", testimonial: "Reliable and responsive team for all building maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg"}, - { - id: "5", name: "Robert B.", role: "Homeowner", testimonial: "Fair pricing and top-notch quality on our kitchen updates.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-camera-with-big-smile-happy-face-doing-ok-signs-isolated-white-background_141793-20160.jpg"}, + { id: "1", name: "Alex P.", role: "Homeowner", testimonial: "Fantastic results and very prompt service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-iu3czmkz.jpg" }, + { id: "2", name: "Sarah D.", role: "Manager", testimonial: "The team is professional, fast, and very reliable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-6inl4ahk.jpg" }, + { id: "3", name: "John M.", role: "Business Owner", testimonial: "Everything was handled with utmost expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-0jyt48ko.jpg" }, ]} - title="Trusted by Homeowners" - description="See why our clients choose us for their maintenance needs." + title="Client Success Stories" + description="Hear from those who trust our maintenance services." /> @@ -136,15 +124,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", title: "Do you offer emergency services?", content: "Yes, we handle emergency requests with priority scheduling."}, - { - id: "2", title: "What areas do you serve?", content: "We cover the greater metropolitan area and surrounding neighborhoods."}, - { - id: "3", title: "Are you licensed and insured?", content: "Absolutely, all our technicians are fully licensed and insured."}, + { id: "1", title: "How do I book?", content: "Call us at 03091566615 or submit a request form." }, + { id: "2", title: "Are quotes free?", content: "Yes, we provide free assessments for all potential jobs." }, + { id: "3", title: "What about warranties?", content: "All workmanship comes with a solid service guarantee." }, ]} - title="Common Questions" - description="Information you need about our process." + title="FAQ" + description="Answers to your most important questions." faqsAnimation="slide-up" /> @@ -152,35 +137,20 @@ export default function LandingPage() {
-- 2.49.1