Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 598660df93 | |||
| f156e7dc5b |
@@ -9,8 +9,8 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
|||||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { BookOpen, Calculator, Beaker, Globe, Languages, Mail, Rocket, Sparkles, Zap, TrendingUp, HelpCircle } from "lucide-react";
|
import { BookOpen, Calculator, Beaker, Globe, Languages, Mail, Rocket, Sparkles, Zap, TrendingUp, HelpCircle, MapPin, Phone, Clock } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -174,22 +174,45 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Contattami"
|
tag="Contattami"
|
||||||
title="Inizia il Tuo Viaggio Educativo"
|
title="Inizia il Tuo Viaggio Educativo"
|
||||||
description="Iscriviti per ricevere aggiornamenti sui nuovi progetti, contenuti esclusivi e scopri le ultime innovazioni nella piattaforma educativa."
|
description="Per domande, suggerimenti o collaborazioni riguardanti la piattaforma educativa, contattami tramite email o telefono. Sono sempre disponibile per discutere nuovi progetti e opportunità di apprendimento innovativo."
|
||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Inserisci la tua email"
|
inputPlaceholder="Inserisci la tua email"
|
||||||
buttonText="Iscriviti"
|
buttonText="Contattami"
|
||||||
termsText="Cliccando Iscriviti, accetti di ricevere comunicazioni e aggiornamenti sulla piattaforma secondo la nostra Privacy Policy."
|
termsText="Inviando il modulo, accetti di ricevere comunicazioni da parte mia secondo la nostra Privacy Policy."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterBaseReveal
|
||||||
logoText="Francesco Giordano"
|
columns={[
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
{
|
||||||
rightLink={{ text: "© 2026 Tutti i diritti riservati", href: "#" }}
|
title: "Piattaforma", items: [
|
||||||
|
{ label: "Home", href: "#" },
|
||||||
|
{ label: "Progetti", href: "#projects" },
|
||||||
|
{ label: "Discipline", href: "#features" },
|
||||||
|
{ label: "FAQ", href: "#faq" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Contatti", items: [
|
||||||
|
{ label: "Email: info@francescogiordano.com", href: "mailto:info@francescogiordano.com" },
|
||||||
|
{ label: "Telefono: +39 123 456 7890", href: "tel:+391234567890" },
|
||||||
|
{ label: "Via Roma, 123 - Roma, Italy", href: "#" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Risorse", items: [
|
||||||
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
{ label: "Termini e Condizioni", href: "#" },
|
||||||
|
{ label: "Cookie Policy", href: "#" },
|
||||||
|
{ label: "Supporto", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
copyrightText="© 2026 Francesco Giordano. Tutti i diritti riservati. Piattaforma Educativa Innovativa."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user