Merge version_3 into main #2
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
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 NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero" className="bg-black">
|
||||
<HeroLogoBillboard
|
||||
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={[
|
||||
{ text: "Call (256) 927-8844", href: "tel:+12569278844" },
|
||||
{ text: "Request a Quote", href: "/quote" },
|
||||
@@ -61,7 +61,7 @@ export default function HomePage() {
|
||||
className="bg-black"
|
||||
containerClassName="text-white"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user