Merge version_1 into main #1
333
src/app/page.tsx
333
src/app/page.tsx
@@ -31,71 +31,33 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Demos",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Demos", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Nicola Lanci"
|
||||
button={{ text: "Contact Me", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="La voce che ti ricordano"
|
||||
description="Professional voiceover, dubbing, and commercial speaker for brands, TV, and digital. Full studio in Lanciano with guaranteed fast delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ascolta la demo",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ascolta la demo", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/influencer-showing-music-playing-device-recording-with-smartphone_482257-124157.jpg",
|
||||
imageAlt: "professional recording studio microphone",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-female-student-using-sound-mixer_107420-64816.jpg",
|
||||
imageAlt: "audio interface professional gear",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-duet-singers-with-microphone-recording-song-record-music-studio_627829-3788.jpg",
|
||||
imageAlt: "recording studio soundproofing",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sound-mixer-studio_107420-64845.jpg",
|
||||
imageAlt: "modern studio desktop setup",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-hourglass-gray-time-war-death_179666-42731.jpg",
|
||||
imageAlt: "blurry studio background recording",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sound-engineer-recording-audio-editing-with-mixing-console_482257-122296.jpg",
|
||||
imageAlt: "voice actor silhouette microphone",
|
||||
},
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/influencer-showing-music-playing-device-recording-with-smartphone_482257-124157.jpg", imageAlt: "professional recording studio microphone" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/hand-female-student-using-sound-mixer_107420-64816.jpg", imageAlt: "audio interface professional gear" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-duet-singers-with-microphone-recording-song-record-music-studio_627829-3788.jpg", imageAlt: "recording studio soundproofing" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/sound-mixer-studio_107420-64845.jpg", imageAlt: "modern studio desktop setup" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/black-hourglass-gray-time-war-death_179666-42731.jpg", imageAlt: "blurry studio background recording" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sound-engineer-recording-audio-editing-with-mixing-console_482257-122296.jpg", imageAlt: "voice actor silhouette microphone" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,18 +69,9 @@ export default function LandingPage() {
|
||||
title="Voice with Authority"
|
||||
description="With a wealth of experience across dubbing, commercials, and audio production, I bring authentic Italian vocal talent to global brands."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Versatile Range",
|
||||
description: "Character, narrator, and brand-voice versatility.",
|
||||
},
|
||||
{
|
||||
title: "Fast Turnaround",
|
||||
description: "24-hour delivery on most projects.",
|
||||
},
|
||||
{
|
||||
title: "Pro Gear",
|
||||
description: "Industry-standard mastering and production.",
|
||||
},
|
||||
{ title: "Versatile Range", description: "Character, narrator, and brand-voice versatility." },
|
||||
{ title: "Fast Turnaround", description: "24-hour delivery on most projects." },
|
||||
{ title: "Pro Gear", description: "Industry-standard mastering and production." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-asian-singer-with-microphone-recording-song-record-music-studio_627829-3722.jpg"
|
||||
/>
|
||||
@@ -131,21 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Delays",
|
||||
"Poor mastering",
|
||||
"Unresponsive communication",
|
||||
"Inconsistent tones",
|
||||
"Low-quality recording",
|
||||
],
|
||||
"Delays", "Poor mastering", "Unresponsive communication", "Inconsistent tones", "Low-quality recording"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Crystal-clear audio",
|
||||
"Fast delivery",
|
||||
"Professional collaboration",
|
||||
"Custom mastering",
|
||||
"Direct communication",
|
||||
],
|
||||
"Crystal-clear audio", "Fast delivery", "Professional collaboration", "Custom mastering", "Direct communication"],
|
||||
}}
|
||||
title="My Service Promise"
|
||||
description="Quality, speed, and precision for every production phase."
|
||||
@@ -159,42 +102,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Commercials",
|
||||
price: "View Demo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-modern-background-with-flowing-particles_1048-12778.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Dubbing",
|
||||
price: "View Demo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entertainment-vintage-vector-graphic-concept_53876-21348.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Audiobooks",
|
||||
price: "View Demo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-working-woman-celebration-labour-day_23-2151296014.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Documentaries",
|
||||
price: "View Demo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-still-life_23-2148119619.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Video Games",
|
||||
price: "View Demo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920646.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "E-Learning",
|
||||
price: "View Demo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211265.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Commercials", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-modern-background-with-flowing-particles_1048-12778.jpg" },
|
||||
{ id: "p2", name: "Dubbing", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/entertainment-vintage-vector-graphic-concept_53876-21348.jpg" },
|
||||
{ id: "p3", name: "Audiobooks", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-working-woman-celebration-labour-day_23-2151296014.jpg" },
|
||||
{ id: "p4", name: "Documentaries", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/yoga-still-life_23-2148119619.jpg" },
|
||||
{ id: "p5", name: "Video Games", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920646.jpg" },
|
||||
{ id: "p6", name: "E-Learning", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211265.jpg" },
|
||||
]}
|
||||
title="Audio Demos"
|
||||
description="Browse my vocal range across various categories."
|
||||
@@ -207,86 +120,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "pr1",
|
||||
name: "Commercial",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Script Analysis",
|
||||
"Recording",
|
||||
"Mastering",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pr2",
|
||||
name: "Dubbing",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Syncing",
|
||||
"Vocal Direction",
|
||||
"Editing",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pr3",
|
||||
name: "Audiobook",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Narration",
|
||||
"Pro Editing",
|
||||
"Mastering",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pr4",
|
||||
name: "E-Learning",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Pacing Control",
|
||||
"Clear Diction",
|
||||
"Post-processing",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pr5",
|
||||
name: "Corporate",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Brand Compliance",
|
||||
"Formal Tone",
|
||||
"Fast Edits",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "pr1", name: "Commercial", price: "Custom", features: ["Script Analysis", "Recording", "Mastering"], buttons: [{ text: "Inquire", href: "#contact" }] },
|
||||
{ id: "pr2", name: "Dubbing", price: "Custom", features: ["Syncing", "Vocal Direction", "Editing"], buttons: [{ text: "Inquire", href: "#contact" }] },
|
||||
{ id: "pr3", name: "Audiobook", price: "Custom", features: ["Narration", "Pro Editing", "Mastering"], buttons: [{ text: "Inquire", href: "#contact" }] },
|
||||
{ id: "pr4", name: "E-Learning", price: "Custom", features: ["Pacing Control", "Clear Diction", "Post-processing"], buttons: [{ text: "Inquire", href: "#contact" }] },
|
||||
{ id: "pr5", name: "Corporate", price: "Custom", features: ["Brand Compliance", "Formal Tone", "Fast Edits"], buttons: [{ text: "Inquire", href: "#contact" }] },
|
||||
]}
|
||||
title="Services & Workflow"
|
||||
description="Transparent processes for every project type."
|
||||
@@ -298,46 +136,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exceptional",
|
||||
quote: "Nicola delivers top-tier quality every time.",
|
||||
name: "Marco Rossi",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms_1212-697.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Highly Recommend",
|
||||
quote: "His range is truly impressive for our campaigns.",
|
||||
name: "Sofia Bianchi",
|
||||
role: "Producer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Fast & Pro",
|
||||
quote: "The turnaround was faster than promised.",
|
||||
name: "Luca Verdi",
|
||||
role: "Account Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Authentic Talent",
|
||||
quote: "Best Italian voice talent we've worked with.",
|
||||
name: "Elena Russo",
|
||||
role: "Content Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Technical Excellence",
|
||||
quote: "Perfect technical quality and clear voice.",
|
||||
name: "Giulia Neri",
|
||||
role: "Radio Station Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveler-photographer-studio-portrait-handsome-bearded_613910-12325.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Exceptional", quote: "Nicola delivers top-tier quality every time.", name: "Marco Rossi", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms_1212-697.jpg" },
|
||||
{ id: "t2", title: "Highly Recommend", quote: "His range is truly impressive for our campaigns.", name: "Sofia Bianchi", role: "Producer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg" },
|
||||
{ id: "t3", title: "Fast & Pro", quote: "The turnaround was faster than promised.", name: "Luca Verdi", role: "Account Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
|
||||
{ id: "t4", title: "Authentic Talent", quote: "Best Italian voice talent we've worked with.", name: "Elena Russo", role: "Content Lead", imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg" },
|
||||
{ id: "t5", title: "Technical Excellence", quote: "Perfect technical quality and clear voice.", name: "Giulia Neri", role: "Radio Station Director", imageSrc: "http://img.b2bpic.net/free-photo/traveler-photographer-studio-portrait-handsome-bearded_613910-12325.jpg" },
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="Trusted by brands, agencies, and producers."
|
||||
@@ -349,31 +152,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Turnaround time?",
|
||||
content: "Most projects are completed within 24 hours.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I request a live session?",
|
||||
content: "Yes, I offer remote directed sessions.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer editing?",
|
||||
content: "All my recordings include professional editing and mastering.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What formats do you provide?",
|
||||
content: "I provide high-quality WAV and MP3 files as standard.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Do you offer revisions?",
|
||||
content: "One round of minor revisions is included in all quotes.",
|
||||
},
|
||||
{ id: "f1", title: "Turnaround time?", content: "Most projects are completed within 24 hours." },
|
||||
{ id: "f2", title: "Can I request a live session?", content: "Yes, I offer remote directed sessions." },
|
||||
{ id: "f3", title: "Do you offer editing?", content: "All my recordings include professional editing and mastering." },
|
||||
{ id: "f4", title: "What formats do you provide?", content: "I provide high-quality WAV and MP3 files as standard." },
|
||||
{ id: "f5", title: "Do you offer revisions?", content: "One round of minor revisions is included in all quotes." },
|
||||
]}
|
||||
title="Common Queries"
|
||||
description="Need more info on the process?"
|
||||
@@ -385,16 +168,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
tag="Ready to Start?"
|
||||
title="Let's Record Your Project"
|
||||
description="Get a quote and 24-hour response guarantee for your audio project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Brief",
|
||||
href: "#",
|
||||
},
|
||||
text: "Send Brief", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -405,33 +185,16 @@ export default function LandingPage() {
|
||||
logoText="Nicola Lanci"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Demos",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigate", items: [
|
||||
{ label: "Demos", href: "#products" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user