Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-24 09:11:54 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -209,20 +209,26 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterLogoEmphasis
logoText="We Mean Business, London"
copyrightText="© 2025 We Mean Business London. All Rights Reserved."
socialLinks={[
columns={[
{
icon: Twitter,
href: "#", ariaLabel: "Twitter"},
items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#features" },
{ label: "Contact", href: "#contact" }
]
},
{
icon: Linkedin,
href: "#", ariaLabel: "LinkedIn"},
items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" }
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}