|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
|
|
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
|
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
@@ -161,25 +161,26 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCTA
|
|
|
|
<ContactCenter
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
|
|
|
tag="Get in touch"
|
|
|
|
tag="Get in touch"
|
|
|
|
title="Ready to transform your brand?"
|
|
|
|
title="Ready to transform your brand?"
|
|
|
|
description="Let's connect and discuss your upcoming project."
|
|
|
|
description="Let's connect and discuss your upcoming project."
|
|
|
|
buttons={[{ text: "Contact Me", href: "mailto:hello@nicolalanci.com" }]}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
|
|
|
buttonText="Contact Me"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterMedia
|
|
|
|
<FooterSimple
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/acrylic-painting-background-vulcan-wallpaper-image_53876-104019.jpg"
|
|
|
|
|
|
|
|
logoText="NICOLA LANCI"
|
|
|
|
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{ title: "Explore", items: [{ label: "Work", href: "#work" }, { label: "Services", href: "#services" }] },
|
|
|
|
{ title: "Explore", items: [{ label: "Work", href: "#work" }, { label: "Services", href: "#services" }] },
|
|
|
|
{ title: "Connect", items: [{ label: "LinkedIn", href: "#" }, { label: "Instagram", href: "#" }] },
|
|
|
|
{ title: "Connect", items: [{ label: "LinkedIn", href: "#" }, { label: "Instagram", href: "#" }] },
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
|
|
|
|
bottomLeftText="© 2025 | Nicola Lanci"
|
|
|
|
|
|
|
|
bottomRightText="Creative Direction"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
|