Merge version_1 into main #2
188
src/app/page.tsx
188
src/app/page.tsx
@@ -29,65 +29,36 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Suffolk Plumbing"
|
||||
button={{
|
||||
text: "Call Now: (631) 555-0199",
|
||||
href: "tel:6315550199",
|
||||
}}
|
||||
text: "Call Now: (631) 555-0199", href: "tel:6315550199"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Fast, Reliable Plumbing & Heating in Suffolk County."
|
||||
description="24/7 emergency service for your home or business. Experienced, licensed, and ready to solve your plumbing and heating problems fast."
|
||||
tag="Trusted Suffolk Experts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (631) 555-0199",
|
||||
href: "tel:6315550199",
|
||||
},
|
||||
text: "Call Now: (631) 555-0199", href: "tel:6315550199"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=1",
|
||||
imageAlt: "Plumber repairing a pipe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg", imageAlt: "Plumber repairing a pipe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg?_wi=1",
|
||||
imageAlt: "Modern boiler system",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
|
||||
imageAlt: "Service man adjusting house heating system",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26537.jpg",
|
||||
imageAlt: "Young engineer adjusting autonomous heating",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg",
|
||||
imageAlt: "Worker repairing water heater",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", imageAlt: "Modern boiler system"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -102,59 +73,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Plumbing Repairs",
|
||||
descriptions: [
|
||||
"Leak detection, pipe fixes, and fixture replacement.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
|
||||
imageAlt: "Young engineer adjusting autonomous heating",
|
||||
},
|
||||
id: "s1", title: "Plumbing Repairs", descriptions: [
|
||||
"Leak detection, pipe fixes, and fixture replacement."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Young engineer adjusting autonomous heating"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Water Heaters",
|
||||
descriptions: [
|
||||
"Expert repair and replacement for all heater types.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=2",
|
||||
imageAlt: "Young engineer adjusting autonomous heating",
|
||||
},
|
||||
id: "s2", title: "Water Heaters", descriptions: [
|
||||
"Expert repair and replacement for all heater types."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg", imageAlt: "Young engineer adjusting autonomous heating"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Heating Systems",
|
||||
descriptions: [
|
||||
"Complete boiler and furnace support for comfort.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg?_wi=2",
|
||||
imageAlt: "Young engineer adjusting autonomous heating",
|
||||
},
|
||||
id: "s3", title: "Heating Systems", descriptions: [
|
||||
"Complete boiler and furnace support for comfort."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", imageAlt: "Young engineer adjusting autonomous heating"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Emergency Service",
|
||||
descriptions: [
|
||||
"On-call help whenever you need us, day or night.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumber-icons-set_1284-5179.jpg?_wi=1",
|
||||
imageAlt: "Young engineer adjusting autonomous heating",
|
||||
},
|
||||
id: "s4", title: "Emergency Service", descriptions: [
|
||||
"On-call help whenever you need us, day or night."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumber-icons-set_1284-5179.jpg", imageAlt: "Young engineer adjusting autonomous heating"},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Drain Cleaning",
|
||||
descriptions: [
|
||||
"Professional clogs removal for drains and sewers.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg?_wi=1",
|
||||
imageAlt: "Young engineer adjusting autonomous heating",
|
||||
},
|
||||
id: "s5", title: "Drain Cleaning", descriptions: [
|
||||
"Professional clogs removal for drains and sewers."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg", imageAlt: "Young engineer adjusting autonomous heating"},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Installations",
|
||||
descriptions: [
|
||||
"Professional setup for all new plumbing equipment.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg?_wi=1",
|
||||
imageAlt: "Young engineer adjusting autonomous heating",
|
||||
},
|
||||
id: "s6", title: "Installations", descriptions: [
|
||||
"Professional setup for all new plumbing equipment."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg", imageAlt: "Young engineer adjusting autonomous heating"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From emergency repairs to full-system installations, our expert technicians handle it all."
|
||||
@@ -166,7 +107,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Suffolk Plumbing?"
|
||||
description="We are a local, licensed, and insured team dedicated to meticulous workmanship and reliable service every time."
|
||||
imageSrc="http://img.b2bpic.net/free-vector/plumber-icons-set_1284-5179.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/plumber-icons-set_1284-5179.jpg"
|
||||
imageAlt="Our professional plumbing tools"
|
||||
/>
|
||||
</div>
|
||||
@@ -178,40 +119,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Gianine DeSimone",
|
||||
role: "Homeowner",
|
||||
testimonial: "Can't say enough about their response and professionalism. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg?_wi=2",
|
||||
},
|
||||
id: "r1", name: "Gianine DeSimone", role: "Homeowner", testimonial: "Can't say enough about their response and professionalism. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg"},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Jude Rich",
|
||||
role: "Homeowner",
|
||||
testimonial: "Their work is meticulous and I have never had to call them back for anything.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg?_wi=2",
|
||||
},
|
||||
id: "r2", name: "Jude Rich", role: "Homeowner", testimonial: "Their work is meticulous and I have never had to call them back for anything.", imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg"},
|
||||
{
|
||||
id: "r3",
|
||||
name: "Mark Stevens",
|
||||
role: "Business Owner",
|
||||
testimonial: "Fast service, fair pricing. Suffolk Plumbing is our go-to for all repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-short-ginger-hair-looks-with-happy-relaxed-expression_273609-30416.jpg",
|
||||
},
|
||||
id: "r3", name: "Mark Stevens", role: "Business Owner", testimonial: "Fast service, fair pricing. Suffolk Plumbing is our go-to for all repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-short-ginger-hair-looks-with-happy-relaxed-expression_273609-30416.jpg"},
|
||||
{
|
||||
id: "r4",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
testimonial: "Reliable and polite team. Always shows up on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-plumber-working-assembling-pipelines-install-plumbing-system-while-building-new-house_662251-539.jpg",
|
||||
},
|
||||
id: "r4", name: "Sarah Miller", role: "Homeowner", testimonial: "Reliable and polite team. Always shows up on time.", imageSrc: "http://img.b2bpic.net/free-photo/focused-plumber-working-assembling-pipelines-install-plumbing-system-while-building-new-house_662251-539.jpg"},
|
||||
{
|
||||
id: "r5",
|
||||
name: "Robert Chen",
|
||||
role: "Homeowner",
|
||||
testimonial: "Best plumbing experience I've had in 10 years. Expert work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-posing_273609-12956.jpg",
|
||||
},
|
||||
id: "r5", name: "Robert Chen", role: "Homeowner", testimonial: "Best plumbing experience I've had in 10 years. Expert work.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-posing_273609-12956.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by your neighbors across Suffolk County."
|
||||
@@ -222,8 +138,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us Now"
|
||||
title="Schedule Your Service"
|
||||
description="Call us at (631) 555-0199 or fill out the form below. We respond fast."
|
||||
@@ -240,42 +155,27 @@ export default function LandingPage() {
|
||||
logoText="Suffolk Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(631) 555-0199",
|
||||
href: "tel:6315550199",
|
||||
},
|
||||
label: "(631) 555-0199", href: "tel:6315550199"},
|
||||
{
|
||||
label: "info@suffolkplumbing.com",
|
||||
href: "mailto:info@suffolkplumbing.com",
|
||||
},
|
||||
label: "info@suffolkplumbing.com", href: "mailto:info@suffolkplumbing.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services Area",
|
||||
items: [
|
||||
title: "Services Area", items: [
|
||||
{
|
||||
label: "Suffolk County, NY",
|
||||
href: "#",
|
||||
},
|
||||
label: "Suffolk County, NY", href: "#"},
|
||||
{
|
||||
label: "Same-Day Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Same-Day Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Emergency Call",
|
||||
href: "tel:6315550199",
|
||||
},
|
||||
label: "Emergency Call", href: "tel:6315550199"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -285,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user