Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 272b178c54 | |||
| b66db14ad9 | |||
| 82e6a63e2a | |||
| d1f4271e8c | |||
| e0653da2e5 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
@@ -43,12 +43,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
<HeroOverlay
|
||||
title="Transform Your Home's Exterior"
|
||||
description="Premier Exterior delivers exceptional craftsmanship and professional service for all your exterior renovation needs. From roofing to siding, we bring your vision to life."
|
||||
tag="Professional Quality"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get Your Free Quote", href: "contact" },
|
||||
{ text: "View Our Work", href: "services" }
|
||||
|
||||
Reference in New Issue
Block a user