Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-21 19:54:07 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
@@ -44,7 +44,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroBillboard
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!"
background={{ variant: "gradient-bars" }}
@@ -54,23 +54,8 @@ export default function LandingPage() {
{ text: "View Our Services", href: "#services" },
{ text: "Get a Free Quote", href: "#contact" }
]}
mediaItems={[
{
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"
}
]}
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"
mediaAnimation="slide-up"
/>
</div>
@@ -176,7 +161,7 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Our Commitment to Quality & Community"
title="Our Commitment to Quality & Community""
description="Proudly serving Nashville with integrity, efficiency, and a focus on long-lasting results."
tag="Our Achievements"
tagIcon={Award}