Merge version_1 into main #2
305
src/app/page.tsx
305
src/app/page.tsx
@@ -31,148 +31,60 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Wynne Penn"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:5555555555",
|
||||
}}
|
||||
text: "Call Now", href: "tel:5555555555"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Plumbing Done Right — The First Time."
|
||||
description="Premium residential & commercial plumbing and heating services built on trust, speed, and flawless execution."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=2",
|
||||
imageAlt: "Heating system maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=3",
|
||||
imageAlt: "Bathroom renovation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=4",
|
||||
imageAlt: "Expert diagnostic services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=5",
|
||||
imageAlt: "Pipe installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=6",
|
||||
imageAlt: "Emergency plumbing service",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Professional plumbing repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Heating system maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Bathroom renovation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Expert diagnostic services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Pipe installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Emergency plumbing service" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=7",
|
||||
imageAlt: "Expert craftsmanship",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=8",
|
||||
imageAlt: "Precision installations",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=9",
|
||||
imageAlt: "Clean technician work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=10",
|
||||
imageAlt: "Residential services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=11",
|
||||
imageAlt: "Commercial plumbing repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=12",
|
||||
imageAlt: "Long-term home solutions",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Expert craftsmanship" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Precision installations" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Clean technician work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Residential services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Commercial plumbing repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "Long-term home solutions" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
{ text: "Request Service", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:5555555555" }
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Happy Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Happy Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Happy Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Happy Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Happy Customer 5" }
|
||||
]}
|
||||
avatarText="Trusted by over 500+ local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Brand 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Brand 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Brand 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Brand 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg",
|
||||
alt: "Brand 5",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Brand 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Brand 2" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Brand 3" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Brand 4" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", alt: "Brand 5" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,20 +96,11 @@ export default function LandingPage() {
|
||||
title="A Higher Standard in Plumbing"
|
||||
description="At Wynne Penn Plumbing & Heating, we don’t just fix problems — we elevate your home’s infrastructure with precision, care, and professionalism. From emergency repairs to full system installations, our team delivers clean, efficient, and long-lasting solutions."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Clear communication",
|
||||
description: "Honest updates and transparent project management.",
|
||||
},
|
||||
{
|
||||
title: "Honest pricing",
|
||||
description: "Upfront, no-surprise quotes for every job.",
|
||||
},
|
||||
{
|
||||
title: "Impeccable workmanship",
|
||||
description: "Expert solutions designed for durability.",
|
||||
},
|
||||
{ title: "Clear communication", description: "Honest updates and transparent project management." },
|
||||
{ title: "Honest pricing", description: "Upfront, no-surprise quotes for every job." },
|
||||
{ title: "Impeccable workmanship", description: "Expert solutions designed for durability." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -209,36 +112,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Plumbing",
|
||||
description: "Repairs, repiping, and routine maintenance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=13",
|
||||
imageAlt: "luxury plumbing heating service background",
|
||||
title: "Residential Plumbing", description: "Repairs, repiping, and routine maintenance.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Heating Systems",
|
||||
description: "Full HVAC comfort maintenance and repairs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=2",
|
||||
imageAlt: "expert plumber working precision",
|
||||
title: "Heating Systems", description: "Full HVAC comfort maintenance and repairs.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Sewer & Drains",
|
||||
description: "Advanced diagnostics and permanent fixes.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1",
|
||||
imageAlt: "residential plumbing repair service",
|
||||
title: "Sewer & Drains", description: "Advanced diagnostics and permanent fixes.", bentoComponent: "reveal-icon", icon: Droplets,
|
||||
},
|
||||
{
|
||||
title: "Emergency Service",
|
||||
description: "Rapid response for urgent repair needs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Phone,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=14",
|
||||
imageAlt: "luxury plumbing heating service background",
|
||||
title: "Emergency Service", description: "Rapid response for urgent repair needs.", bentoComponent: "reveal-icon", icon: Phone,
|
||||
},
|
||||
]}
|
||||
title="Full-Service Plumbing & Heating"
|
||||
@@ -253,51 +136,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rebecca Powell",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=3",
|
||||
imageAlt: "expert plumber working precision",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jonathan Pressman",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2",
|
||||
imageAlt: "residential plumbing repair service",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alan Strassler",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=15",
|
||||
imageAlt: "luxury plumbing heating service background",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dylan M",
|
||||
role: "Client",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=4",
|
||||
imageAlt: "expert plumber working precision",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Selena Shuman",
|
||||
role: "Organizational Lead",
|
||||
company: "Local Org",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=3",
|
||||
imageAlt: "residential plumbing repair service",
|
||||
},
|
||||
{ id: "1", name: "Rebecca Powell", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", imageAlt: "expert plumber working precision" },
|
||||
{ id: "2", name: "Jonathan Pressman", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "residential plumbing repair service" },
|
||||
{ id: "3", name: "Alan Strassler", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "luxury plumbing heating service background" },
|
||||
{ id: "4", name: "Dylan M", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", imageAlt: "expert plumber working precision" },
|
||||
{ id: "5", name: "Selena Shuman", role: "Organizational Lead", company: "Local Org", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "residential plumbing repair service" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by our local community for decades."
|
||||
@@ -308,21 +151,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer same-day service?",
|
||||
content: "Yes, we prioritize emergency and urgent plumbing repairs to ensure you get back on track quickly.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, our team is fully licensed and insured, guaranteeing professional and safe installations.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide transparent quotes?",
|
||||
content: "We offer upfront, honest pricing before we start any work, ensuring there are no surprises.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer same-day service?", content: "Yes, we prioritize emergency and urgent plumbing repairs to ensure you get back on track quickly." },
|
||||
{ id: "f2", title: "Are you licensed and insured?", content: "Yes, our team is fully licensed and insured, guaranteeing professional and safe installations." },
|
||||
{ id: "f3", title: "Do you provide transparent quotes?", content: "We offer upfront, honest pricing before we start any work, ensuring there are no surprises." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -333,16 +164,12 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Reliable Service"
|
||||
title="Ready for Reliable Plumbing?"
|
||||
description="Stop dealing with temporary fixes. Experience the Wynne Penn difference today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Service",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
{ text: "Schedule Your Service", href: "tel:5555555555" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -352,37 +179,17 @@ export default function LandingPage() {
|
||||
logoText="Wynne Penn Plumbing & Heating"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Heating Systems",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Emergency Repair",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Plumbing", href: "#services" },
|
||||
{ label: "Heating Systems", href: "#services" },
|
||||
{ label: "Emergency Repair", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user