Merge version_2 into main #4

Merged
bender merged 6 commits from version_2 into main 2026-03-05 15:12:20 +00:00
6 changed files with 87 additions and 368 deletions

View File

@@ -42,9 +42,7 @@ export default function AboutPage() {
<TextSplitAbout
title="About DK Plumbing Service"
description={[
"DK Plumbing Service is a trusted, locally-based plumbing company serving Bengaluru and nearby areas with exceptional expertise and dedication. Founded on the principles of reliability, transparency, and customer-first service, we have built a reputation as the go-to plumbing partner for thousands of residential and commercial clients across the city.",
"Our mission is simple: to provide professional, affordable plumbing solutions available 24/7, with transparent pricing, quick response times, and work backed by quality guarantees. We believe in honest communication, fair pricing, and delivering excellence on every job—from emergency repairs to complex installations.",
]}
"DK Plumbing Service is a trusted, locally-based plumbing company serving Bengaluru and nearby areas with exceptional expertise and dedication. Founded on the principles of reliability, transparency, and customer-first service, we have built a reputation as the go-to plumbing partner for thousands of residential and commercial clients across the city.", "Our mission is simple: to provide professional, affordable plumbing solutions available 24/7, with transparent pricing, quick response times, and work backed by quality guarantees. We believe in honest communication, fair pricing, and delivering excellence on every job—from emergency repairs to complex installations."]}
buttons={[{ text: "Book Our Service Today", href: "/contact" }]}
showBorder={true}
useInvertedBackground={false}
@@ -61,26 +59,11 @@ export default function AboutPage() {
animationType="slide-up"
metrics={[
{
id: "1",
title: "15+ Years Experience",
subtitle: "Serving Bengaluru with consistency and excellence",
category: "Track Record",
value: "Trusted",
},
id: "1", title: "15+ Years Experience", subtitle: "Serving Bengaluru with consistency and excellence", category: "Track Record", value: "Trusted"},
{
id: "2",
title: "331+ Customer Reviews",
subtitle: "Averaging 4.9 stars across all platforms",
category: "Customer Satisfaction",
value: "4.9★",
},
id: "2", title: "331+ Customer Reviews", subtitle: "Averaging 4.9 stars across all platforms", category: "Customer Satisfaction", value: "4.9★"},
{
id: "3",
title: "24/7 Emergency Service",
subtitle: "Always available for urgent plumbing needs",
category: "Availability",
value: "Round-the-clock",
},
id: "3", title: "24/7 Emergency Service", subtitle: "Always available for urgent plumbing needs", category: "Availability", value: "Round-the-clock"},
]}
/>
</div>
@@ -92,15 +75,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Apartment Complexes",
"Commercial Enterprises",
"Property Management",
"Local Business Network",
"Real Estate Partnerships",
"Service Excellence Certified",
"Google Verified",
"Community Endorsed",
]}
"Apartment Complexes", "Commercial Enterprises", "Property Management", "Local Business Network", "Real Estate Partnerships", "Service Excellence Certified", "Google Verified", "Community Endorsed"]}
showCard={true}
speed={40}
/>
@@ -139,4 +114,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -53,9 +53,7 @@ export default function ContactPage() {
{ name: "service", type: "text", placeholder: "Service Needed (e.g., Leak Repair, Drain Cleaning)", required: true },
]}
textarea={{
name: "message",
placeholder: "Describe your plumbing issue in detail...",
rows: 4,
name: "message", placeholder: "Describe your plumbing issue in detail...", rows: 4,
required: true,
}}
useInvertedBackground={false}
@@ -72,35 +70,17 @@ export default function ContactPage() {
<FaqSplitMedia
faqs={[
{
id: "1",
title: "What are your service hours?",
content: "We operate 24 hours a day, 7 days a week, including holidays. Emergency calls are answered immediately, and our technicians can reach most areas in Bengaluru within 30-45 minutes.",
},
id: "1", title: "What are your service hours?", content: "We operate 24 hours a day, 7 days a week, including holidays. Emergency calls are answered immediately, and our technicians can reach most areas in Bengaluru within 30-45 minutes."},
{
id: "2",
title: "How much does a service call cost?",
content: "We offer transparent pricing with no hidden charges. Basic service call charges start from ₹300-500. The final price depends on the nature of the problem and parts required. We provide a free quote before starting any major work.",
},
id: "2", title: "How much does a service call cost?", content: "We offer transparent pricing with no hidden charges. Basic service call charges start from ₹300-500. The final price depends on the nature of the problem and parts required. We provide a free quote before starting any major work."},
{
id: "3",
title: "Do you provide warranty on repairs?",
content: "Yes, we provide warranty on all our plumbing repairs and installations. The warranty typically covers 3-12 months depending on the service, and we stand behind our quality work.",
},
id: "3", title: "Do you provide warranty on repairs?", content: "Yes, we provide warranty on all our plumbing repairs and installations. The warranty typically covers 3-12 months depending on the service, and we stand behind our quality work."},
{
id: "4",
title: "What areas of Bengaluru do you serve?",
content: "We serve Bengaluru and nearby areas including Whitefield, Indiranagar, Koramangala, JP Nagar, Yeshwanthpur, and more. Call us at 081441 30198 to confirm service availability for your area.",
},
id: "4", title: "What areas of Bengaluru do you serve?", content: "We serve Bengaluru and nearby areas including Whitefield, Indiranagar, Koramangala, JP Nagar, Yeshwanthpur, and more. Call us at 081441 30198 to confirm service availability for your area."},
{
id: "5",
title: "How can I book a service?",
content: "You can reach us by calling 081441 30198, WhatsApp us, or fill out the contact form on our website. Tell us about your issue, and we'll schedule a technician to visit at your preferred time.",
},
id: "5", title: "How can I book a service?", content: "You can reach us by calling 081441 30198, WhatsApp us, or fill out the contact form on our website. Tell us about your issue, and we'll schedule a technician to visit at your preferred time."},
{
id: "6",
title: "What if the problem happens at night?",
content: "We're available 24/7 for emergencies. Call us anytime - day, night, or holiday. Emergency calls are prioritized, and we'll dispatch a technician as quickly as possible.",
},
id: "6", title: "What if the problem happens at night?", content: "We're available 24/7 for emergencies. Call us anytime - day, night, or holiday. Emergency calls are prioritized, and we'll dispatch a technician as quickly as possible."},
]}
imageSrc="http://img.b2bpic.net/free-photo/call-center-operator-coworkers-dealing-with-upset-customers_482257-117868.jpg"
imageAlt="Customer service representative helping with plumbing questions"
@@ -147,4 +127,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -7,51 +7,34 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "DK Plumbing Service - 24/7 Emergency Plumber in Bengaluru",
description: "Trusted 24/7 plumbing service in Bengaluru (4.9★ rating, 331+ reviews). Emergency repairs, leak detection, drain cleaning & installations. Fair pricing. Call 081441 30198.",
keywords: "plumber in Bengaluru, emergency plumbing service, 24 hour plumber, leak repair, drain cleaning, plumbing installation, Srinivasnagar plumber, affordable plumbing",
metadataBase: new URL("https://dkplumbingservice.com"),
title: "DK Plumbing Service - 24/7 Emergency Plumber in Bengaluru", description: "Trusted 24/7 plumbing service in Bengaluru (4.9★ rating, 331+ reviews). Emergency repairs, leak detection, drain cleaning & installations. Fair pricing. Call 081441 30198.", keywords: "plumber in Bengaluru, emergency plumbing service, 24 hour plumber, leak repair, drain cleaning, plumbing installation, Srinivasnagar plumber, affordable plumbing", metadataBase: new URL("https://dkplumbingservice.com"),
alternates: {
canonical: "https://dkplumbingservice.com",
},
canonical: "https://dkplumbingservice.com"},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "DK Plumbing Service - 24/7 Emergency Plumber in Bengaluru",
description: "Trusted local plumbing service with 4.9★ rating. Available 24/7 for emergencies. Fair pricing • Quick response • Professional technicians.",
type: "website",
siteName: "DK Plumbing Service",
url: "https://dkplumbingservice.com",
images: [
title: "DK Plumbing Service - 24/7 Emergency Plumber in Bengaluru", description: "Trusted local plumbing service with 4.9★ rating. Available 24/7 for emergencies. Fair pricing • Quick response • Professional technicians.", type: "website", siteName: "DK Plumbing Service", url: "https://dkplumbingservice.com", images: [
{
url: "https://dkplumbingservice.com/og-image.jpg",
alt: "DK Plumbing Service - Professional Plumbing Solutions",
},
url: "https://dkplumbingservice.com/og-image.jpg", alt: "DK Plumbing Service - Professional Plumbing Solutions"},
],
},
twitter: {
card: "summary_large_image",
title: "DK Plumbing Service - 24/7 Emergency Plumber in Bengaluru",
description: "Trusted local plumbing service with 4.9★ rating. Quick response • Fair pricing • Available 24/7.",
images: ["https://dkplumbingservice.com/twitter-image.jpg"],
card: "summary_large_image", title: "DK Plumbing Service - 24/7 Emergency Plumber in Bengaluru", description: "Trusted local plumbing service with 4.9★ rating. Quick response • Fair pricing • Available 24/7.", images: ["https://dkplumbingservice.com/twitter-image.jpg"],
},
};
@@ -64,7 +47,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased text-lg`}
>
<Tag />
{children}
@@ -1439,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -69,9 +69,7 @@ export default function HomePage() {
<TextSplitAbout
title="Why Choose DK Plumbing Service?"
description={[
"With over 15 years of experience serving Bengaluru and nearby areas, DK Plumbing Service has earned a reputation for reliability, expertise, and fair pricing. Our team of skilled technicians is available 24/7 to handle any plumbing emergency.",
"We pride ourselves on quick response times, transparent pricing, and customer satisfaction. Whether it's a small repair or a complex installation, we deliver professional solutions backed by our commitment to excellence.",
]}
"With over 15 years of experience serving Bengaluru and nearby areas, DK Plumbing Service has earned a reputation for reliability, expertise, and fair pricing. Our team of skilled technicians is available 24/7 to handle any plumbing emergency.", "We pride ourselves on quick response times, transparent pricing, and customer satisfaction. Whether it's a small repair or a complex installation, we deliver professional solutions backed by our commitment to excellence."]}
buttons={[{ text: "Call 081441 30198", href: "tel:081441-30198" }]}
showBorder={true}
useInvertedBackground={false}
@@ -83,21 +81,11 @@ export default function HomePage() {
<FeatureCardSixteen
negativeCard={{
items: [
"Delayed response times",
"Hidden charges and surprise fees",
"Inexperienced technicians",
"No warranty on work",
"Poor communication",
],
"Delayed response times", "Hidden charges and surprise fees", "Inexperienced technicians", "No warranty on work", "Poor communication"],
}}
positiveCard={{
items: [
"24/7 emergency response within 30 minutes",
"Transparent pricing with no hidden charges",
"15+ years of experienced professionals",
"Quality guarantee on all services",
"Regular updates and clear communication",
],
"24/7 emergency response within 30 minutes", "Transparent pricing with no hidden charges", "15+ years of experienced professionals", "Quality guarantee on all services", "Regular updates and clear communication"],
}}
title="Why We Stand Out"
description="Traditional plumbing service vs. DK Plumbing Service - see the difference in quality, speed, and reliability."
@@ -117,65 +105,23 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Emergency Service",
name: "Leak Repair & Detection",
price: "Available 24/7",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
imageAlt: "Leak repair service",
},
id: "1", brand: "Emergency Service", name: "Leak Repair & Detection", price: "Available 24/7", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Leak repair service"},
{
id: "2",
brand: "Maintenance",
name: "Drain Cleaning & Unclogging",
price: "Affordable Rates",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1",
imageAlt: "Drain cleaning service",
},
id: "2", brand: "Maintenance", name: "Drain Cleaning & Unclogging", price: "Affordable Rates", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "Drain cleaning service"},
{
id: "3",
brand: "Installation",
name: "Pipe Installation & Replacement",
price: "Professional Work",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1",
imageAlt: "Pipe installation service",
},
id: "3", brand: "Installation", name: "Pipe Installation & Replacement", price: "Professional Work", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Pipe installation service"},
{
id: "4",
brand: "Fixtures",
name: "Bathroom Fittings & Fixtures",
price: "Quality Products",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=1",
imageAlt: "Bathroom fittings installation",
},
id: "4", brand: "Fixtures", name: "Bathroom Fittings & Fixtures", price: "Quality Products", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=1", imageAlt: "Bathroom fittings installation"},
{
id: "5",
brand: "Tank Repair",
name: "Water Tank Repair & Maintenance",
price: "Expert Service",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg?_wi=1",
imageAlt: "Water tank repair service",
},
id: "5", brand: "Tank Repair", name: "Water Tank Repair & Maintenance", price: "Expert Service", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg?_wi=1", imageAlt: "Water tank repair service"},
{
id: "6",
brand: "Emergency",
name: "Emergency Plumbing Services",
price: "Call Immediately",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1",
imageAlt: "Emergency plumbing response",
},
id: "6", brand: "Emergency", name: "Emergency Plumbing Services", price: "Call Immediately", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1", imageAlt: "Emergency plumbing response"},
]}
/>
</div>
@@ -190,59 +136,23 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Rajesh Kumar",
handle: "@rajesh_bangalore",
testimonial: "Fair price with quality of work. Called them for a pipe burst at 2 AM on a Sunday, and they arrived within 45 minutes. Excellent service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1",
imageAlt: "Rajesh Kumar testimonial",
},
id: "1", name: "Rajesh Kumar", handle: "@rajesh_bangalore", testimonial: "Fair price with quality of work. Called them for a pipe burst at 2 AM on a Sunday, and they arrived within 45 minutes. Excellent service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial"},
{
id: "2",
name: "Priya Sharma",
handle: "@priya_home",
testimonial: "Very quick and reasonable service. No unnecessary charges like other plumbers. They diagnosed the issue correctly and fixed it on the first visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "Priya Sharma testimonial",
},
id: "2", name: "Priya Sharma", handle: "@priya_home", testimonial: "Very quick and reasonable service. No unnecessary charges like other plumbers. They diagnosed the issue correctly and fixed it on the first visit.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Priya Sharma testimonial"},
{
id: "3",
name: "Amit Patel",
handle: "@amit_property",
testimonial: "Experienced plumbing service provider. They handle both small household repairs and large apartment complex maintenance. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg?_wi=1",
imageAlt: "Amit Patel testimonial",
},
id: "3", name: "Amit Patel", handle: "@amit_property", testimonial: "Experienced plumbing service provider. They handle both small household repairs and large apartment complex maintenance. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg?_wi=1", imageAlt: "Amit Patel testimonial"},
{
id: "4",
name: "Sneha Desai",
handle: "@sneha_bangalore",
testimonial: "Professional technicians who explain the work clearly. They provided a warranty on the repair and followed up the next day. Best plumber in Srinivasnagar!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
imageAlt: "Sneha Desai testimonial",
},
id: "4", name: "Sneha Desai", handle: "@sneha_bangalore", testimonial: "Professional technicians who explain the work clearly. They provided a warranty on the repair and followed up the next day. Best plumber in Srinivasnagar!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sneha Desai testimonial"},
{
id: "5",
name: "Vikram Singh",
handle: "@vikram_home",
testimonial: "24/7 availability is a lifesaver. Had a water leakage issue late at night. They came quickly, fixed it permanently, and charged fairly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1",
imageAlt: "Vikram Singh testimonial",
},
id: "5", name: "Vikram Singh", handle: "@vikram_home", testimonial: "24/7 availability is a lifesaver. Had a water leakage issue late at night. They came quickly, fixed it permanently, and charged fairly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Vikram Singh testimonial"},
{
id: "6",
name: "Anjali Nair",
handle: "@anjali_bengaluru",
testimonial: "Transparent pricing and honest advice. They didn't try to oversell unnecessary services. Will definitely call them again for any plumbing needs.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
imageAlt: "Anjali Nair testimonial",
},
id: "6", name: "Anjali Nair", handle: "@anjali_bengaluru", testimonial: "Transparent pricing and honest advice. They didn't try to oversell unnecessary services. Will definitely call them again for any plumbing needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1", imageAlt: "Anjali Nair testimonial"},
]}
/>
</div>
@@ -254,15 +164,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Google Reviews",
"Local Business Association",
"Apartment Complexes",
"Commercial Properties",
"Property Management Firms",
"Real Estate Companies",
"Service Excellence Certified",
"Community Trusted",
]}
"Google Reviews", "Local Business Association", "Apartment Complexes", "Commercial Properties", "Property Management Firms", "Real Estate Companies", "Service Excellence Certified", "Community Trusted"]}
showCard={true}
speed={40}
/>
@@ -301,4 +203,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -48,59 +48,23 @@ export default function ReviewsPage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Rajesh Kumar",
handle: "@rajesh_bangalore",
testimonial: "Fair price with quality of work. Called them for a pipe burst at 2 AM on a Sunday, and they arrived within 45 minutes. Excellent service! Highly satisfied with their professionalism.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2",
imageAlt: "Rajesh Kumar review",
},
id: "1", name: "Rajesh Kumar", handle: "@rajesh_bangalore", testimonial: "Fair price with quality of work. Called them for a pipe burst at 2 AM on a Sunday, and they arrived within 45 minutes. Excellent service! Highly satisfied with their professionalism.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Rajesh Kumar review"},
{
id: "2",
name: "Priya Sharma",
handle: "@priya_home",
testimonial: "Very quick and reasonable service. No unnecessary charges like other plumbers. They diagnosed the issue correctly and fixed it on the first visit. Best plumber I've worked with!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "Priya Sharma review",
},
id: "2", name: "Priya Sharma", handle: "@priya_home", testimonial: "Very quick and reasonable service. No unnecessary charges like other plumbers. They diagnosed the issue correctly and fixed it on the first visit. Best plumber I've worked with!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Priya Sharma review"},
{
id: "3",
name: "Amit Patel",
handle: "@amit_property",
testimonial: "Experienced plumbing service provider. They handle both small household repairs and large apartment complex maintenance. Highly recommended for any plumbing needs!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg?_wi=2",
imageAlt: "Amit Patel review",
},
id: "3", name: "Amit Patel", handle: "@amit_property", testimonial: "Experienced plumbing service provider. They handle both small household repairs and large apartment complex maintenance. Highly recommended for any plumbing needs!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg?_wi=2", imageAlt: "Amit Patel review"},
{
id: "4",
name: "Sneha Desai",
handle: "@sneha_bangalore",
testimonial: "Professional technicians who explain the work clearly. They provided a warranty on the repair and followed up the next day. Best plumber in Srinivasnagar! Couldn't ask for better service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
imageAlt: "Sneha Desai review",
},
id: "4", name: "Sneha Desai", handle: "@sneha_bangalore", testimonial: "Professional technicians who explain the work clearly. They provided a warranty on the repair and followed up the next day. Best plumber in Srinivasnagar! Couldn't ask for better service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Sneha Desai review"},
{
id: "5",
name: "Vikram Singh",
handle: "@vikram_home",
testimonial: "24/7 availability is a lifesaver. Had a water leakage issue late at night. They came quickly, fixed it permanently, and charged fairly. Exceptional service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
imageAlt: "Vikram Singh review",
},
id: "5", name: "Vikram Singh", handle: "@vikram_home", testimonial: "24/7 availability is a lifesaver. Had a water leakage issue late at night. They came quickly, fixed it permanently, and charged fairly. Exceptional service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Vikram Singh review"},
{
id: "6",
name: "Anjali Nair",
handle: "@anjali_bengaluru",
testimonial: "Transparent pricing and honest advice. They didn't try to oversell unnecessary services. Will definitely call them again for any plumbing needs. Outstanding professionalism!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2",
imageAlt: "Anjali Nair review",
},
id: "6", name: "Anjali Nair", handle: "@anjali_bengaluru", testimonial: "Transparent pricing and honest advice. They didn't try to oversell unnecessary services. Will definitely call them again for any plumbing needs. Outstanding professionalism!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2", imageAlt: "Anjali Nair review"},
]}
/>
</div>
@@ -109,21 +73,11 @@ export default function ReviewsPage() {
<FeatureCardSixteen
negativeCard={{
items: [
"Unreliable service providers",
"Hidden charges and surprises",
"Poor communication with customers",
"No warranty on completed work",
"Slow response times",
],
"Unreliable service providers", "Hidden charges and surprises", "Poor communication with customers", "No warranty on completed work", "Slow response times"],
}}
positiveCard={{
items: [
"Consistent 24/7 reliable service",
"Complete price transparency upfront",
"Regular updates and clear communication",
"Full warranty on all repairs and installations",
"Fast emergency response (30 min avg)",
],
"Consistent 24/7 reliable service", "Complete price transparency upfront", "Regular updates and clear communication", "Full warranty on all repairs and installations", "Fast emergency response (30 min avg)"],
}}
title="Why Customers Trust DK Plumbing"
description="Compare us to other plumbing services and see why 331+ customers rate us 4.9 stars and keep coming back."
@@ -140,15 +94,7 @@ export default function ReviewsPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Google Verified Reviews",
"Apartment Communities",
"Commercial Clients",
"Residential Complexes",
"Property Managers",
"Real Estate Networks",
"Community Endorsed",
"Award Winning Service",
]}
"Google Verified Reviews", "Apartment Communities", "Commercial Clients", "Residential Complexes", "Property Managers", "Real Estate Networks", "Community Endorsed", "Award Winning Service"]}
showCard={true}
speed={40}
/>
@@ -187,4 +133,4 @@ export default function ReviewsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -48,65 +48,23 @@ export default function ServicesPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Emergency Response",
name: "Leak Detection & Repair",
price: "₹500 onwards",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2",
imageAlt: "Professional leak repair service",
},
id: "1", brand: "Emergency Response", name: "Leak Detection & Repair", price: "₹500 onwards", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Professional leak repair service"},
{
id: "2",
brand: "Maintenance Service",
name: "Drain Cleaning & Unclogging",
price: "₹400-800",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2",
imageAlt: "Drain cleaning and maintenance",
},
id: "2", brand: "Maintenance Service", name: "Drain Cleaning & Unclogging", price: "₹400-800", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Drain cleaning and maintenance"},
{
id: "3",
brand: "Installation Works",
name: "Pipe Installation & Replacement",
price: "Custom Quote",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2",
imageAlt: "Professional pipe installation",
},
id: "3", brand: "Installation Works", name: "Pipe Installation & Replacement", price: "Custom Quote", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Professional pipe installation"},
{
id: "4",
brand: "Fixtures & Fittings",
name: "Bathroom Fixtures Installation",
price: "Professional Quote",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=2",
imageAlt: "Premium bathroom fixtures",
},
id: "4", brand: "Fixtures & Fittings", name: "Bathroom Fixtures Installation", price: "Professional Quote", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=2", imageAlt: "Premium bathroom fixtures"},
{
id: "5",
brand: "Tank Services",
name: "Water Tank Repair & Cleaning",
price: "₹800-2000",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg?_wi=2",
imageAlt: "Water tank maintenance service",
},
id: "5", brand: "Tank Services", name: "Water Tank Repair & Cleaning", price: "₹800-2000", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg?_wi=2", imageAlt: "Water tank maintenance service"},
{
id: "6",
brand: "24/7 Support",
name: "Emergency Plumbing Services",
price: "Immediate Dispatch",
rating: 5,
reviewCount: "331+",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2",
imageAlt: "24/7 emergency plumbing response",
},
id: "6", brand: "24/7 Support", name: "Emergency Plumbing Services", price: "Immediate Dispatch", rating: 5,
reviewCount: "331+", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2", imageAlt: "24/7 emergency plumbing response"},
]}
/>
</div>
@@ -115,21 +73,11 @@ export default function ServicesPage() {
<FeatureCardSixteen
negativeCard={{
items: [
"Limited service offerings",
"Unclear pricing structure",
"No emergency response",
"Poor quality guarantees",
"Unprofessional approach",
],
"Limited service offerings", "Unclear pricing structure", "No emergency response", "Poor quality guarantees", "Unprofessional approach"],
}}
positiveCard={{
items: [
"Complete plumbing solutions from maintenance to emergency",
"Transparent pricing with detailed quotes",
"24/7 emergency response with 30-minute arrival",
"Quality guarantee backed by 15+ years of experience",
"Professional technicians with certification",
],
"Complete plumbing solutions from maintenance to emergency", "Transparent pricing with detailed quotes", "24/7 emergency response with 30-minute arrival", "Quality guarantee backed by 15+ years of experience", "Professional technicians with certification"],
}}
title="Why Choose DK Plumbing for Your Service Needs?"
description="We provide comprehensive plumbing services with superior quality, reliability, and customer care compared to traditional service providers."
@@ -148,26 +96,11 @@ export default function ServicesPage() {
animationType="slide-up"
metrics={[
{
id: "1",
title: "Srinivasnagar",
subtitle: "Main service hub and headquarters location",
category: "West Bengaluru",
value: "24/7 Available",
},
id: "1", title: "Srinivasnagar", subtitle: "Main service hub and headquarters location", category: "West Bengaluru", value: "24/7 Available"},
{
id: "2",
title: "Whitefield & IT Corridor",
subtitle: "Commercial and residential areas",
category: "East Bengaluru",
value: "30 min response",
},
id: "2", title: "Whitefield & IT Corridor", subtitle: "Commercial and residential areas", category: "East Bengaluru", value: "30 min response"},
{
id: "3",
title: "Indiranagar & Koramangala",
subtitle: "Premium residential zones",
category: "South Bengaluru",
value: "25 min response",
},
id: "3", title: "Indiranagar & Koramangala", subtitle: "Premium residential zones", category: "South Bengaluru", value: "25 min response"},
]}
/>
</div>
@@ -205,4 +138,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}