Merge version_2 into main #2
@@ -1,62 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Dunham Plumbing Co. | Local Nashville Plumber | 24/7 Service", description: "Trusted local plumber in Nashville, IN. Fast, reliable plumbing services for homes. 4.7★ rated with 40+ reviews. Emergency repair available 24/7. Call (812) 988-0248.", keywords: "plumber Nashville IN, plumbing services Nashville Indiana, emergency plumber, water heater repair, drain cleaning, local plumber", metadataBase: new URL("https://dunhamplumbing.com"),
|
||||
alternates: {
|
||||
canonical: "https://dunhamplumbing.com"},
|
||||
openGraph: {
|
||||
title: "Dunham Plumbing Co. | Trusted Local Plumber", description: "Professional plumbing services in Nashville, IN. 4.7★ rated. Fast response times, fair pricing, licensed & insured.", url: "https://dunhamplumbing.com", siteName: "Dunham Plumbing Co.", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg", alt: "Dunham Plumbing Co. Professional Service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Dunham Plumbing Co. | Local Nashville Plumber", description: "Fast, reliable plumbing services. 4.7★ rated with 40+ reviews. Call (812) 988-0248.", images: ["http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Dunham Plumbing Co. | Trusted Local Plumber in Nashville, IN", description: "Fast, reliable plumbing services in Nashville, IN. 4.7★ rated with 40+ reviews. 24/7 emergency service available."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1424,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -187,20 +187,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Very professional, punctual, and great value. They fixed our water heater issue quickly and explained everything clearly. Highly recommend Dunham Plumbing for anyone in Nashville."
|
||||
rating={5}
|
||||
author="Sarah Johnson, Nashville IN"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1931.jpg", alt: "Sarah Johnson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", alt: "Michael Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", alt: "Emily Davis" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171438.jpg", alt: "James Wilson" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div className="py-12 md:py-16 lg:py-20 text-center">
|
||||
<h2 className="text-xl md:text-2xl lg:text-3xl font-semibold mb-8 md:mb-12">40+ Satisfied Customers in Nashville Trust Dunham Plumbing</h2>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Very professional, punctual, and great value. They fixed our water heater issue quickly and explained everything clearly. Highly recommend Dunham Plumbing for anyone in Nashville."
|
||||
rating={5}
|
||||
author="Sarah Johnson, Nashville IN"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1931.jpg", alt: "Sarah Johnson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", alt: "Michael Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", alt: "Emily Davis" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171438.jpg", alt: "James Wilson" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user