Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cc5896dbf | |||
| 0c414e6e19 |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { Phone, Mail } from "lucide-react";
|
import { Phone, Mail, Award } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||||
@@ -47,7 +47,7 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero" className="bg-black">
|
<div id="hero" data-section="hero" className="bg-black">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
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. <span class='font-bold text-red-500'>16+ years</span> of professional expertise serving Centre, Alabama. <span class='font-bold text-red-500'>A+ BBB Accredited</span> for quality and reliability."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call (256) 927-8844", href: "tel:+12569278844" },
|
{ text: "Call (256) 927-8844", href: "tel:+12569278844" },
|
||||||
{ text: "Request a Quote", href: "/quote" },
|
{ text: "Request a Quote", href: "/quote" },
|
||||||
@@ -61,7 +61,7 @@ export default function HomePage() {
|
|||||||
className="bg-black"
|
className="bg-black"
|
||||||
containerClassName="text-white"
|
containerClassName="text-white"
|
||||||
logoClassName="text-red-600"
|
logoClassName="text-red-600"
|
||||||
descriptionClassName="text-white text-lg md:text-2xl"
|
descriptionClassName="text-white text-lg md:text-2xl leading-relaxed"
|
||||||
buttonClassName="bg-red-600 text-white hover:bg-red-700"
|
buttonClassName="bg-red-600 text-white hover:bg-red-700"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user