Merge version_1 into main #2
246
src/app/page.tsx
246
src/app/page.tsx
@@ -28,129 +28,46 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Creativ"
|
||||
button={{ text: "Inizia ora", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Porta la tua idea nel futuro"
|
||||
description="Trasformiamo visioni in realtà digitali con design moderno e performance senza compromessi."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice Rossi",
|
||||
handle: "@alicerossi",
|
||||
testimonial: "Risultati eccezionali in tempi record. Estremamente soddisfatto!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Marco Bianchi",
|
||||
handle: "@marcob",
|
||||
testimonial: "Un approccio creativo unico che ha dato una svolta al nostro brand.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Giulia Verdi",
|
||||
handle: "@giuliav",
|
||||
testimonial: "Precisione, professionalità e un occhio attento ai dettagli.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Luca Neri",
|
||||
handle: "@lucaneri",
|
||||
testimonial: "Collaborazione fluida e design che cattura subito l'attenzione.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sara Gallo",
|
||||
handle: "@sarag",
|
||||
testimonial: "Il miglior partner digitale che abbiamo mai avuto.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Inizia ora",
|
||||
href: "#contact",
|
||||
},
|
||||
{ name: "Alice Rossi", handle: "@alicerossi", testimonial: "Risultati eccezionali in tempi record. Estremamente soddisfatto!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg" },
|
||||
{ name: "Marco Bianchi", handle: "@marcob", testimonial: "Un approccio creativo unico che ha dato una svolta al nostro brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg" },
|
||||
{ name: "Giulia Verdi", handle: "@giuliav", testimonial: "Precisione, professionalità e un occhio attento ai dettagli.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" },
|
||||
{ name: "Luca Neri", handle: "@lucaneri", testimonial: "Collaborazione fluida e design che cattura subito l'attenzione.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg" },
|
||||
{ name: "Sara Gallo", handle: "@sarag", testimonial: "Il miglior partner digitale che abbiamo mai avuto.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Inizia ora", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalistic-workplace-with-gadgets_23-2147833193.jpg"
|
||||
imageAlt="Hero visual"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg",
|
||||
alt: "Alice Rossi",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg",
|
||||
alt: "Marco Bianchi",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Giulia Verdi",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg",
|
||||
alt: "Luca Neri",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
||||
alt: "Sara Gallo",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", alt: "Alice Rossi" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", alt: "Marco Bianchi" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Giulia Verdi" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg", alt: "Luca Neri" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "Sara Gallo" }
|
||||
]}
|
||||
avatarText="Più di 500+ clienti soddisfatti"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg",
|
||||
alt: "InnovateTech",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/online-store-24-hours-customer-service-diagram-how-e-commerce-website-works-vector-illustration_1284-1937.jpg",
|
||||
alt: "CreativePulse",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/set-minimal-corporate-logotype-template-line-style_1017-53163.jpg",
|
||||
alt: "DigitalSolutions",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-clicking-virtual-button_651396-889.jpg",
|
||||
alt: "FutureBrand",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=olqu8b",
|
||||
alt: "SmartGrowth",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", alt: "InnovateTech" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/online-store-24-hours-customer-service-diagram-how-e-commerce-website-works-vector-illustration_1284-1937.jpg", alt: "CreativePulse" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/set-minimal-corporate-logotype-template-line-style_1017-53163.jpg", alt: "DigitalSolutions" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-businessman-clicking-virtual-button_651396-889.jpg", alt: "FutureBrand" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=olqu8b", alt: "SmartGrowth" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,27 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Design Creativo",
|
||||
subtitle: "Estetica moderna che parla al tuo pubblico.",
|
||||
category: "Creatività",
|
||||
value: "1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Performance Web",
|
||||
subtitle: "Velocità estrema su ogni dispositivo.",
|
||||
category: "Tecnologia",
|
||||
value: "2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Strategia Digitale",
|
||||
subtitle: "Approccio basato sui dati per la crescita.",
|
||||
category: "Strategia",
|
||||
value: "3",
|
||||
},
|
||||
{ id: "f1", title: "Design Creativo", subtitle: "Estetica moderna che parla al tuo pubblico.", category: "Creatività", value: "1" },
|
||||
{ id: "f2", title: "Performance Web", subtitle: "Velocità estrema su ogni dispositivo.", category: "Tecnologia", value: "2" },
|
||||
{ id: "f3", title: "Strategia Digitale", subtitle: "Approccio basato sui dati per la crescita.", category: "Strategia", value: "3" }
|
||||
]}
|
||||
title="Perché sceglierci"
|
||||
description="Soluzioni studiate per ottimizzare il tuo potenziale digitale."
|
||||
@@ -193,13 +92,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"CreativePulse",
|
||||
"DigitalSolutions",
|
||||
"FutureBrand",
|
||||
"SmartGrowth",
|
||||
"CloudApex",
|
||||
"VisionLabs",
|
||||
"InnovateTech", "CreativePulse", "DigitalSolutions", "FutureBrand", "SmartGrowth", "CloudApex", "VisionLabs"
|
||||
]}
|
||||
title="Partner di Successo"
|
||||
description="Collaboriamo con brand ambiziosi per costruire insieme il domani."
|
||||
@@ -213,46 +106,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Rossi",
|
||||
role: "CEO",
|
||||
company: "InnovateTech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco Bianchi",
|
||||
role: "CTO",
|
||||
company: "CreativePulse",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Giulia Verdi",
|
||||
role: "Marketing Dir",
|
||||
company: "DigitalSolutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Luca Neri",
|
||||
role: "Founder",
|
||||
company: "FutureBrand",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sara Gallo",
|
||||
role: "Product Mgr",
|
||||
company: "SmartGrowth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Alice Rossi", role: "CEO", company: "InnovateTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg" },
|
||||
{ id: "t2", name: "Marco Bianchi", role: "CTO", company: "CreativePulse", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg" },
|
||||
{ id: "t3", name: "Giulia Verdi", role: "Marketing Dir", company: "DigitalSolutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" },
|
||||
{ id: "t4", name: "Luca Neri", role: "Founder", company: "FutureBrand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-sunglasses-looking-camera_171337-11856.jpg" },
|
||||
{ id: "t5", name: "Sara Gallo", role: "Product Mgr", company: "SmartGrowth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg" }
|
||||
]}
|
||||
title="Cosa dicono di noi"
|
||||
description="La soddisfazione dei nostri clienti è la nostra migliore referenza."
|
||||
@@ -261,10 +119,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contattaci"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Pronto a iniziare?"
|
||||
description="Contattaci oggi stesso per discutere del tuo prossimo progetto digitale."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-sitting-working_23-2147727617.jpg"
|
||||
@@ -277,35 +134,18 @@ export default function LandingPage() {
|
||||
logoText="Creativ"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Menu", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Contatti", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legale",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Termini",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legale", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Termini", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user