From 648830e789e939274b30df4d65b65fd3e9e4ed99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:11:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc881ec..5f780e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -102,61 +63,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Precision Work", - author: "Elite Standard", - description: "No shortcuts. Every job done right the first time.", - tags: [ - "Reliable", - "Precise", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=7", - }, - { - id: "f2", - title: "Fast Response", - author: "Ready Anytime", - description: "We show up ready with the right tools and parts.", - tags: [ - "Fast", - "Emergency", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=8", - }, - { - id: "f3", - title: "Transparent Pricing", - author: "No Surprises", - description: "Clear estimates before we start work.", - tags: [ - "Fair", - "Honest", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=9", - }, - { - id: "f4", - title: "Certified Techs", - author: "Licensed Experts", - description: "Our team holds the highest certifications in the state.", - tags: [ - "Expert", - "Safe", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=10", - }, - { - id: "f5", - title: "24/7 Support", - author: "Always Available", - description: "We are available day or night for emergencies.", - tags: [ - "Support", - "Always-On", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=11", - }, + { id: "f1", title: "Precision Work", author: "Elite Standard", description: "No shortcuts. Every job done right the first time.", tags: ["Reliable", "Precise"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" }, + { id: "f2", title: "Fast Response", author: "Ready Anytime", description: "We show up ready with the right tools and parts.", tags: ["Fast", "Emergency"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" }, + { id: "f3", title: "Transparent Pricing", author: "No Surprises", description: "Clear estimates before we start work.", tags: ["Fair", "Honest"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" }, + { id: "f4", title: "Certified Techs", author: "Licensed Experts", description: "Our team holds the highest certifications in the state.", tags: ["Expert", "Safe"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" }, + { id: "f5", title: "24/7 Support", author: "Always Available", description: "We are available day or night for emergencies.", tags: ["Support", "Always-On"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" }, ]} title="Why Homeowners Trust MoeDoesHVAC" description="We deliver uncompromising quality." @@ -165,49 +76,15 @@ export default function LandingPage() {
@@ -265,26 +112,11 @@ export default function LandingPage() { title="Get a Free Estimate" description="Ready to improve your home comfort? Reach out today." inputs={[ - { - name: "fullName", - type: "text", - placeholder: "Full Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, - }, + { name: "fullName", type: "text", placeholder: "Full Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, + { name: "phone", type: "tel", placeholder: "Phone Number", required: true }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=13" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" imageAlt="Service Van" /> @@ -292,40 +124,16 @@ export default function LandingPage() {