Merge version_2 into main #2
210
src/app/page.tsx
210
src/app/page.tsx
@@ -30,70 +30,41 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Trust",
|
||||
id: "#trust",
|
||||
},
|
||||
name: "Trust", id: "#trust"},
|
||||
{
|
||||
name: "Experts",
|
||||
id: "#experts",
|
||||
},
|
||||
name: "Experts", id: "#experts"},
|
||||
]}
|
||||
brandName="Strong Line"
|
||||
button={{
|
||||
text: "Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Gold Standard of Home Infrastructure."
|
||||
description="From elite electrical installations to life-saving air quality services. Trusted by NJ’s premier builders and homeowners alike."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request an Elite Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request an Elite Consultation", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=1",
|
||||
imageAlt: "Designer lighting",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=1", imageAlt: "Designer lighting"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=2",
|
||||
imageAlt: "Home wellness",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=2", imageAlt: "Home wellness"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=3",
|
||||
imageAlt: "Protection",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=3", imageAlt: "Protection"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=4",
|
||||
imageAlt: "Infrastructure",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=4", imageAlt: "Infrastructure"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=5",
|
||||
imageAlt: "Craftsmanship",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=5", imageAlt: "Craftsmanship"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=6",
|
||||
imageAlt: "Gold Standard",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg?_wi=6", imageAlt: "Gold Standard"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -249,54 +156,33 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Our Experts",
|
||||
href: "#experts",
|
||||
},
|
||||
label: "Our Experts", href: "#experts"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Electrical",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Electrical", href: "#services"},
|
||||
{
|
||||
label: "Wellness",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Wellness", href: "#services"},
|
||||
{
|
||||
label: "Remediation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Remediation", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user