From 8b221a48d69e88bc06e2a39c99f10d07e043d7bd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:16:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e3c994..df88e65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,41 @@ export default function LandingPage() {
@@ -105,38 +76,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Strong Line Electric", - author: "Power & Connectivity", - description: "High-end electrical, new construction, and smart home integration for the modern NJ property.", - tags: [ - "Electrical", - "Smart Home", - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53666.jpg?_wi=1", - }, + id: "f1", title: "Strong Line Electric", author: "Power & Connectivity", description: "High-end electrical, new construction, and smart home integration for the modern NJ property.", tags: [ + "Electrical", "Smart Home"], + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53666.jpg?_wi=1"}, { - id: "f2", - title: "The Wellness Wing", - author: "Air & Safety", - description: "Professional air duct cleaning, mold remediation, and chimney safety inspections.", - tags: [ - "Wellness", - "Remediation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=1", - }, + id: "f2", title: "The Wellness Wing", author: "Air & Safety", description: "Professional air duct cleaning, mold remediation, and chimney safety inspections.", tags: [ + "Wellness", "Remediation"], + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=1"}, { - id: "f3", - title: "Prevention Suite", - author: "Safety First", - description: "Proactive fire hazard prevention, including dryer vent cleanings and advanced air purification.", - tags: [ - "Safety", - "Prevention", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=2", - }, + id: "f3", title: "Prevention Suite", author: "Safety First", description: "Proactive fire hazard prevention, including dryer vent cleanings and advanced air purification.", tags: [ + "Safety", "Prevention"], + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=2"}, ]} title="Dual-Core Expertise" description="The pulse and breath of your home, integrated perfectly." @@ -148,14 +98,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Michael Robert Construction", - "Serving Rahway NJ", - "5-Star Google Rated", - "Licensed & Insured", - "Elite Home Builders", - "Premier Property Groups", - "Certified Technicians", - ]} + "Michael Robert Construction", "Serving Rahway NJ", "5-Star Google Rated", "Licensed & Insured", "Elite Home Builders", "Premier Property Groups", "Certified Technicians"]} title="Trusted by Experts" description="Serving Rahway & Greater NJ with the gold standard of quality." /> @@ -169,45 +112,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Michael Mroz", - role: "Builder", - company: "MRC", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53666.jpg?_wi=2", - }, + id: "t1", name: "Michael Mroz", role: "Builder", company: "MRC", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53666.jpg?_wi=2"}, { - id: "t2", - name: "Kara Nolan", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=3", - }, + id: "t2", name: "Kara Nolan", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=3"}, { - id: "t3", - name: "Fairuz ELMAPLA", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=4", - }, + id: "t3", name: "Fairuz ELMAPLA", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=4"}, { - id: "t4", - name: "Patrick", - role: "Lead Expert", - company: "Strong Line", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53666.jpg?_wi=3", - }, + id: "t4", name: "Patrick", role: "Lead Expert", company: "Strong Line", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-53666.jpg?_wi=3"}, { - id: "t5", - name: "Marcus", - role: "Lead Expert", - company: "Strong Line", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=5", - }, + id: "t5", name: "Marcus", role: "Lead Expert", company: "Strong Line", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=5"}, ]} title="Peace of Mind" description="Don't just take our word for it." @@ -220,27 +138,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you offer emergency services?", - content: "Yes, we offer same-day emergency inspections in Rahway and surrounding NJ areas.", - }, + id: "q1", title: "Do you offer emergency services?", content: "Yes, we offer same-day emergency inspections in Rahway and surrounding NJ areas."}, { - id: "q2", - title: "What kind of electrical work do you handle?", - content: "We handle everything from new construction smart home integration to panel upgrades.", - }, + id: "q2", title: "What kind of electrical work do you handle?", content: "We handle everything from new construction smart home integration to panel upgrades."}, { - id: "q3", - title: "Why is mold remediation important?", - content: "Mold can cause serious health risks and structural damage; our certification ensures it's handled safely.", - }, + id: "q3", title: "Why is mold remediation important?", content: "Mold can cause serious health risks and structural damage; our certification ensures it's handled safely."}, ]} ctaTitle="Request an Elite Consultation" ctaDescription="Your home deserves more than a quick fix. Same-day emergency inspections available in Rahway." ctaButton={{ - text: "Contact Us", - href: "#", - }} + text: "Contact Us", href: "#"}} ctaIcon={Phone} /> @@ -249,54 +156,33 @@ export default function LandingPage() {