Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-09 03:47:23 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -195,30 +195,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company", items: [
{
label: "About", href: "#about"},
{
label: "Projects", href: "#services"},
],
},
{
title: "Support", items: [
{
label: "FAQs", href: "#faq"},
{
label: "Contact", href: "#contact"},
],
},
]}
bottomLeftText="© 2024 Apex Roofing Co."
bottomRightText="All rights reserved."
<FooterLogoReveal
logoText="Apex Roofing Co."
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}