Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9998ff0c0 | |||
| 8bb9787e66 |
@@ -7,47 +7,32 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const lato = Lato({
|
const lato = Lato({
|
||||||
variable: "--font-lato",
|
variable: "--font-lato", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "300", "400", "700", "900"],
|
weight: ["100", "300", "400", "700", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Terrapin Creek Septic Service - Professional Septic & Sewer in Centre, AL",
|
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: {
|
||||||
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,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Terrapin Creek Septic Service - Centre, Alabama",
|
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: [
|
||||||
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",
|
url: "http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg", alt: "Terrapin Creek Septic Service"},
|
||||||
alt: "Terrapin Creek Septic Service",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -20,9 +20,7 @@ export default function HomePage() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const navButton = {
|
const navButton = {
|
||||||
text: "(256) 927-8844",
|
text: "(256) 927-8844", href: "tel:+12569278844"};
|
||||||
href: "tel:+12569278844",
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
@@ -51,8 +49,8 @@ export default function HomePage() {
|
|||||||
logoText="Terrapin Creek Septic Service"
|
logoText="Terrapin Creek Septic Service"
|
||||||
description="Reliable Septic and Sewer Services You Can Trust. 16+ years of professional expertise serving Centre, Alabama."
|
description="Reliable Septic and Sewer Services You Can Trust. 16+ years of professional expertise serving Centre, Alabama."
|
||||||
buttons={[
|
buttons={[
|
||||||
|
{ text: "Call (256) 927-8844", href: "tel:+12569278844" },
|
||||||
{ text: "Request a Quote", href: "/quote" },
|
{ text: "Request a Quote", href: "/quote" },
|
||||||
{ text: "Pay Your Invoice", href: "/pay" },
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -75,69 +73,33 @@ export default function HomePage() {
|
|||||||
tag="Services"
|
tag="Services"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "pumping",
|
id: "pumping", label: "Pumping", title: "Septic Tank Pumping & Maintenance", items: [
|
||||||
label: "Pumping",
|
"Regular maintenance pumping", "Emergency pumping services", "System health inspections"],
|
||||||
title: "Septic Tank Pumping & Maintenance",
|
|
||||||
items: [
|
|
||||||
"Regular maintenance pumping",
|
|
||||||
"Emergency pumping services",
|
|
||||||
"System health inspections",
|
|
||||||
],
|
|
||||||
buttons: [{ text: "Learn More", href: "/services" }],
|
buttons: [{ text: "Learn More", href: "/services" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "inspection",
|
id: "inspection", label: "Inspection", title: "Sewer Camera Inspection", items: [
|
||||||
label: "Inspection",
|
"High-resolution camera diagnostics", "Detailed video reports", "Non-invasive assessment"],
|
||||||
title: "Sewer Camera Inspection",
|
|
||||||
items: [
|
|
||||||
"High-resolution camera diagnostics",
|
|
||||||
"Detailed video reports",
|
|
||||||
"Non-invasive assessment",
|
|
||||||
],
|
|
||||||
buttons: [{ text: "Learn More", href: "/services" }],
|
buttons: [{ text: "Learn More", href: "/services" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "jetting",
|
id: "jetting", label: "Jetting", title: "Sewer Jetting & Cleaning", items: [
|
||||||
label: "Jetting",
|
"Professional-grade equipment", "Clogs and blockages removed", "Preventive maintenance"],
|
||||||
title: "Sewer Jetting & Cleaning",
|
|
||||||
items: [
|
|
||||||
"Professional-grade equipment",
|
|
||||||
"Clogs and blockages removed",
|
|
||||||
"Preventive maintenance",
|
|
||||||
],
|
|
||||||
buttons: [{ text: "Learn More", href: "/services" }],
|
buttons: [{ text: "Learn More", href: "/services" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "installation",
|
id: "installation", label: "Installation", title: "Pump & System Installation", items: [
|
||||||
label: "Installation",
|
"State-of-the-art equipment", "Professional installation", "System optimization"],
|
||||||
title: "Pump & System Installation",
|
|
||||||
items: [
|
|
||||||
"State-of-the-art equipment",
|
|
||||||
"Professional installation",
|
|
||||||
"System optimization",
|
|
||||||
],
|
|
||||||
buttons: [{ text: "Learn More", href: "/services" }],
|
buttons: [{ text: "Learn More", href: "/services" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "repair",
|
id: "repair", label: "Repair", title: "Septic System Repair", items: [
|
||||||
label: "Repair",
|
"Emergency repairs available", "Expert diagnostics", "Reliable solutions"],
|
||||||
title: "Septic System Repair",
|
|
||||||
items: [
|
|
||||||
"Emergency repairs available",
|
|
||||||
"Expert diagnostics",
|
|
||||||
"Reliable solutions",
|
|
||||||
],
|
|
||||||
buttons: [{ text: "Learn More", href: "/services" }],
|
buttons: [{ text: "Learn More", href: "/services" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "new-system",
|
id: "new-system", label: "Systems", title: "Septic System Installation", items: [
|
||||||
label: "Systems",
|
"Complete system design", "Professional installation", "Regulatory compliance"],
|
||||||
title: "Septic System Installation",
|
|
||||||
items: [
|
|
||||||
"Complete system design",
|
|
||||||
"Professional installation",
|
|
||||||
"Regulatory compliance",
|
|
||||||
],
|
|
||||||
buttons: [{ text: "Learn More", href: "/services" }],
|
buttons: [{ text: "Learn More", href: "/services" }],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -181,8 +143,8 @@ export default function HomePage() {
|
|||||||
title="Ready for Professional Septic Service?"
|
title="Ready for Professional Septic Service?"
|
||||||
description="Call us today or request a free quote. Terrapin Creek Septic Service is here to help with all your septic and sewer needs in Centre, Alabama."
|
description="Call us today or request a free quote. Terrapin Creek Septic Service is here to help with all your septic and sewer needs in Centre, Alabama."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call (256) 927-8844", href: "tel:+12569278844" },
|
|
||||||
{ text: "Request a Quote", href: "/quote" },
|
{ text: "Request a Quote", href: "/quote" },
|
||||||
|
{ text: "Call (256) 927-8844", href: "tel:+12569278844" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user