Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbb279ea13 | |||
| e3bdd134b3 | |||
| 93ae4bc145 | |||
| ae96c443b4 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
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 HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
|||||||
text: "Contact Us", href: "#contact"},
|
text: "Contact Us", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797694.jpg"
|
imageSrc="https://img.b2bpic.net/premium-photo/multicultural-team-is-working-start-up-project-boardroom-they-are-brainstorming_232070-13901.jpg?id=37090890"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -209,20 +209,26 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterLogoEmphasis
|
||||||
logoText="We Mean Business, London"
|
logoText="We Mean Business, London"
|
||||||
copyrightText="© 2025 We Mean Business London. All Rights Reserved."
|
columns={[
|
||||||
socialLinks={[
|
|
||||||
{
|
{
|
||||||
icon: Twitter,
|
items: [
|
||||||
href: "#", ariaLabel: "Twitter"},
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Services", href: "#features" },
|
||||||
|
{ label: "Contact", href: "#contact" }
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Linkedin,
|
items: [
|
||||||
href: "#", ariaLabel: "LinkedIn"},
|
{ label: "Twitter", href: "#" },
|
||||||
|
{ label: "LinkedIn", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user