Update src/app/page.tsx
This commit is contained in:
329
src/app/page.tsx
329
src/app/page.tsx
@@ -33,30 +33,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Teams",
|
||||
id: "#teams",
|
||||
},
|
||||
name: "Teams", id: "#teams"},
|
||||
{
|
||||
name: "News",
|
||||
id: "#news",
|
||||
},
|
||||
name: "News", id: "#news"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Chi Siamo", id: "#about"},
|
||||
]}
|
||||
button={{
|
||||
text: "SHOP",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "SHOP", href: "#products"}}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074274.jpg"
|
||||
brandName="ESPORTS ORG"
|
||||
/>
|
||||
@@ -65,98 +53,62 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="THE NEW ERA OF ESPORTS"
|
||||
description="Unisciti alla nostra organizzazione Esports, dove passione, talento e vittoria si fondono. Preparati a vivere il futuro del gaming competitivo italiano."
|
||||
buttons={[
|
||||
{
|
||||
text: "SCOPRI I ROSTERS",
|
||||
href: "#teams",
|
||||
},
|
||||
text: "SCOPRI I ROSTERS", href: "#teams"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2334.jpg"
|
||||
imageAlt="Esports team in action"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-holding-controller-medium-shot_23-2149005237.jpg",
|
||||
alt: "Professional gamer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-holding-controller-medium-shot_23-2149005237.jpg", alt: "Professional gamer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pro-gamer-participating-gaming-competition-all-night_482257-103536.jpg",
|
||||
alt: "Esports player focused",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pro-gamer-participating-gaming-competition-all-night_482257-103536.jpg", alt: "Esports player focused"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-playing-entertaining-videogame-pc-computer-desk-late-night-close-up_482257-116206.jpg",
|
||||
alt: "Determined esports athlete",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-playing-entertaining-videogame-pc-computer-desk-late-night-close-up_482257-116206.jpg", alt: "Determined esports athlete"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-young-man-raising-their-arms-listening-music-headphone-against-black-wall_23-2148179629.jpg",
|
||||
alt: "Gamer celebrating victory",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-young-man-raising-their-arms-listening-music-headphone-against-black-wall_23-2148179629.jpg", alt: "Gamer celebrating victory"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-playing-game-computer-medium-shot_23-2149005214.jpg",
|
||||
alt: "Serious esports competitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-playing-game-computer-medium-shot_23-2149005214.jpg", alt: "Serious esports competitor"},
|
||||
]}
|
||||
avatarText="Più di 100K fan ci seguono!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "CAMPIONI NAZIONALI",
|
||||
},
|
||||
type: "text", text: "CAMPIONI NAZIONALI"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/blank-red-square-neon-signboard-vector_53876-63157.jpg",
|
||||
alt: "Abstract digital background for esports marquee",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/blank-red-square-neon-signboard-vector_53876-63157.jpg", alt: "Abstract digital background for esports marquee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PRO PLAYER ROSTER",
|
||||
},
|
||||
type: "text", text: "PRO PLAYER ROSTER"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/led-light-screen-background-wall-stage-show-panel_107791-20694.jpg",
|
||||
alt: "Futuristic esports arena lighting for marquee",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/led-light-screen-background-wall-stage-show-panel_107791-20694.jpg", alt: "Futuristic esports arena lighting for marquee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "UNISCITI A NOI",
|
||||
},
|
||||
type: "text", text: "UNISCITI A NOI"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="match-widget" data-section="match-widget">
|
||||
<FeatureCardSeven
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Nostro Team vs Team Avversario",
|
||||
description: "VALORANT Champions Tour | Oggi alle 20:00 CEST",
|
||||
buttons: [
|
||||
title: "Nostro Team vs Team Avversario", description: "VALORANT Champions Tour | Oggi alle 20:00 CEST", buttons: [
|
||||
{
|
||||
text: "LIVE SU TWITCH",
|
||||
href: "https://twitch.tv/youresportsorg",
|
||||
},
|
||||
text: "LIVE SU TWITCH", href: "https://twitch.tv/youresportsorg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-video-game-controller_23-2151005810.jpg",
|
||||
imageAlt: "Valorant game icon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-video-game-controller_23-2151005810.jpg", imageAlt: "Valorant game icon"},
|
||||
{
|
||||
title: "Prossimo Match: Rocket League",
|
||||
description: "RLCS Europe | Domani alle 18:00 CEST",
|
||||
buttons: [
|
||||
title: "Prossimo Match: Rocket League", description: "RLCS Europe | Domani alle 18:00 CEST", buttons: [
|
||||
{
|
||||
text: "GUARDA IL TRAILER",
|
||||
href: "https://youtube.com/youresportsorg",
|
||||
},
|
||||
text: "GUARDA IL TRAILER", href: "https://youtube.com/youresportsorg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113292.jpg",
|
||||
imageAlt: "Rocket League game icon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-space-rocket-model_23-2151113292.jpg", imageAlt: "Rocket League game icon"},
|
||||
]}
|
||||
title="Match Live & Prossimi Eventi"
|
||||
description="Non perderti l'azione! Segui i nostri team nelle competizioni più prestigiose."
|
||||
@@ -167,12 +119,9 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="La Nostra Missione: Dominiamo il Futuro dell'Esports Italiano"
|
||||
description="Siamo una nuovissima organizzazione Esports italiana, nata per ridefinire gli standard del gaming competitivo. Con un focus su talento, dedizione e una community appassionata, puntiamo a essere i leader indiscussi in Italia e a competere ai massimi livelli internazionali. Attraiamo i migliori talenti e gli sponsor più prestigiosi, costruendo un ecosistema di eccellenza."
|
||||
buttons={[
|
||||
{
|
||||
text: "SCOPRI LA STORIA",
|
||||
href: "#about",
|
||||
},
|
||||
text: "SCOPRI LA STORIA", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,60 +135,15 @@ export default function LandingPage() {
|
||||
description="Rimani aggiornato su tutti gli sviluppi, le vittorie e le novità della nostra organizzazione."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Tornei",
|
||||
title: "Vittoria Storica al Campionato Italiano VALORANT!",
|
||||
excerpt: "Il nostro team VALORANT ha trionfato, portando a casa il titolo nazionale dopo un'intensa battaglia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-man-home-enjoying-football-competition-clapping-hands_482257-126536.jpg",
|
||||
imageAlt: "Esports team celebrating victory",
|
||||
authorName: "Redazione",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074274.jpg",
|
||||
date: "2 giorni fa",
|
||||
},
|
||||
id: "1", category: "Tornei", title: "Vittoria Storica al Campionato Italiano VALORANT!", excerpt: "Il nostro team VALORANT ha trionfato, portando a casa il titolo nazionale dopo un'intensa battaglia.", imageSrc: "http://img.b2bpic.net/free-photo/excited-man-home-enjoying-football-competition-clapping-hands_482257-126536.jpg", imageAlt: "Esports team celebrating victory", authorName: "Redazione", authorAvatar: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074274.jpg", date: "2 giorni fa"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Roster",
|
||||
title: "Nuovo Talento per il Roster di Rocket League",
|
||||
excerpt: "Annunciamo con entusiasmo l'arrivo di 'Blaze' nel nostro team di Rocket League, pronto a incendiare l'arena.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive_114579-19325.jpg",
|
||||
imageAlt: "New player signing",
|
||||
authorName: "Redazione",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/gaming-setup-with-headphones-chair_23-2149829132.jpg",
|
||||
date: "5 giorni fa",
|
||||
},
|
||||
id: "2", category: "Roster", title: "Nuovo Talento per il Roster di Rocket League", excerpt: "Annunciamo con entusiasmo l'arrivo di 'Blaze' nel nostro team di Rocket League, pronto a incendiare l'arena.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive_114579-19325.jpg", imageAlt: "New player signing", authorName: "Redazione", authorAvatar: "http://img.b2bpic.net/free-photo/gaming-setup-with-headphones-chair_23-2149829132.jpg", date: "5 giorni fa"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Aggiornamenti",
|
||||
title: "La Patch 14.10 di LoL Analizzata dai Nostri Esperti",
|
||||
excerpt: "Un'analisi approfondita delle ultime modifiche al gioco di League of Legends e come influenzeranno la meta.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-spy-bypasses-network-security-engages-intrusion-with-vr-glasses_482257-126598.jpg",
|
||||
imageAlt: "Game update analysis",
|
||||
authorName: "Redazione",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/abstract-icon-organization-vector-template_474888-3588.jpg",
|
||||
date: "1 settimana fa",
|
||||
},
|
||||
id: "3", category: "Aggiornamenti", title: "La Patch 14.10 di LoL Analizzata dai Nostri Esperti", excerpt: "Un'analisi approfondita delle ultime modifiche al gioco di League of Legends e come influenzeranno la meta.", imageSrc: "http://img.b2bpic.net/free-photo/male-spy-bypasses-network-security-engages-intrusion-with-vr-glasses_482257-126598.jpg", imageAlt: "Game update analysis", authorName: "Redazione", authorAvatar: "http://img.b2bpic.net/free-vector/abstract-icon-organization-vector-template_474888-3588.jpg", date: "1 settimana fa"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Eventi",
|
||||
title: "Meet & Greet con i Campioni a Milano!",
|
||||
excerpt: "Un'occasione unica per incontrare i tuoi idoli e vivere l'atmosfera del gaming competitivo dal vivo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536134.jpg",
|
||||
imageAlt: "Esports fan event",
|
||||
authorName: "Event Team",
|
||||
authorAvatar: "asset://news-avatar-4",
|
||||
date: "3 settimane fa",
|
||||
},
|
||||
id: "4", category: "Eventi", title: "Meet & Greet con i Campioni a Milano!", excerpt: "Un'occasione unica per incontrare i tuoi idoli e vivere l'atmosfera del gaming competitivo dal vivo.", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536134.jpg", imageAlt: "Esports fan event", authorName: "Event Team", authorAvatar: "asset://news-avatar-4", date: "3 settimane fa"},
|
||||
{
|
||||
id: "5",
|
||||
category: "Community",
|
||||
title: "Lanciata la Nostra Piattaforma Discord Ufficiale",
|
||||
excerpt: "Unisciti alla nostra crescente community su Discord per discussioni esclusive, tornei amatoriali e tanto altro!",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-gas-mask-logo-design_23-2150785867.jpg",
|
||||
imageAlt: "Discord community announcement",
|
||||
authorName: "Community Manager",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/gradient-hub-logo-template_23-2149847142.jpg",
|
||||
date: "1 mese fa",
|
||||
},
|
||||
id: "5", category: "Community", title: "Lanciata la Nostra Piattaforma Discord Ufficiale", excerpt: "Unisciti alla nostra crescente community su Discord per discussioni esclusive, tornei amatoriali e tanto altro!", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-gas-mask-logo-design_23-2150785867.jpg", imageAlt: "Discord community announcement", authorName: "Community Manager", authorAvatar: "http://img.b2bpic.net/free-vector/gradient-hub-logo-template_23-2149847142.jpg", date: "1 mese fa"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -252,26 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "valorant",
|
||||
name: "VALORANT Team",
|
||||
role: "Campioni Nazionali",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728224.jpg",
|
||||
imageAlt: "VALORANT Team",
|
||||
},
|
||||
id: "valorant", name: "VALORANT Team", role: "Campioni Nazionali", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728224.jpg", imageAlt: "VALORANT Team"},
|
||||
{
|
||||
id: "rocket-league",
|
||||
name: "Rocket League Squad",
|
||||
role: "Pro League Aspirants",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151152955.jpg",
|
||||
imageAlt: "Rocket League Team",
|
||||
},
|
||||
id: "rocket-league", name: "Rocket League Squad", role: "Pro League Aspirants", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151152955.jpg", imageAlt: "Rocket League Team"},
|
||||
{
|
||||
id: "brawl-stars",
|
||||
name: "Brawl Stars Prodigies",
|
||||
role: "Rising Stars",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-vr-glasses_23-2151136811.jpg",
|
||||
imageAlt: "Brawl Stars Team",
|
||||
},
|
||||
id: "brawl-stars", name: "Brawl Stars Prodigies", role: "Rising Stars", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-vr-glasses_23-2151136811.jpg", imageAlt: "Brawl Stars Team"},
|
||||
]}
|
||||
title="I Nostri Roster di Campioni"
|
||||
description="Scopri i talenti che rappresentano i nostri colori nei titoli più importanti. I migliori giocatori, pronti a dominare."
|
||||
@@ -287,65 +176,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "merch-1",
|
||||
brand: "ESPORTS ORG",
|
||||
name: "Maglia Pro Player",
|
||||
price: "€59.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-bedroom-bed-fell-asleep-front-laptop_343596-4153.jpg",
|
||||
imageAlt: "Esports Pro Player Jersey",
|
||||
},
|
||||
id: "merch-1", brand: "ESPORTS ORG", name: "Maglia Pro Player", price: "€59.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/man-bedroom-bed-fell-asleep-front-laptop_343596-4153.jpg", imageAlt: "Esports Pro Player Jersey"},
|
||||
{
|
||||
id: "merch-2",
|
||||
brand: "ESPORTS ORG",
|
||||
name: "Felpa Ufficiale",
|
||||
price: "€69.99",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive-holding-headphones_114579-25095.jpg",
|
||||
imageAlt: "Esports Official Hoodie",
|
||||
},
|
||||
id: "merch-2", brand: "ESPORTS ORG", name: "Felpa Ufficiale", price: "€69.99", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive-holding-headphones_114579-25095.jpg", imageAlt: "Esports Official Hoodie"},
|
||||
{
|
||||
id: "merch-3",
|
||||
brand: "ESPORTS ORG",
|
||||
name: "Mousepad Competitivo",
|
||||
price: "€24.99",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-laptop_23-2148604949.jpg",
|
||||
imageAlt: "Esports Gaming Mousepad",
|
||||
},
|
||||
id: "merch-3", brand: "ESPORTS ORG", name: "Mousepad Competitivo", price: "€24.99", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-laptop_23-2148604949.jpg", imageAlt: "Esports Gaming Mousepad"},
|
||||
{
|
||||
id: "merch-4",
|
||||
brand: "ESPORTS ORG",
|
||||
name: "Cappellino Snapback",
|
||||
price: "€29.99",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-cook-black-apron_176474-93782.jpg",
|
||||
imageAlt: "Esports Snapback Cap",
|
||||
},
|
||||
id: "merch-4", brand: "ESPORTS ORG", name: "Cappellino Snapback", price: "€29.99", rating: 4,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/young-female-cook-black-apron_176474-93782.jpg", imageAlt: "Esports Snapback Cap"},
|
||||
{
|
||||
id: "merch-5",
|
||||
brand: "ESPORTS ORG",
|
||||
name: "Zaino Gaming",
|
||||
price: "€89.99",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-spaceman-astronaut-sitting-chair-using-phone-with-travel-suitcase-3d-illustration-design_460848-10705.jpg",
|
||||
imageAlt: "Esports Gaming Backpack",
|
||||
},
|
||||
id: "merch-5", brand: "ESPORTS ORG", name: "Zaino Gaming", price: "€89.99", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-spaceman-astronaut-sitting-chair-using-phone-with-travel-suitcase-3d-illustration-design_460848-10705.jpg", imageAlt: "Esports Gaming Backpack"},
|
||||
{
|
||||
id: "merch-6",
|
||||
brand: "ESPORTS ORG",
|
||||
name: "Borraccia Termica",
|
||||
price: "€19.99",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-floating-water_23-2151013915.jpg",
|
||||
imageAlt: "Esports Insulated Water Bottle",
|
||||
},
|
||||
id: "merch-6", brand: "ESPORTS ORG", name: "Borraccia Termica", price: "€19.99", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-floating-water_23-2151013915.jpg", imageAlt: "Esports Insulated Water Bottle"},
|
||||
]}
|
||||
title="Esplora il Nostro Merch Ufficiale"
|
||||
description="Vesti i colori della vittoria con la nostra esclusiva collezione di abbigliamento e accessori Esports."
|
||||
@@ -359,25 +206,13 @@ export default function LandingPage() {
|
||||
tag="LA NOSTRA CRESCITA"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
description: "Titoli Nazionali",
|
||||
},
|
||||
id: "m1", value: "20+", description: "Titoli Nazionali"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1M+",
|
||||
description: "Followers Totali",
|
||||
},
|
||||
id: "m2", value: "1M+", description: "Followers Totali"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100K+",
|
||||
description: "Membri della Community",
|
||||
},
|
||||
id: "m3", value: "100K+", description: "Membri della Community"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "€X.XM",
|
||||
description: "Montepremi Vinti",
|
||||
},
|
||||
id: "m4", value: "€X.XM", description: "Montepremi Vinti"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -388,14 +223,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gaming Tech Solutions",
|
||||
"Elite Energy Drink",
|
||||
"Digital Dynamics",
|
||||
"Apex Gaming Gear",
|
||||
"StreamFlow Media",
|
||||
"Velocity Motors",
|
||||
"Urban Style Apparel",
|
||||
]}
|
||||
"Gaming Tech Solutions", "Elite Energy Drink", "Digital Dynamics", "Apex Gaming Gear", "StreamFlow Media", "Velocity Motors", "Urban Style Apparel"]}
|
||||
title="I Nostri Prestigiosi Partner"
|
||||
description="Siamo orgogliosi di collaborare con i brand leader che credono nella nostra visione e supportano il nostro successo."
|
||||
speed={35}
|
||||
@@ -410,22 +238,14 @@ export default function LandingPage() {
|
||||
description="Se sei uno sponsor, un'azienda o un creator e vuoi entrare a far parte del nostro viaggio, compila il modulo. Il nostro team ti risponderà al più presto."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Il tuo nome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Il tuo nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "La tua email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "La tua email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Il tuo messaggio",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Il tuo messaggio", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-playing-videogames_23-2149349983.jpg"
|
||||
@@ -440,50 +260,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Organizzazione",
|
||||
items: [
|
||||
title: "Organizzazione", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Teams",
|
||||
href: "#teams",
|
||||
},
|
||||
label: "Teams", href: "#teams"},
|
||||
{
|
||||
label: "News",
|
||||
href: "#news",
|
||||
},
|
||||
label: "News", href: "#news"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Azienda",
|
||||
items: [
|
||||
title: "Azienda", items: [
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#partners",
|
||||
},
|
||||
label: "Partners", href: "#partners"},
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Chi Siamo", href: "#about"},
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contatti", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legale",
|
||||
items: [
|
||||
title: "Legale", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Termini e Condizioni",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termini e Condizioni", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user