Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 278ddb96e4 |
207
src/app/page.tsx
207
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Servizi",
|
name: "Servizi", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Perché RELOG",
|
name: "Perché RELOG", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonianze",
|
name: "Testimonianze", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contatti",
|
name: "Contatti", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="RELOG"
|
brandName="RELOG"
|
||||||
/>
|
/>
|
||||||
@@ -57,73 +49,39 @@ export default function LandingPage() {
|
|||||||
description="Consulenza ICT strategica, gestione infrastrutture e soluzioni su misura per aziende che vogliono crescere davvero."
|
description="Consulenza ICT strategica, gestione infrastrutture e soluzioni su misura per aziende che vogliono crescere davvero."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Marco Rossi",
|
name: "Marco Rossi", handle: "@marco", testimonial: "Competenza e velocità impressionanti.", rating: 5,
|
||||||
handle: "@marco",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg"},
|
||||||
testimonial: "Competenza e velocità impressionanti.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Anna Bianchi",
|
name: "Anna Bianchi", handle: "@anna", testimonial: "Finalmente un partner ICT affidabile.", rating: 5,
|
||||||
handle: "@anna",
|
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg"},
|
||||||
testimonial: "Finalmente un partner ICT affidabile.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Luca Verdi",
|
name: "Luca Verdi", handle: "@luca", testimonial: "Supporto costante e soluzioni efficaci.", rating: 5,
|
||||||
handle: "@luca",
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"},
|
||||||
testimonial: "Supporto costante e soluzioni efficaci.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sara Neri",
|
name: "Sara Neri", handle: "@sara", testimonial: "Professionisti eccellenti e rapidi.", rating: 5,
|
||||||
handle: "@sara",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-team_1262-1499.jpg"},
|
||||||
testimonial: "Professionisti eccellenti e rapidi.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-team_1262-1499.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Giulia Blu",
|
name: "Giulia Blu", handle: "@giulia", testimonial: "La nostra infrastruttura è finalmente sicura.", rating: 5,
|
||||||
handle: "@giulia",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
|
||||||
testimonial: "La nostra infrastruttura è finalmente sicura.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Richiedi una consulenza",
|
text: "Richiedi una consulenza", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Parla con un esperto",
|
text: "Parla con un esperto", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-explaining-solution-problem-hispanic-colleague-front-pc-team-working-professional-workplace-personal-corporate-company-typing-computer-keyboard-looking-pointing-desktop_482257-13669.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/man-explaining-solution-problem-hispanic-colleague-front-pc-team-working-professional-workplace-personal-corporate-company-typing-computer-keyboard-looking-pointing-desktop_482257-13669.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Executive profile 1"},
|
||||||
alt: "Executive profile 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Executive profile 2"},
|
||||||
alt: "Executive profile 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", alt: "Executive profile 3"},
|
||||||
alt: "Executive profile 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
|
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", alt: "Executive profile 4"},
|
||||||
alt: "Executive profile 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-man-standing-with-arms-crossed-front-ai-brain_482257-91021.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-happy-man-standing-with-arms-crossed-front-ai-brain_482257-91021.jpg", alt: "Executive profile 5"},
|
||||||
alt: "Executive profile 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Unisciti a oltre 500 aziende partner"
|
avatarText="Unisciti a oltre 500 aziende partner"
|
||||||
/>
|
/>
|
||||||
@@ -134,14 +92,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"TechCorp",
|
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "GlobalNet", "DataLogic", "PrimeSolutions"]}
|
||||||
"InnovateLab",
|
|
||||||
"GrowthCo",
|
|
||||||
"StartupXYZ",
|
|
||||||
"GlobalNet",
|
|
||||||
"DataLogic",
|
|
||||||
"PrimeSolutions",
|
|
||||||
]}
|
|
||||||
title="Aziende che ci scelgono"
|
title="Aziende che ci scelgono"
|
||||||
description="Partner affidabili che si affidano a Relog per la loro trasformazione digitale."
|
description="Partner affidabili che si affidano a Relog per la loro trasformazione digitale."
|
||||||
/>
|
/>
|
||||||
@@ -154,25 +105,13 @@ export default function LandingPage() {
|
|||||||
description="Portiamo la tua azienda al prossimo livello con servizi ICT di alta qualità."
|
description="Portiamo la tua azienda al prossimo livello con servizi ICT di alta qualità."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "ICT Consulting", content: "Strategie su misura per il tuo business."},
|
||||||
title: "ICT Consulting",
|
|
||||||
content: "Strategie su misura per il tuo business.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "System Management", content: "Gestione ottimizzata delle tue infrastrutture."},
|
||||||
title: "System Management",
|
|
||||||
content: "Gestione ottimizzata delle tue infrastrutture.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Cybersecurity", content: "Protezione avanzata per i tuoi dati critici."},
|
||||||
title: "Cybersecurity",
|
|
||||||
content: "Protezione avanzata per i tuoi dati critici.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Cloud Solutions", content: "Soluzioni cloud flessibili e scalabili."},
|
||||||
title: "Cloud Solutions",
|
|
||||||
content: "Soluzioni cloud flessibili e scalabili.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/hacker-programming-malicious-code-designed-exploit-it-security-flaws_482257-126519.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/hacker-programming-malicious-code-designed-exploit-it-security-flaws_482257-126519.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -185,9 +124,7 @@ export default function LandingPage() {
|
|||||||
title="Perché RELOG"
|
title="Perché RELOG"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Scopri di più",
|
text: "Scopri di più", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -199,59 +136,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Marco Rossi", role: "CEO", company: "TechCorp", rating: 5,
|
||||||
name: "Marco Rossi",
|
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123212.jpg"},
|
||||||
role: "CEO",
|
|
||||||
company: "TechCorp",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123212.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Anna Bianchi", role: "CTO", company: "InnovateLab", rating: 5,
|
||||||
name: "Anna Bianchi",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg"},
|
||||||
role: "CTO",
|
|
||||||
company: "InnovateLab",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Luca Verdi", role: "Director", company: "GrowthCo", rating: 5,
|
||||||
name: "Luca Verdi",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg"},
|
||||||
role: "Director",
|
|
||||||
company: "GrowthCo",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Sara Neri", role: "Manager", company: "StartupXYZ", rating: 5,
|
||||||
name: "Sara Neri",
|
imageSrc: "http://img.b2bpic.net/senior-business-leader-standing-front-team_1262-1888.jpg"},
|
||||||
role: "Manager",
|
|
||||||
company: "StartupXYZ",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-leader-standing-front-team_1262-1888.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Giulia Blu", role: "Head of IT", company: "DataLogic", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg", rating: 5
|
||||||
name: "Giulia Blu",
|
|
||||||
role: "Head of IT",
|
|
||||||
company: "DataLogic",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "25+",
|
value: "25+", label: "Anni di esperienza"},
|
||||||
label: "Anni di esperienza",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Clienti soddisfatti"},
|
||||||
label: "Clienti soddisfatti",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Supporto continuo"},
|
||||||
label: "Supporto continuo",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Cosa dicono di noi"
|
title="Cosa dicono di noi"
|
||||||
description="La soddisfazione dei nostri partner è il nostro miglior biglietto da visita."
|
description="La soddisfazione dei nostri partner è il nostro miglior biglietto da visita."
|
||||||
@@ -264,20 +170,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Come posso richiedere una consulenza?", content: "Puoi contattarci tramite il modulo qui sotto."},
|
||||||
title: "Come posso richiedere una consulenza?",
|
|
||||||
content: "Puoi contattarci tramite il modulo qui sotto.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Quali sono i vostri tempi di risposta?", content: "Garantiamo risposte rapide entro 24 ore."},
|
||||||
title: "Quali sono i vostri tempi di risposta?",
|
|
||||||
content: "Garantiamo risposte rapide entro 24 ore.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Offrite supporto 24/7?", content: "Sì, offriamo un supporto continuo per infrastrutture critiche."},
|
||||||
title: "Offrite supporto 24/7?",
|
{
|
||||||
content: "Sì, offriamo un supporto continuo per infrastrutture critiche.",
|
id: "4", title: "Che tipo di aziende supportate?", content: "Supportiamo aziende di ogni dimensione, dalle startup alle realtà enterprise, che necessitano di trasformazione digitale e sicurezza IT."},
|
||||||
},
|
{
|
||||||
|
id: "5", title: "Qual è il vostro approccio alla sicurezza?", content: "Adottiamo un approccio proattivo basato su monitoraggio costante, threat intelligence e best practice internazionali per proteggere i tuoi asset digitali."}
|
||||||
]}
|
]}
|
||||||
title="Domande Frequenti"
|
title="Domande Frequenti"
|
||||||
description="Tutto quello che devi sapere sulla consulenza Relog."
|
description="Tutto quello che devi sapere sulla consulenza Relog."
|
||||||
@@ -289,8 +190,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Contatti"
|
tag="Contatti"
|
||||||
title="Parla con un consulente RELOG oggi stesso"
|
title="Parla con un consulente RELOG oggi stesso"
|
||||||
description="Siamo pronti ad ascoltare le tue sfide tecnologiche."
|
description="Siamo pronti ad ascoltare le tue sfide tecnologiche."
|
||||||
@@ -301,16 +201,11 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Contatti",
|
title: "Contatti", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "051 871001",
|
label: "051 871001", href: "tel:+39051871001"},
|
||||||
href: "tel:+39051871001",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "info@relog.it",
|
label: "info@relog.it", href: "mailto:info@relog.it"},
|
||||||
href: "mailto:info@relog.it",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -321,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user