diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ee5f8..8b7c256 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Star, MapPin, Mail, Phone, Wrench, ShieldCheck, Zap } from "lucide-react"; +import { Star, MapPin, Phone, ShieldCheck } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; @@ -35,8 +35,7 @@ export default function LandingPage() { { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - button={{ - text: "Call Now", href: "tel:5550123456"}} + button={{ text: "Call Now", href: "tel:5550123456" }} brandName="AllPro" /> @@ -46,6 +45,7 @@ export default function LandingPage() { title="Santa Rosa’s Trusted Roofing Experts" description="Precision craftsmanship, premium materials, and results that last decades. We provide peace of mind for your biggest investment." tag="Licensed & Insured" + background={{ variant: "plain" }} rating={5} ratingText="Rated 5/5 by 500+ local homeowners" mediaItems={[ @@ -60,6 +60,8 @@ export default function LandingPage() {