Merge version_1 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Expert Plumbers"
|
||||
/>
|
||||
@@ -55,66 +47,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Professional Plumbing Services in New Delhi"
|
||||
description="Fast, reliable, and professional plumbing solutions for your home and business. From leak detection to water heater installations, we've got you covered."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09958190834",
|
||||
},
|
||||
text: "Call Now", href: "tel:09958190834"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg"
|
||||
imageAlt="Professional Plumber"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg",
|
||||
alt: "Side view man working as plumber",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg", alt: "Side view man working as plumber"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741189.jpg",
|
||||
alt: "Man engaged in household tasks scenery",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741189.jpg", alt: "Man engaged in household tasks scenery"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg",
|
||||
alt: "Male plumber working to fix problems at client's house",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg", alt: "Male plumber working to fix problems at client's house"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515886.jpg",
|
||||
alt: "View of person creating digital diy and craft content",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515886.jpg", alt: "View of person creating digital diy and craft content"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg",
|
||||
alt: "Young male model posing outdoor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg", alt: "Young male model posing outdoor"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Response",
|
||||
},
|
||||
type: "text", text: "Fast Response"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Availability",
|
||||
},
|
||||
type: "text", text: "24/7 Availability"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Experts",
|
||||
},
|
||||
type: "text", text: "Certified Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
type: "text", text: "Quality Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Affordable Rates",
|
||||
},
|
||||
type: "text", text: "Affordable Rates"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,20 +93,11 @@ export default function LandingPage() {
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.8",
|
||||
description: "Google Rating",
|
||||
},
|
||||
id: "m1", value: "4.8", description: "Google Rating"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "358",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "m2", value: "358", description: "Happy Clients"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m3", value: "10+", description: "Years Experience"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -152,28 +110,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Leak Detection",
|
||||
description: "Advanced tech to find and fix hidden leaks.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/push-pin-icon-front-side_187299-39567.jpg",
|
||||
imageAlt: "plumbing industry logo",
|
||||
title: "Leak Detection", description: "Advanced tech to find and fix hidden leaks.", bentoComponent: "reveal-icon", icon: Droplets,
|
||||
},
|
||||
{
|
||||
title: "Water Heater",
|
||||
description: "Installation and repair for all models.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg?_wi=2",
|
||||
imageAlt: "plumbing industry logo",
|
||||
title: "Water Heater", description: "Installation and repair for all models.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Clear your pipes efficiently and safely.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=1",
|
||||
imageAlt: "plumbing industry logo",
|
||||
title: "Drain Cleaning", description: "Clear your pipes efficiently and safely.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
]}
|
||||
title="Our Plumbing Services"
|
||||
@@ -187,45 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Service",
|
||||
quote: "Very fast service and genuine prices. Highly recommended!",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Great Service", quote: "Very fast service and genuine prices. Highly recommended!", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Reliable Plumber",
|
||||
quote: "Excellent plumbing work, timely and professional.",
|
||||
name: "Michael C.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-hair-while-moving-into-house_329181-18218.jpg",
|
||||
},
|
||||
id: "t2", title: "Reliable Plumber", quote: "Excellent plumbing work, timely and professional.", name: "Michael C.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-hair-while-moving-into-house_329181-18218.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Professional",
|
||||
quote: "Fixed my pipe repair in no time. Great quality.",
|
||||
name: "David K.",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man-wearing-suit_23-2148831113.jpg",
|
||||
},
|
||||
id: "t3", title: "Professional", quote: "Fixed my pipe repair in no time. Great quality.", name: "David K.", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man-wearing-suit_23-2148831113.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Good Experience",
|
||||
quote: "The technician was friendly and did a great job.",
|
||||
name: "Emily R.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328292.jpg",
|
||||
},
|
||||
id: "t4", title: "Good Experience", quote: "The technician was friendly and did a great job.", name: "Emily R.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328292.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Satisfied",
|
||||
quote: "Very helpful and knowledgeable expert.",
|
||||
name: "John D.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-wife-cooking-home-making-dinner-posing-near-chopping-board-kitchen_1258-197055.jpg",
|
||||
},
|
||||
id: "t5", title: "Satisfied", quote: "Very helpful and knowledgeable expert.", name: "John D.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-woman-wife-cooking-home-making-dinner-posing-near-chopping-board-kitchen_1258-197055.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Trusted by hundreds of local homes in Kapas Hera."
|
||||
@@ -238,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How fast can you arrive?",
|
||||
content: "We offer same-day service for urgent plumbing issues.",
|
||||
},
|
||||
id: "q1", title: "How fast can you arrive?", content: "We offer same-day service for urgent plumbing issues."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your prices transparent?",
|
||||
content: "Yes, we provide honest upfront pricing before starting work.",
|
||||
},
|
||||
id: "q2", title: "Are your prices transparent?", content: "Yes, we provide honest upfront pricing before starting work."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you handle industrial work?",
|
||||
content: "We specialize in residential and local commercial plumbing.",
|
||||
},
|
||||
id: "q3", title: "Do you handle industrial work?", content: "We specialize in residential and local commercial plumbing."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our plumbing services."
|
||||
@@ -264,14 +168,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Local Homes",
|
||||
"Office Buildings",
|
||||
"Retail Shops",
|
||||
"Apartment Complexes",
|
||||
"Restaurants",
|
||||
"Warehouses",
|
||||
"Property Managers",
|
||||
]}
|
||||
"Local Homes", "Office Buildings", "Retail Shops", "Apartment Complexes", "Restaurants", "Warehouses", "Property Managers"]}
|
||||
title="Our Trusted Partnerships"
|
||||
description="Proudly serving local businesses and homes for years."
|
||||
/>
|
||||
@@ -281,8 +178,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Need Urgent Help?"
|
||||
description="Call us now or send a message for immediate assistance."
|
||||
inputPlaceholder="Enter your phone number"
|
||||
@@ -298,9 +194,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:09958190834",
|
||||
ariaLabel: "Call Us",
|
||||
},
|
||||
href: "tel:09958190834", ariaLabel: "Call Us"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user