Update src/app/page.tsx
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -76,6 +77,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-billboard" data-section="hero-billboard">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Pro Shield Roofing — Houston's Premier Roofing Specialists"
|
||||
description="Trust the roofing experts who handle your insurance claims, provide 24/7 emergency service, and back every job with a 6-year warranty."
|
||||
buttons={[
|
||||
{ text: "Get Your Free Inspection Today", href: "#contact" },
|
||||
{ text: "Emergency Service: (281) 948-7296", href: "tel:(281)948-7296" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=1"
|
||||
imageAlt="Pro Shield Roofing Team at Work"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trust-signals" data-section="trust-signals">
|
||||
<MetricCardSeven
|
||||
title="Why Houston Homeowners Trust Pro Shield"
|
||||
|
||||
Reference in New Issue
Block a user