Merge version_77 into main #118

Merged
bender merged 1 commits from version_77 into main 2026-05-12 15:31:41 +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 FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -61,19 +61,19 @@ export default function LandingPage() {
</div>
<div id="about-home" data-section="about-home">
<FeatureCardTwentyThree
<FeatureCardEight
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
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: "Licensed & Insured", tags: ["Reliability", "Safety"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=1" },
{ id: "2", title: "A+ BBB Rating", tags: ["Excellence", "Trust"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=2" },
{ id: "3", title: "Financing Available", tags: ["Convenience"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=3" },
{ id: "4", title: "Fast Free Inspections", tags: ["Service", "Responsive"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=4" },
{ id: "5", title: "Local to NE Alabama", tags: ["Community"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=5" },
{ id: "6", title: "Industry Warranties", tags: ["Protection"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg?_wi=6" }
{ title: "Licensed & Insured", description: "Fully licensed and insured for your complete peace of mind." },
{ title: "A+ BBB Rating", description: "Recognized for excellence and integrity in our business practices." },
{ title: "Financing Available", description: "Flexible payment options to suit your budget." },
{ title: "Fast Free Inspections", description: "Quick, responsive assessments by local professionals." },
{ title: "Local to NE Alabama", description: "Rooted in the community with deep local knowledge." },
{ title: "Industry Warranties", description: "Robust protection for every installation and repair." }
]}
/>
</div>
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}