diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 79b3dc3..bd8ebc7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,47 +7,32 @@ 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 lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "Terrapin Creek Septic Service - Professional Septic & Sewer in Centre, AL", - description: "Expert septic tank pumping, sewer camera inspection, and repair services in Centre, Alabama. A+ BBB accredited. 16+ years of reliable service. Call (256) 927-8844.", - keywords: "septic service Centre Alabama, septic tank pumping Cherokee County, sewer jetting Centre AL, septic repair, septic installation, plumbing services", - robots: { + title: "Terrapin Creek Septic Service - Professional Septic & Sewer in Centre, AL", description: "Expert septic tank pumping, sewer camera inspection, and repair services in Centre, Alabama. A+ BBB accredited. 16+ years of reliable service. Call (256) 927-8844.", keywords: "septic service Centre Alabama, septic tank pumping Cherokee County, sewer jetting Centre AL, septic repair, septic installation, plumbing services", robots: { index: true, follow: true, }, openGraph: { - title: "Terrapin Creek Septic Service - Centre, Alabama", - description: "Professional septic and sewer services. A+ BBB accredited. Available 24/7.", - siteName: "Terrapin Creek Septic Service LLC", - type: "website", - images: [ + title: "Terrapin Creek Septic Service - Centre, Alabama", description: "Professional septic and sewer services. A+ BBB accredited. Available 24/7.", siteName: "Terrapin Creek Septic Service LLC", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg", - alt: "Terrapin Creek Septic Service", - }, + url: "http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg", alt: "Terrapin Creek Septic Service"}, ], }, twitter: { - card: "summary_large_image", - title: "Terrapin Creek Septic Service", - description: "Professional septic and sewer services in Centre, Alabama", - images: ["http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg"], + card: "summary_large_image", title: "Terrapin Creek Septic Service", description: "Professional septic and sewer services in Centre, Alabama", images: ["http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg"], }, }; @@ -1435,4 +1420,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 02363bf..eeccf12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,9 +20,7 @@ export default function HomePage() { ]; const navButton = { - text: "(256) 927-8844", - href: "tel:+12569278844", - }; + text: "(256) 927-8844", href: "tel:+12569278844"}; return ( ); -} \ No newline at end of file +}