Merge version_1 into main #2
264
src/app/page.tsx
264
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQs", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Vinod Makasare Plumber"
|
||||
/>
|
||||
@@ -64,45 +52,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Trusted Plumber in Pune"
|
||||
description="Reliable, 24/7 plumbing services across Kharadi and Pune. Quick fixes, quality work, and affordable solutions for all your plumbing needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919822088951",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919822088951"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg?_wi=1",
|
||||
imageAlt: "Professional plumber working on a pipe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", imageAlt: "Professional plumber working on a pipe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg?_wi=1",
|
||||
imageAlt: "Plumbing technician checking a water heater",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", imageAlt: "Plumbing technician checking a water heater"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=1",
|
||||
imageAlt: "Plumber inspecting pipes under a sink",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", imageAlt: "Plumber inspecting pipes under a sink"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=1",
|
||||
imageAlt: "Plumber installing a new faucet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg", imageAlt: "Plumber installing a new faucet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg?_wi=1",
|
||||
imageAlt: "Specialist performing drain cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg", imageAlt: "Specialist performing drain cleaning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
||||
imageAlt: "Plumber discussing work with a homeowner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", imageAlt: "Plumber discussing work with a homeowner"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -125,53 +96,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Quick Service",
|
||||
description: "Fast response times for all your urgent plumbing needs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg",
|
||||
imageAlt: "Sanitary technician working with sink",
|
||||
title: "Quick Service", description: "Fast response times for all your urgent plumbing needs.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Transparent and competitive rates with no hidden costs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: DollarSign,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg?_wi=2",
|
||||
imageAlt: "Sanitary technician working with sink",
|
||||
title: "Affordable Pricing", description: "Transparent and competitive rates with no hidden costs.", bentoComponent: "reveal-icon", icon: DollarSign
|
||||
},
|
||||
{
|
||||
title: "Root Cause Fixes",
|
||||
description: "We identify and fix the core problem to prevent recurring issues.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg?_wi=2",
|
||||
imageAlt: "Sanitary technician working with sink",
|
||||
title: "Root Cause Fixes", description: "We identify and fix the core problem to prevent recurring issues.", bentoComponent: "reveal-icon", icon: Wrench
|
||||
},
|
||||
{
|
||||
title: "24/7 Availability",
|
||||
description: "Always ready to assist you, day or night, for any emergency.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=2",
|
||||
imageAlt: "Sanitary technician working with sink",
|
||||
title: "24/7 Availability", description: "Always ready to assist you, day or night, for any emergency.", bentoComponent: "reveal-icon", icon: Clock
|
||||
},
|
||||
{
|
||||
title: "Experienced Professionals",
|
||||
description: "Our team consists of highly skilled and seasoned plumbing experts.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=2",
|
||||
imageAlt: "Sanitary technician working with sink",
|
||||
title: "Experienced Professionals", description: "Our team consists of highly skilled and seasoned plumbing experts.", bentoComponent: "reveal-icon", icon: Users
|
||||
},
|
||||
{
|
||||
title: "Customer Satisfaction",
|
||||
description: "Your peace of mind is our priority, guaranteed with every service.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Smile,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg?_wi=2",
|
||||
imageAlt: "Sanitary technician working with sink",
|
||||
},
|
||||
title: "Customer Satisfaction", description: "Your peace of mind is our priority, guaranteed with every service.", bentoComponent: "reveal-icon", icon: Smile
|
||||
}
|
||||
]}
|
||||
title="Our Commitment to Quality Service"
|
||||
description="We believe in delivering plumbing solutions that last, focusing on efficiency, affordability, and customer satisfaction."
|
||||
@@ -185,20 +126,11 @@ export default function LandingPage() {
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "450+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
id: "m2", value: "450+", description: "Happy Customers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "800+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
id: "m3", value: "800+", description: "Projects Completed"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -211,50 +143,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Gaurangi Shende",
|
||||
handle: "@GaurangiS",
|
||||
testimonial: "He gave me the service at 6AM, iss samay plumber milna bahut mushkil. And his charges were reasonable. (He provided service at 6 AM, which is very difficult to find a plumber at that time. And his charges were reasonable.)",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg",
|
||||
imageAlt: "Gaurangi Shende avatar",
|
||||
},
|
||||
id: "1", name: "Gaurangi Shende", handle: "@GaurangiS", testimonial: "He gave me the service at 6AM, iss samay plumber milna bahut mushkil. And his charges were reasonable. (He provided service at 6 AM, which is very difficult to find a plumber at that time. And his charges were reasonable.)", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg", imageAlt: "Gaurangi Shende avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gopal Pulipati",
|
||||
handle: "@GopalP",
|
||||
testimonial: "Vinod provided very quick and prompt service. He goes into the details, fixes the root cause, and charges reasonably. Highly recommended..Thank you Vinod Ji for your prompt service",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-whispering-something-isolated-green-with-copy-space_141793-77451.jpg",
|
||||
imageAlt: "Gopal Pulipati avatar",
|
||||
},
|
||||
id: "2", name: "Gopal Pulipati", handle: "@GopalP", testimonial: "Vinod provided very quick and prompt service. He goes into the details, fixes the root cause, and charges reasonably. Highly recommended..Thank you Vinod Ji for your prompt service", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-whispering-something-isolated-green-with-copy-space_141793-77451.jpg", imageAlt: "Gopal Pulipati avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sagar Mundhokar",
|
||||
handle: "@SagarM",
|
||||
testimonial: "Wow very quick work and affordable plus solved the issue. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-successful-middle-aged-female-manager-white-shirt-posing-touching-face-smiling_343059-2.jpg",
|
||||
imageAlt: "Sagar Mundhokar avatar",
|
||||
},
|
||||
id: "3", name: "Sagar Mundhokar", handle: "@SagarM", testimonial: "Wow very quick work and affordable plus solved the issue. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-successful-middle-aged-female-manager-white-shirt-posing-touching-face-smiling_343059-2.jpg", imageAlt: "Sagar Mundhokar avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Sharma",
|
||||
handle: "@AnjaliS",
|
||||
testimonial: "Excellent service! The plumber was very professional and fixed our complex issue efficiently. Definitely our go-to for future plumbing needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
|
||||
imageAlt: "Anjali Sharma avatar",
|
||||
},
|
||||
id: "4", name: "Anjali Sharma", handle: "@AnjaliS", testimonial: "Excellent service! The plumber was very professional and fixed our complex issue efficiently. Definitely our go-to for future plumbing needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageAlt: "Anjali Sharma avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rohan Patel",
|
||||
handle: "@RohanP",
|
||||
testimonial: "Prompt arrival and identified the problem quickly. The repair was done neatly and the pricing was very fair. Highly satisfied!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2074.jpg",
|
||||
imageAlt: "Rohan Patel avatar",
|
||||
},
|
||||
id: "5", name: "Rohan Patel", handle: "@RohanP", testimonial: "Prompt arrival and identified the problem quickly. The repair was done neatly and the pricing was very fair. Highly satisfied!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2074.jpg", imageAlt: "Rohan Patel avatar"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -270,53 +172,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "leak-repair",
|
||||
name: "Leak Detection & Repair",
|
||||
price: "Starting at ₹499",
|
||||
variant: "Expert Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg",
|
||||
imageAlt: "Water leak detection and repair service",
|
||||
},
|
||||
id: "leak-repair", name: "Leak Detection & Repair", price: "Starting at ₹499", variant: "Expert Solutions", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg", imageAlt: "Water leak detection and repair service"},
|
||||
{
|
||||
id: "water-heater",
|
||||
name: "Water Heater Services",
|
||||
price: "Starting at ₹899",
|
||||
variant: "Installation & Repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pressing-heater-button_23-2149308950.jpg",
|
||||
imageAlt: "Water heater installation and repair",
|
||||
},
|
||||
id: "water-heater", name: "Water Heater Services", price: "Starting at ₹899", variant: "Installation & Repair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pressing-heater-button_23-2149308950.jpg", imageAlt: "Water heater installation and repair"},
|
||||
{
|
||||
id: "drain-cleaning",
|
||||
name: "Drain Cleaning & Unclogging",
|
||||
price: "Starting at ₹399",
|
||||
variant: "Fast & Effective",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg",
|
||||
imageAlt: "Professional drain cleaning service",
|
||||
},
|
||||
id: "drain-cleaning", name: "Drain Cleaning & Unclogging", price: "Starting at ₹399", variant: "Fast & Effective", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg", imageAlt: "Professional drain cleaning service"},
|
||||
{
|
||||
id: "pipe-repair",
|
||||
name: "Pipe Installation & Repair",
|
||||
price: "Starting at ₹699",
|
||||
variant: "New & Existing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg",
|
||||
imageAlt: "Pipe installation and repair service",
|
||||
},
|
||||
id: "pipe-repair", name: "Pipe Installation & Repair", price: "Starting at ₹699", variant: "New & Existing", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg", imageAlt: "Pipe installation and repair service"},
|
||||
{
|
||||
id: "bathroom-kitchen",
|
||||
name: "Bathroom & Kitchen Plumbing",
|
||||
price: "Starting at ₹599",
|
||||
variant: "Fixtures & Fittings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg",
|
||||
imageAlt: "Bathroom and kitchen plumbing",
|
||||
},
|
||||
id: "bathroom-kitchen", name: "Bathroom & Kitchen Plumbing", price: "Starting at ₹599", variant: "Fixtures & Fittings", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Bathroom and kitchen plumbing"},
|
||||
{
|
||||
id: "emergency",
|
||||
name: "24/7 Emergency Plumbing",
|
||||
price: "Call for Quote",
|
||||
variant: "Anytime, Anywhere",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-looking-up-young-delivery-man-wearing-uniform-with-cap-speaks-phone-isolated-white-wall_141793-82630.jpg",
|
||||
imageAlt: "Emergency plumbing service",
|
||||
},
|
||||
id: "emergency", name: "24/7 Emergency Plumbing", price: "Call for Quote", variant: "Anytime, Anywhere", imageSrc: "http://img.b2bpic.net/free-photo/confused-looking-up-young-delivery-man-wearing-uniform-with-cap-speaks-phone-isolated-white-wall_141793-82630.jpg", imageAlt: "Emergency plumbing service"},
|
||||
]}
|
||||
title="Our Plumbing Services"
|
||||
description="Comprehensive solutions for all your plumbing needs, delivered with expertise and care."
|
||||
@@ -329,30 +195,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open 24 hours, 7 days a week, for all emergency and scheduled plumbing needs. You can contact us anytime.",
|
||||
},
|
||||
id: "q1", title: "What are your operating hours?", content: "We are open 24 hours, 7 days a week, for all emergency and scheduled plumbing needs. You can contact us anytime."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve Kharadi, Pune, and surrounding areas. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "q2", title: "What areas do you serve?", content: "We primarily serve Kharadi, Pune, and surrounding areas. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do you charge for services?",
|
||||
content: "Our pricing is transparent and affordable. We provide a clear estimate after diagnosing the issue, ensuring no hidden costs or surprises.",
|
||||
},
|
||||
id: "q3", title: "How do you charge for services?", content: "Our pricing is transparent and affordable. We provide a clear estimate after diagnosing the issue, ensuring no hidden costs or surprises."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we provide 24/7 emergency plumbing services. Contact us anytime for urgent plumbing issues like burst pipes or major leaks.",
|
||||
},
|
||||
id: "q4", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency plumbing services. Contact us anytime for urgent plumbing issues like burst pipes or major leaks."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What types of plumbing issues do you handle?",
|
||||
content: "We handle a wide range of issues including leaky faucets, pipe bursts, drain clogs, water heater repairs, new installations, and much more.",
|
||||
},
|
||||
id: "q5", title: "What types of plumbing issues do you handle?", content: "We handle a wide range of issues including leaky faucets, pipe bursts, drain clogs, water heater repairs, new installations, and much more."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our plumbing services and how we operate."
|
||||
@@ -364,20 +215,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Need a Plumber Now?"
|
||||
description="Don't let plumbing problems disrupt your day. Contact Vinod Makasare Plumber for reliable, swift service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: 098220 88951",
|
||||
href: "tel:+919822088951",
|
||||
},
|
||||
text: "Call Us: 098220 88951", href: "tel:+919822088951"},
|
||||
{
|
||||
text: "Send a Message",
|
||||
href: "mailto:info@vinodmakasareplumber.com",
|
||||
},
|
||||
text: "Send a Message", href: "mailto:info@vinodmakasareplumber.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -389,19 +235,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook profile",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook profile"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/919822088951",
|
||||
ariaLabel: "WhatsApp chat",
|
||||
},
|
||||
href: "https://wa.me/919822088951", ariaLabel: "WhatsApp chat"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram profile",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram profile"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user