Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 07:55:13 +00:00
2 changed files with 30 additions and 42 deletions

View File

@@ -1,49 +1,32 @@
import type { Metadata } from "next";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import type { Metadata } from 'next';
import { Geist, Geist_Mono } from 'next/font/google';
import './globals.css';
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
const geist = Geist({
variable: '--font-geist-sans',
subsets: ['latin'],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: '--font-geist-mono',
subsets: ['latin'],
});
export const metadata: Metadata = {
title: "KDC Plumbing Repairs & Emergency Leak Detection Sri Lanka", description: "Fast & reliable plumbing repairs in Sri Lanka. 24/7 emergency service, expert leak detection, tank replacement & more. 4.7★ rated. Call now for same-day response.", keywords: "plumber Sri Lanka, emergency plumbing, leak detection, underground leak repair, plumbing service Colombo", openGraph: {
title: "KDC Plumbing - Fast & Reliable Emergency Plumbing in Sri Lanka", description: "Expert plumbing repairs with 30-minute emergency response. Underground leak detection, tank replacement & more.", siteName: "KDC Plumbing", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", alt: "KDC Plumbing Emergency Service"
}
]
},
twitter: {
card: "summary_large_image", title: "KDC Plumbing - Emergency Repairs 24/7", description: "Fast response, expert solutions, fair pricing. Underground leak detection specialists.", images: ["http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg"]
},
robots: {
index: true,
follow: true
}
title: 'KDC Plumbing - Emergency Repairs in Sri Lanka',
description: 'Fast & reliable plumbing repairs. 24/7 emergency support, leak detection, tank replacement & more.',
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1411,7 +1394,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "📞 Call Now", href: "tel:+94XXXXXXXXXX" },
{ text: "Emergency: Call Now", href: "tel:+94XXXXXXXXXX" },
{ text: "💬 WhatsApp", href: "https://wa.me/94XXXXXXXXXX" }
]}
mediaAnimation="slide-up"
@@ -119,22 +119,28 @@ export default function LandingPage() {
description="Complete plumbing solutions for every need—from emergency repairs to preventive maintenance."
products={[
{
id: "1", brand: "Emergency Service", name: "Emergency Plumbing", price: "Available 24/7", rating: 5, reviewCount: "98% Response", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=2", imageAlt: "Emergency plumbing repair"
id: "1", brand: "Emergency Service", name: "Emergency Plumbing", price: "Available 24/7", rating: 5,
reviewCount: "98% Response", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=2", imageAlt: "Emergency plumbing repair"
},
{
id: "2", brand: "Advanced Diagnosis", name: "Underground Leak Detection", price: "Professional Grade", rating: 5, reviewCount: "100% Accurate", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Leak detection equipment"
id: "2", brand: "Advanced Diagnosis", name: "Underground Leak Detection", price: "Professional Grade", rating: 5,
reviewCount: "100% Accurate", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Leak detection equipment"
},
{
id: "3", brand: "Installation", name: "Tank Replacement", price: "Fast Installation", rating: 5, reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Water tank installation"
id: "3", brand: "Installation", name: "Tank Replacement", price: "Fast Installation", rating: 5,
reviewCount: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Water tank installation"
},
{
id: "4", brand: "Bathroom Solutions", name: "Bathroom & Toilet Repairs", price: "Same-Day Fix", rating: 5, reviewCount: "Expert Repair", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Bathroom repair work"
id: "4", brand: "Bathroom Solutions", name: "Bathroom & Toilet Repairs", price: "Same-Day Fix", rating: 5,
reviewCount: "Expert Repair", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Bathroom repair work"
},
{
id: "5", brand: "Installation Services", name: "Pipe Installation & Repair", price: "Quality Materials", rating: 5, reviewCount: "Lasting Quality", imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", imageAlt: "Professional pipe work"
id: "5", brand: "Installation Services", name: "Pipe Installation & Repair", price: "Quality Materials", rating: 5,
reviewCount: "Lasting Quality", imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", imageAlt: "Professional pipe work"
},
{
id: "6", brand: "Expert Correction", name: "Fixing Previous Mistakes", price: "Done Right", rating: 5, reviewCount: "Get Relief", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1", imageAlt: "Expert plumbing team"
id: "6", brand: "Expert Correction", name: "Fixing Previous Mistakes", price: "Done Right", rating: 5,
reviewCount: "Get Relief", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1", imageAlt: "Expert plumbing team"
}
]}
gridVariant="uniform-all-items-equal"