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 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 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 MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -42,14 +42,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroBillboardScroll
|
||||||
logoText="NICOLA LANCI"
|
title="NICOLA LANCI"
|
||||||
description="Design that drives strategy and results. Creative direction, brand identity, and digital design for ambitious companies."
|
description="Design that drives strategy and results. Creative direction, brand identity, and digital design for ambitious companies."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View My Work", href: "#work"},
|
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"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -149,7 +150,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
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: "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." },
|
{ id: "q3", title: "Do you work freelance?", content: "Yes, available for freelance and contract." },
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user