Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bca7d5f994 | |||
| 8cc1c77397 |
250
src/app/page.tsx
250
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Risultati",
|
||||
id: "/risultati",
|
||||
},
|
||||
name: "Risultati", id: "/risultati"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "/contatti",
|
||||
},
|
||||
name: "Contatti", id: "/contatti"},
|
||||
]}
|
||||
brandName="Rocket Wizard FX"
|
||||
/>
|
||||
@@ -52,116 +44,67 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Rocket Wizard FX"
|
||||
description="Sala Segnali Forex Professionale. Trading basato su strategie avanzate di momentum, gestione del rischio e analisi multi-timeframe."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57447.jpg",
|
||||
imageAlt: "Trading UI 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57447.jpg", imageAlt: "Trading UI 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-freelancer-working-from-home-business-app-home-business-laptop-computer-businesswoman-office-working-sitting-woman-work-communication-internet-people-online-happy-technology_482257-47239.jpg",
|
||||
imageAlt: "Trading UI 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-freelancer-working-from-home-business-app-home-business-laptop-computer-businesswoman-office-working-sitting-woman-work-communication-internet-people-online-happy-technology_482257-47239.jpg", imageAlt: "Trading UI 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-pc-screen-used-analyzing-cryptocurrency-investment-purchases_482257-118898.jpg",
|
||||
imageAlt: "Trading UI 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-pc-screen-used-analyzing-cryptocurrency-investment-purchases_482257-118898.jpg", imageAlt: "Trading UI 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg",
|
||||
imageAlt: "Trading UI 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg", imageAlt: "Trading UI 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-investor-working-computer-with-real-time-stock-charts-following-trade-market-sales-trend-financial-analyst-using-forex-exchange-statistics-plan-data-analysis-index-profit-close-up_482257-42062.jpg",
|
||||
imageAlt: "Trading UI 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-investor-working-computer-with-real-time-stock-charts-following-trade-market-sales-trend-financial-analyst-using-forex-exchange-statistics-plan-data-analysis-index-profit-close-up_482257-42062.jpg", imageAlt: "Trading UI 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-with-his-feet-table-office-background_482257-32834.jpg",
|
||||
imageAlt: "Trading UI 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-with-his-feet-table-office-background_482257-32834.jpg", imageAlt: "Trading UI 6"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-arriving-home-checking-if-stock-market-is-crashing_482257-29631.jpg",
|
||||
imageAlt: "Trading UI 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-arriving-home-checking-if-stock-market-is-crashing_482257-29631.jpg", imageAlt: "Trading UI 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-program-semester-report-works-two-monitors_482257-32824.jpg",
|
||||
imageAlt: "Trading UI 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-program-semester-report-works-two-monitors_482257-32824.jpg", imageAlt: "Trading UI 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-market-cryptocurrency-concept-stock-trading-laptop_169016-66728.jpg",
|
||||
imageAlt: "Trading UI 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-market-cryptocurrency-concept-stock-trading-laptop_169016-66728.jpg", imageAlt: "Trading UI 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-data-charts-computer-screens_23-2151977851.jpg",
|
||||
imageAlt: "Trading UI 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-data-charts-computer-screens_23-2151977851.jpg", imageAlt: "Trading UI 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg",
|
||||
imageAlt: "Trading UI 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg", imageAlt: "Trading UI 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-trading-grid-moving-averages-buy-signal_169016-69164.jpg",
|
||||
imageAlt: "Trading UI 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-trading-grid-moving-averages-buy-signal_169016-69164.jpg", imageAlt: "Trading UI 6"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Entra nella Sala",
|
||||
href: "/risultati",
|
||||
},
|
||||
text: "Entra nella Sala", href: "/risultati"},
|
||||
{
|
||||
text: "Guarda i Risultati",
|
||||
href: "/risultati",
|
||||
},
|
||||
text: "Guarda i Risultati", href: "/risultati"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/company-administrator-searching-new-solution-obtain-business-growth-working-hard_482257-136146.jpg",
|
||||
alt: "Trader 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/company-administrator-searching-new-solution-obtain-business-growth-working-hard_482257-136146.jpg", alt: "Trader 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enterprise-manager-looking-into-project-updates-details-monitoring-room_482257-88623.jpg",
|
||||
alt: "Trader 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/enterprise-manager-looking-into-project-updates-details-monitoring-room_482257-88623.jpg", alt: "Trader 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-businessman-taking-notes-while-checking-stock-market-from-home-office_482257-29626.jpg",
|
||||
alt: "Trader 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-businessman-taking-notes-while-checking-stock-market-from-home-office_482257-29626.jpg", alt: "Trader 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/forex-trader-analyzing-market-growth_482257-121086.jpg",
|
||||
alt: "Trader 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/forex-trader-analyzing-market-growth_482257-121086.jpg", alt: "Trader 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-workspace-desktop-running-day-trading-stock-market-trends_482257-126997.jpg",
|
||||
alt: "Trader 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-workspace-desktop-running-day-trading-stock-market-trends_482257-126997.jpg", alt: "Trader 5"},
|
||||
]}
|
||||
avatarText="Unisciti a 500+ trader"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Forex Market",
|
||||
},
|
||||
type: "text", text: "Forex Market"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Indices",
|
||||
},
|
||||
type: "text", text: "Indices"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Commodities",
|
||||
},
|
||||
type: "text", text: "Commodities"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Crypto",
|
||||
},
|
||||
type: "text", text: "Crypto"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Signals",
|
||||
},
|
||||
type: "text", text: "Real-time Signals"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,26 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Segnali Real-time",
|
||||
subtitle: "Velocità ed Esecuzione",
|
||||
description: "Ricevi i segnali in tempo reale con setup pronti per l'operatività.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-man-worker-sitting-desk-table-startup-business-office-typing-management-strategy-working-business-presentation-businessman-analyzing-marketing-partnership_482257-35644.jpg",
|
||||
},
|
||||
tag: "01", title: "Segnali Real-time", subtitle: "Velocità ed Esecuzione", description: "Ricevi i segnali in tempo reale con setup pronti per l'operatività.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-man-worker-sitting-desk-table-startup-business-office-typing-management-strategy-working-business-presentation-businessman-analyzing-marketing-partnership_482257-35644.jpg"},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Risk Management",
|
||||
subtitle: "Gestione Rigorosa",
|
||||
description: "Ogni operazione ha uno stop loss e un piano di gestione chiaro.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-market-statistics-empty-office_482257-123700.jpg",
|
||||
},
|
||||
tag: "02", title: "Risk Management", subtitle: "Gestione Rigorosa", description: "Ogni operazione ha uno stop loss e un piano di gestione chiaro.", imageSrc: "http://img.b2bpic.net/free-photo/stock-market-statistics-empty-office_482257-123700.jpg"},
|
||||
{
|
||||
tag: "03",
|
||||
title: "Community Privata",
|
||||
subtitle: "Analisi e Supporto",
|
||||
description: "Accedi al gruppo Discord/Telegram per sessioni live e confronto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-extruding-blocks_1048-12758.jpg",
|
||||
},
|
||||
tag: "03", title: "Community Privata", subtitle: "Analisi e Supporto", description: "Accedi al gruppo Discord/Telegram per sessioni live e confronto.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-extruding-blocks_1048-12758.jpg"},
|
||||
]}
|
||||
title="Perché Scegliere Rocket Wizard FX"
|
||||
description="Precisione, disciplina e trasparenza al servizio del tuo trading."
|
||||
@@ -205,26 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "85%",
|
||||
title: "Win Rate",
|
||||
description: "Media trade vincenti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-data-wave_23-2151957104.jpg",
|
||||
},
|
||||
id: "m1", value: "85%", title: "Win Rate", description: "Media trade vincenti", imageSrc: "http://img.b2bpic.net/free-photo/glowing-data-wave_23-2151957104.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1.8",
|
||||
title: "Profit Factor",
|
||||
description: "Efficienza operativa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-14782.jpg",
|
||||
},
|
||||
id: "m2", value: "1.8", title: "Profit Factor", description: "Efficienza operativa", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-14782.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5%",
|
||||
title: "Max Drawdown",
|
||||
description: "Massima perdita storica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-neon-glowing-heart_23-2151939547.jpg",
|
||||
},
|
||||
id: "m3", value: "45%", title: "Average Monthly Return", description: "Growth potential per i principianti", imageSrc: "http://img.b2bpic.net/free-photo/stunning-neon-glowing-heart_23-2151939547.jpg"},
|
||||
]}
|
||||
title="Performance Trasparente"
|
||||
description="Statistiche reali verificate sul campo."
|
||||
@@ -238,59 +151,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco R.",
|
||||
role: "Trader Pro",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
|
||||
},
|
||||
id: "1", name: "Marco R.", role: "Trader Pro", company: "Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luca T.",
|
||||
role: "Full-time",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-businessman-looking-proud-computer-monitor-caucasian-businessman-satisfied-about-his-work_482257-34730.jpg",
|
||||
},
|
||||
id: "2", name: "Luca T.", role: "Full-time", company: "Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-businessman-looking-proud-computer-monitor-caucasian-businessman-satisfied-about-his-work_482257-34730.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia G.",
|
||||
role: "Entusiasta",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-laptop-outdoors_23-2149396210.jpg",
|
||||
},
|
||||
id: "3", name: "Sofia G.", role: "Entusiasta", company: "Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-laptop-outdoors_23-2149396210.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Andrea V.",
|
||||
role: "Principiante",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-middle-age-business-workers-working-together-man-bullying-woman-office_839833-9801.jpg",
|
||||
},
|
||||
id: "4", name: "Andrea V.", role: "Principiante", company: "Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-middle-age-business-workers-working-together-man-bullying-woman-office_839833-9801.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena P.",
|
||||
role: "Trader Esperto",
|
||||
company: "Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-works-with-laptop-room-with-loft-interior_613910-13550.jpg",
|
||||
},
|
||||
id: "5", name: "Elena P.", role: "Trader Esperto", company: "Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-works-with-laptop-room-with-loft-interior_613910-13550.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Trader attivi",
|
||||
},
|
||||
value: "500+", label: "Trader attivi"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Trasparenza",
|
||||
},
|
||||
value: "100%", label: "Trasparenza"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Supporto",
|
||||
},
|
||||
value: "24/7", label: "Supporto"},
|
||||
]}
|
||||
title="Recensioni dei Trader"
|
||||
description="La trasparenza è il cuore della nostra community."
|
||||
@@ -306,15 +188,9 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "ex1",
|
||||
title: "Posso seguire i segnali col telefono?",
|
||||
content: "Certamente, l'app Telegram ti permette di operare ovunque.",
|
||||
},
|
||||
id: "ex1", title: "Posso seguire i segnali col telefono?", content: "Certamente, l'app Telegram ti permette di operare ovunque."},
|
||||
{
|
||||
id: "ex2",
|
||||
title: "Offrite consulenze?",
|
||||
content: "Sì, per i membri Premium è disponibile il supporto 1-a-1.",
|
||||
},
|
||||
id: "ex2", title: "Offrite consulenze?", content: "Sì, per i membri Premium è disponibile il supporto 1-a-1."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -323,33 +199,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Rocket Wizard FX",
|
||||
items: [
|
||||
title: "Rocket Wizard FX", items: [
|
||||
{
|
||||
label: "Risultati",
|
||||
href: "/risultati",
|
||||
},
|
||||
label: "Risultati", href: "/risultati"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "/contatti",
|
||||
},
|
||||
label: "Contatti", href: "/contatti"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legale",
|
||||
items: [
|
||||
title: "Legale", items: [
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Disclaimer", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user