Merge version_1 into main #2
222
src/app/page.tsx
222
src/app/page.tsx
@@ -18,31 +18,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="American Eagle Plumbing"
|
||||
/>
|
||||
@@ -51,47 +43,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="American Eagle Plumbing: Excellence in Every Pipe"
|
||||
description="Professional, honest, and reliable plumbing solutions for Lodi, New Jersey. From emergency faucet repairs to luxury bathroom installations, we restore your home's comfort."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:2014006427",
|
||||
},
|
||||
text: "Call Now", href: "tel:2014006427"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing services",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=2",
|
||||
imageAlt: "Plumbing inspection",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=3",
|
||||
imageAlt: "Faucet installation",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=4",
|
||||
imageAlt: "Shower repair",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=5",
|
||||
imageAlt: "Pipe maintenance",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=6",
|
||||
imageAlt: "Expert plumber",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Professional plumbing services" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Plumbing inspection" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Faucet installation" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Shower repair" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Pipe maintenance" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Expert plumber" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,14 +67,8 @@ export default function LandingPage() {
|
||||
title="Your Trusted Plumbing Professionals in Lodi"
|
||||
description="At American Eagle Plumbing, we pride ourselves on honesty, punctuality, and high-quality craftsmanship. Our team of certified professionals ensures your plumbing needs are met with precision and professional integrity."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "100%", title: "Customer Satisfaction" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-girl-washing-sponge-kitchen-sink_23-2147824127.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -124,26 +83,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Faucet & Shower Repair",
|
||||
description: "Expert solutions for leaky faucets and outdated shower systems.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg",
|
||||
imageAlt: "Faucet repair",
|
||||
},
|
||||
title: "Faucet & Shower Repair", description: "Expert solutions for leaky faucets and outdated shower systems.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg", imageAlt: "Faucet repair"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Precision diagnostics",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "High-quality parts",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Precision diagnostics" },
|
||||
{ icon: CheckCircle, text: "High-quality parts" }
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg?_wi=7",
|
||||
imageAlt: "luxury professional plumber portrait",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive plumbing care for homeowners."
|
||||
@@ -156,60 +103,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Shafiq Yousef",
|
||||
role: "Homeowner",
|
||||
company: "Lodi, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Amani Farhan",
|
||||
role: "Homeowner",
|
||||
company: "Lodi, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "John Pecoraro",
|
||||
role: "Homeowner",
|
||||
company: "Lodi, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-cooking_23-2147766933.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hana Kisswani",
|
||||
role: "Homeowner",
|
||||
company: "Lodi, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Satisfied Customer",
|
||||
role: "Homeowner",
|
||||
company: "Lodi, NJ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-with-laptop_1157-45382.jpg",
|
||||
},
|
||||
{ id: "1", name: "Shafiq Yousef", role: "Homeowner", company: "Lodi, NJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg" },
|
||||
{ id: "2", name: "Amani Farhan", role: "Homeowner", company: "Lodi, NJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg" },
|
||||
{ id: "3", name: "John Pecoraro", role: "Homeowner", company: "Lodi, NJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-cooking_23-2147766933.jpg" },
|
||||
{ id: "4", name: "Hana Kisswani", role: "Homeowner", company: "Lodi, NJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg" },
|
||||
{ id: "5", name: "Satisfied Customer", role: "Homeowner", company: "Lodi, NJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/old-man-with-laptop_1157-45382.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.2",
|
||||
label: "Google Rating",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Jobs Completed",
|
||||
},
|
||||
{
|
||||
value: "Reliable",
|
||||
label: "Professional",
|
||||
},
|
||||
{ value: "4.2", label: "Google Rating" },
|
||||
{ value: "100+", label: "Jobs Completed" },
|
||||
{ value: "Reliable", label: "Professional" }
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="We are proud to serve the Lodi community with professional, honest service."
|
||||
@@ -221,21 +124,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer emergency repairs?",
|
||||
content: "Yes, we prioritize emergency plumbing situations.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is your service area?",
|
||||
content: "We primarily serve Lodi, New Jersey and surrounding towns.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are your plumbers certified?",
|
||||
content: "Yes, all our plumbers are highly experienced and certified professionals.",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer emergency repairs?", content: "Yes, we prioritize emergency plumbing situations." },
|
||||
{ id: "q2", title: "What is your service area?", content: "We primarily serve Lodi, New Jersey and surrounding towns." },
|
||||
{ id: "q3", title: "Are your plumbers certified?", content: "Yes, all our plumbers are highly experienced and certified professionals." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about working with American Eagle Plumbing."
|
||||
@@ -247,16 +138,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to fix your plumbing?"
|
||||
description="Our professional team is here to help with all your residential plumbing repairs and installations. Schedule your appointment today."
|
||||
buttons={[
|
||||
{
|
||||
text: "(201) 400-6427",
|
||||
href: "tel:2014006427",
|
||||
},
|
||||
text: "(201) 400-6427", href: "tel:2014006427"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -266,31 +154,17 @@ export default function LandingPage() {
|
||||
logoText="American Eagle Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Faucet Repair",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Shower Repair",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#services" },
|
||||
{ label: "Shower Repair", href: "#services" }
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "25 US-46, Lodi, NJ 07644",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(201) 400-6427",
|
||||
href: "tel:2014006427",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "25 US-46, Lodi, NJ 07644", href: "#" },
|
||||
{ label: "(201) 400-6427", href: "tel:2014006427" }
|
||||
],
|
||||
},
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user