Merge version_75 into main #114

Merged
bender merged 1 commits from version_75 into main 2026-05-12 15:25:39 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -61,13 +61,17 @@ export default function LandingPage() {
</div>
<div id="about-home" data-section="about-home">
<MediaAbout
useInvertedBackground={false}
title="Trusted Roofing Expert for Northern Alabama"
description="Proudly serving Etowah and Calhoun counties. We ensure your residential and commercial properties remain secure and sophisticated for years to come."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudJbpk/uploaded-1777394368506-b98fzk11.jpg"
imageAlt="Professional roof inspection team"
/>
<FeatureCardTwentyThree
animationType="blur-reveal"
textboxLayout="split"
title="Why Choose Arch Roofing Systems"
description="We are dedicated to providing the highest quality roofing solutions in Northern Alabama, combining years of expertise with a commitment to customer satisfaction."
features={[
{ id: "1", title: "Expert Craftsmanship", tags: ["Quality", "Reliability"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudJbpk/uploaded-1777394368506-b98fzk11.jpg" },
{ id: "2", title: "Local Roots", tags: ["Gadsden", "Community"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudJbpk/uploaded-1777394368506-b98fzk11.jpg" },
{ id: "3", title: "Full Service", tags: ["Insurance", "Repair"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudJbpk/uploaded-1777394368506-b98fzk11.jpg" }
]}
/>
</div>
<div id="services-list" data-section="services-list">
@@ -150,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}