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() {