Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5d4199250 | |||
| 9f3f11c380 | |||
| f1aa3bf77b | |||
| 60dc1ba031 | |||
| 0a21084ed8 |
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -42,14 +42,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="NICOLA LANCI"
|
||||
<HeroBillboardScroll
|
||||
title="NICOLA LANCI"
|
||||
description="Design that drives strategy and results. Creative direction, brand identity, and digital design for ambitious companies."
|
||||
buttons={[
|
||||
{
|
||||
text: "View My Work", href: "#work"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cups-with-plastic-lids-coffee-go-use-recycled-materials-zero-waste-minimalist-takeaway-coffee-idea-black_166373-2302.jpg"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,7 +150,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "How do we start?", content: "Book a discovery call to discuss your needs." },
|
||||
{ id: "q1", title: "How do we start?", content: "Book a discovery call directly at [hello@nicolalanci.com](mailto:hello@nicolalanci.com) or click the Contact button below to find a time." },
|
||||
{ id: "q2", title: "What is the process?", content: "Discovery, concept, development, and delivery." },
|
||||
{ id: "q3", title: "Do you work freelance?", content: "Yes, available for freelance and contract." },
|
||||
]}
|
||||
@@ -184,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user