diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b5d5ac..72fa5b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,137 +31,45 @@ export default function LandingPage() {
@@ -169,15 +77,7 @@ export default function LandingPage() { @@ -189,132 +89,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Leak Detection", - description: "Pinpoint leaks before damage spreads.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg", - imageAlt: "Leak detection", - }, - items: [ - { - icon: CheckCircle, - text: "Rapid Response", - }, - { - icon: CheckCircle, - text: "Non-invasive", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-engineer-working-field-engineers-day-celebration_23-2151615101.jpg?_wi=2", - imageAlt: "pipe repair plumbing service", - }, - { - title: "Water Heaters", - description: "Install, maintain, or replace units.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", - imageAlt: "Water heater", - }, - items: [ - { - icon: CheckCircle, - text: "Energy Efficiency", - }, - { - icon: CheckCircle, - text: "Extended Life", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358954.jpg", - imageAlt: "pipe repair plumbing service", - }, - { - title: "Drain Clearing", - description: "Keep lines clear and flowing.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186527.jpg", - imageAlt: "Drain cleaning", - }, - items: [ - { - icon: CheckCircle, - text: "Eco-friendly", - }, - { - icon: CheckCircle, - text: "Advanced Tools", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", - imageAlt: "pipe repair plumbing service", - }, - { - title: "Emergency Care", - description: "Available when you need us most.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", - imageAlt: "Emergency service", - }, - items: [ - { - icon: CheckCircle, - text: "24/7 Availability", - }, - { - icon: CheckCircle, - text: "Priority Service", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera_141793-96323.jpg?_wi=1", - imageAlt: "pipe repair plumbing service", - }, - { - title: "Fixture Setup", - description: "Modern upgrades for luxury comfort.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-modern-woman-working-from-home-studying-kitchen-with-laptop-talking_1258-202431.jpg?_wi=1", - imageAlt: "Faucet installation", - }, - items: [ - { - icon: CheckCircle, - text: "Pro Installation", - }, - { - icon: CheckCircle, - text: "Design Consult", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg?_wi=1", - imageAlt: "pipe repair plumbing service", - }, - { - title: "Gas Safety", - description: "Expert gas line maintenance.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-hugging_23-2149071637.jpg?_wi=1", - imageAlt: "Gas lines", - }, - items: [ - { - icon: CheckCircle, - text: "Code Compliant", - }, - { - icon: CheckCircle, - text: "Leak Testing", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-young-beautiful-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-39526.jpg?_wi=1", - imageAlt: "pipe repair plumbing service", - }, + { title: "Leak Detection", description: "Pinpoint leaks before damage spreads.", media: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg", imageAlt: "Leak detection" }, items: [{ icon: CheckCircle, text: "Rapid Response" }, { icon: CheckCircle, text: "Non-invasive" }], reverse: false }, + { title: "Water Heaters", description: "Install, maintain, or replace units.", media: { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", imageAlt: "Water heater" }, items: [{ icon: CheckCircle, text: "Energy Efficiency" }, { icon: CheckCircle, text: "Extended Life" }], reverse: true }, + { title: "Drain Clearing", description: "Keep lines clear and flowing.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186527.jpg", imageAlt: "Drain cleaning" }, items: [{ icon: CheckCircle, text: "Eco-friendly" }, { icon: CheckCircle, text: "Advanced Tools" }], reverse: false }, + { title: "Emergency Care", description: "Available when you need us most.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Emergency service" }, items: [{ icon: CheckCircle, text: "24/7 Availability" }, { icon: CheckCircle, text: "Priority Service" }], reverse: true }, + { title: "Fixture Setup", description: "Modern upgrades for luxury comfort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-modern-woman-working-from-home-studying-kitchen-with-laptop-talking_1258-202431.jpg", imageAlt: "Faucet installation" }, items: [{ icon: CheckCircle, text: "Pro Installation" }, { icon: CheckCircle, text: "Design Consult" }], reverse: false }, + { title: "Gas Safety", description: "Expert gas line maintenance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-hugging_23-2149071637.jpg", imageAlt: "Gas lines" }, items: [{ icon: CheckCircle, text: "Code Compliant" }, { icon: CheckCircle, text: "Leak Testing" }], reverse: true }, ]} title="Comprehensive Plumbing" description="Mastering the flow from simple leaks to complex systems." @@ -327,21 +107,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet Guy, Your Expert" description="With over two decades of hands-on mastery, Guy leads our team with a commitment to speed-dial reliability and fair pricing. No shortcuts, no surprises, just the work done right the first time." - bulletPoints={[ - { - title: "Reliable", - description: "Speed-dial dependable every time.", - }, - { - title: "Transparent", - description: "Fair, honest, pricing always.", - }, - { - title: "Licensed", - description: "Professional standards, local roots.", - }, - ]} - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera_141793-96323.jpg?_wi=2" + bulletPoints={[{ title: "Reliable", description: "Speed-dial dependable every time." }, { title: "Transparent", description: "Fair, honest, pricing always." }, { title: "Licensed", description: "Professional standards, local roots." }]} + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-out-hand-camera_141793-96323.jpg" imageAlt="Guy Brownlee" mediaAnimation="slide-up" /> @@ -353,46 +120,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@LocalResident", - testimonial: "The best speed-dial reliable plumber ever.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-modern-woman-working-from-home-studying-kitchen-with-laptop-talking_1258-202431.jpg?_wi=2", - }, - { - id: "2", - name: "Michael K.", - handle: "@ProClient", - testimonial: "Transparent and incredibly fair pricing.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg?_wi=2", - }, - { - id: "3", - name: "Emily P.", - handle: "@HomeOwner", - testimonial: "Handled our emergency with total care.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-hugging_23-2149071637.jpg?_wi=2", - }, - { - id: "4", - name: "David L.", - handle: "@PropertyMgr", - testimonial: "Always professional, clean, and fast.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-young-beautiful-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-39526.jpg?_wi=2", - }, - { - id: "5", - name: "Robert M.", - handle: "@SmallBiz", - testimonial: "Exactly what my shop needed today.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@LocalResident", testimonial: "The best speed-dial reliable plumber ever.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-modern-woman-working-from-home-studying-kitchen-with-laptop-talking_1258-202431.jpg" }, + { id: "2", name: "Michael K.", handle: "@ProClient", testimonial: "Transparent and incredibly fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg" }, + { id: "3", name: "Emily P.", handle: "@HomeOwner", testimonial: "Handled our emergency with total care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-hugging_23-2149071637.jpg" }, + { id: "4", name: "David L.", handle: "@PropertyMgr", testimonial: "Always professional, clean, and fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-young-beautiful-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-39526.jpg" }, + { id: "5", name: "Robert M.", handle: "@SmallBiz", testimonial: "Exactly what my shop needed today.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg" }, ]} showRating={true} title="Client Success" @@ -404,23 +136,7 @@ export default function LandingPage() { @@ -453,34 +158,7 @@ export default function LandingPage() {