8 Commits

Author SHA1 Message Date
e846e92bfb Merge version_3 into main
Merge version_3 into main
2026-03-21 19:59:45 +00:00
32a6eba8e8 Update src/app/page.tsx 2026-03-21 19:59:42 +00:00
30c49a63eb Merge version_3 into main
Merge version_3 into main
2026-03-21 19:54:41 +00:00
9ef4b357a7 Update src/app/page.tsx 2026-03-21 19:54:35 +00:00
69b775f6be Merge version_3 into main
Merge version_3 into main
2026-03-21 19:54:07 +00:00
f9924187d4 Update src/app/page.tsx 2026-03-21 19:54:01 +00:00
7bb15064a6 Merge version_2 into main
Merge version_2 into main
2026-03-21 19:52:19 +00:00
a1dfafc0d2 Merge version_2 into main
Merge version_2 into main
2026-03-21 19:51:56 +00:00

View File

@@ -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>