diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d836c3..2daa550 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Wrench, ShieldCheck } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; @@ -32,21 +33,13 @@ export default function LandingPage() { @@ -58,69 +51,37 @@ export default function LandingPage() { description="Professional maintenance and renovation services delivered with care. Elevate your living space with our expert team." testimonials={[ { - name: "Sarah Miller", - handle: "@sarah_home", - testimonial: "The service was incredible, fast, and very professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg?_wi=1", - }, + name: "Sarah Miller", handle: "@sarah_home", testimonial: "The service was incredible, fast, and very professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg"}, { - name: "Mark Davis", - handle: "@mark_davis", - testimonial: "Great attention to detail, my kitchen looks brand new.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", - }, + name: "Mark Davis", handle: "@mark_davis", testimonial: "Great attention to detail, my kitchen looks brand new.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg"}, { - name: "Emily Chen", - handle: "@emily_chen", - testimonial: "Reliable and honest, they really care about their work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", - }, + name: "Emily Chen", handle: "@emily_chen", testimonial: "Reliable and honest, they really care about their work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg"}, { - name: "John Doe", - handle: "@john_doe", - testimonial: "Excellent communication throughout the entire project.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", - }, + name: "John Doe", handle: "@john_doe", testimonial: "Excellent communication throughout the entire project.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"}, { - name: "Lisa Wang", - handle: "@lisa_wang", - testimonial: "Highly recommended for any home renovation needs.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-cup-coffee_23-2148894043.jpg", - }, + name: "Lisa Wang", handle: "@lisa_wang", testimonial: "Highly recommended for any home renovation needs.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-cup-coffee_23-2148894043.jpg"}, ]} buttons={[ { - text: "Get a Quote", - href: "#contact", - }, + text: "Get a Quote", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836952.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836952.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836952.jpg", - alt: "Sarah Miller portrait", - }, + src: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836952.jpg", alt: "Sarah Miller portrait"}, { - src: "http://img.b2bpic.net/free-photo/happy-male-engineer-with-safety-helmet-smiling-while-cutting-wooden-panel-with-electric-machine_662251-425.jpg", - alt: "Mark Davis portrait", - }, + src: "http://img.b2bpic.net/free-photo/happy-male-engineer-with-safety-helmet-smiling-while-cutting-wooden-panel-with-electric-machine_662251-425.jpg", alt: "Mark Davis portrait"}, { - src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg", - alt: "Emily Chen portrait", - }, + src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg", alt: "Emily Chen portrait"}, { - src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", - alt: "John Doe portrait", - }, + src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", alt: "John Doe portrait"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", - alt: "Lisa Wang portrait", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", alt: "Lisa Wang portrait"}, ]} avatarText="Trusted by 500+ homeowners" /> @@ -134,19 +95,13 @@ export default function LandingPage() { description="We specialize in bringing your home vision to life with quality craftsmanship and reliable service standards." bulletPoints={[ { - title: "Expert Team", - description: "Highly trained professionals in all home service areas.", - }, + title: "Expert Team", description: "Highly trained professionals in all home service areas."}, { - title: "Quality Materials", - description: "We use premium products for every project.", - }, + title: "Quality Materials", description: "We use premium products for every project."}, { - title: "On-time Delivery", - description: "Respecting your schedule is our priority.", - }, + title: "On-time Delivery", description: "Respecting your schedule is our priority."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-male-engineer-with-safety-helmet-smiling-while-cutting-wooden-panel-with-electric-machine_662251-425.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-male-engineer-with-safety-helmet-smiling-while-cutting-wooden-panel-with-electric-machine_662251-425.jpg" /> @@ -157,67 +112,34 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Interior Renovation", - description: "Transform your indoor spaces into modern living areas.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crocheting-yarn-desk-assortment_23-2149386359.jpg", - }, + title: "Interior Renovation", description: "Transform your indoor spaces into modern living areas.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crocheting-yarn-desk-assortment_23-2149386359.jpg"}, items: [ - { - text: "Painting", - }, - { - text: "Flooring", - }, - { - text: "Carpentry", - }, + { icon: Zap, text: "Painting" }, + { icon: Zap, text: "Flooring" }, + { icon: Zap, text: "Carpentry" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836952.jpg?_wi=2", - imageAlt: "modern home renovation services hero background", }, { - title: "Exterior Maintenance", - description: "Protect and enhance your property's curb appeal.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138417.jpg", - }, + title: "Exterior Maintenance", description: "Protect and enhance your property's curb appeal.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138417.jpg"}, items: [ - { - text: "Landscaping", - }, - { - text: "Roofing", - }, - { - text: "Power Washing", - }, + { icon: Wrench, text: "Landscaping" }, + { icon: Wrench, text: "Roofing" }, + { icon: Wrench, text: "Power Washing" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/happy-male-engineer-with-safety-helmet-smiling-while-cutting-wooden-panel-with-electric-machine_662251-425.jpg?_wi=2", - imageAlt: "modern home renovation services hero background", }, { - title: "Electrical & Plumbing", - description: "Safety and efficiency for your home systems.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-delivery-girl-wearing-blue-uniform-cap-crossing-hands-isolated-white_141793-73299.jpg", - }, + title: "Electrical & Plumbing", description: "Safety and efficiency for your home systems.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-delivery-girl-wearing-blue-uniform-cap-crossing-hands-isolated-white_141793-73299.jpg"}, items: [ - { - text: "Wiring", - }, - { - text: "Fixtures", - }, - { - text: "Repairs", - }, + { icon: ShieldCheck, text: "Wiring" }, + { icon: ShieldCheck, text: "Fixtures" }, + { icon: ShieldCheck, text: "Repairs" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg?_wi=2", - imageAlt: "modern home renovation services hero background", }, ]} title="Comprehensive Services" @@ -233,20 +155,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "500+", - description: "Projects Completed", - }, + id: "m1", value: "500+", description: "Projects Completed"}, { - id: "m2", - value: "99%", - description: "Client Satisfaction", - }, + id: "m2", value: "99%", description: "Client Satisfaction"}, { - id: "m3", - value: "10+", - description: "Years Experience", - }, + id: "m3", value: "10+", description: "Years Experience"}, ]} title="Our Track Record" description="Trusted by hundreds of families for their home needs." @@ -260,51 +173,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - name: "Starter Fixes", - price: "$150", - features: [ - "Consultation", - "Minor Repairs", - "Free Cleanup", - ], + id: "starter", name: "Starter Fixes", price: "$150", features: [ + "Consultation", "Minor Repairs", "Free Cleanup"], buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, { - id: "standard", - name: "Project Pro", - price: "$500", - features: [ - "All Starter Features", - "Project Planning", - "Premium Materials", - ], + id: "standard", name: "Project Pro", price: "$500", features: [ + "All Starter Features", "Project Planning", "Premium Materials"], buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, { - id: "full", - name: "Full Reno", - price: "$2,000", - features: [ - "All Pro Features", - "Design Consultation", - "24/7 Support", - ], + id: "full", name: "Full Reno", price: "$2,000", features: [ + "All Pro Features", "Design Consultation", "24/7 Support"], buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, ]} @@ -320,45 +209,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - handle: "@sarah_home", - testimonial: "The service was incredible, fast, and very professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940749.jpg", - }, + id: "1", name: "Sarah Miller", handle: "@sarah_home", testimonial: "The service was incredible, fast, and very professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940749.jpg"}, { - id: "2", - name: "Mark Davis", - handle: "@mark_davis", - testimonial: "Great attention to detail, my kitchen looks brand new.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg", - }, + id: "2", name: "Mark Davis", handle: "@mark_davis", testimonial: "Great attention to detail, my kitchen looks brand new.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg"}, { - id: "3", - name: "Emily Chen", - handle: "@emily_chen", - testimonial: "Reliable and honest, they really care about their work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", - }, + id: "3", name: "Emily Chen", handle: "@emily_chen", testimonial: "Reliable and honest, they really care about their work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg"}, { - id: "4", - name: "John Doe", - handle: "@john_doe", - testimonial: "Excellent communication throughout the entire project.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-people-enjoying-coffee-break_23-2147668846.jpg", - }, + id: "4", name: "John Doe", handle: "@john_doe", testimonial: "Excellent communication throughout the entire project.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-people-enjoying-coffee-break_23-2147668846.jpg"}, { - id: "5", - name: "Lisa Wang", - handle: "@lisa_wang", - testimonial: "Highly recommended for any home renovation needs.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-sideways-camera-man-sitting-sofa_259150-58317.jpg", - }, + id: "5", name: "Lisa Wang", handle: "@lisa_wang", testimonial: "Highly recommended for any home renovation needs.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-sideways-camera-man-sitting-sofa_259150-58317.jpg"}, ]} showRating={true} title="What Clients Say" @@ -372,20 +236,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How do I get a quote?", - content: "Simply fill out our contact form and we'll reach out within 24 hours.", - }, + id: "q1", title: "How do I get a quote?", content: "Simply fill out our contact form and we'll reach out within 24 hours."}, { - id: "q2", - title: "Are you licensed?", - content: "Yes, our team is fully licensed and insured for your peace of mind.", - }, + id: "q2", title: "Are you licensed?", content: "Yes, our team is fully licensed and insured for your peace of mind."}, { - id: "q3", - title: "What is the service area?", - content: "We currently serve the greater metro area within 50 miles.", - }, + id: "q3", title: "What is the service area?", content: "We currently serve the greater metro area within 50 miles."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our processes." @@ -397,8 +252,7 @@ export default function LandingPage() {