Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32a6eba8e8 | |||
| 9ef4b357a7 | |||
| f9924187d4 | |||
| 7bb15064a6 | |||
| a1dfafc0d2 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboard
|
||||||
title="Nashville Roofing Services: Your Trusted Local Roofing Experts"
|
title="Nashville Roofing Services: Your Trusted Local Roofing Experts"
|
||||||
description="Protecting homes and businesses across Nashville with superior roofing solutions, exceptional craftsmanship, and reliable service. Get a free quote today!"
|
description="Protecting homes and businesses across Nashville with superior roofing solutions, exceptional craftsmanship, and reliable service. Get a free quote today!"
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
@@ -54,23 +54,8 @@ export default function LandingPage() {
|
|||||||
{ text: "View Our Services", href: "#services" },
|
{ text: "View Our Services", href: "#services" },
|
||||||
{ text: "Get a Free Quote", href: "#contact" }
|
{ text: "Get a Free Quote", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
imageSrc="https://pixabay.com/get/ga97a0de190230e7a558d716c983e77ba3584249ec9086599cf52e2f0669ff90171be23ad33d4229a48b8bf732e481057163b5bd66af39fdd26094438d402e171_1280.jpg?id=6577149"
|
||||||
{
|
imageAlt="Roofing contractor examining a roof"
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/roofing-contractor-with-tool-belt-examining-roof_23-2149495796.jpg?_wi=1", imageAlt: "Roofing contractor examining a roof"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/workers-building-house-roof_1303-24157.jpg", imageAlt: "Workers building a house roof"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/modern-roof_23-2147743126.jpg", imageAlt: "Modern roof design"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/new-roof-installation_23-2148908323.jpg?_wi=1", imageAlt: "New roof installation"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/roofing-shingles-close-up_23-2149495801.jpg", imageAlt: "Close-up of roofing shingles"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user