Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 19:36:17 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { BookOpen, Clock, Star } from "lucide-react";
import { BookOpen, Clock, Star, Search, LayoutTemplate, Settings, Download } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Libreria",
id: "library",
},
name: "Libreria", id: "library"},
{
name: "Contatti",
id: "contact",
},
name: "Contatti", id: "contact"},
]}
brandName="StudyPresent"
/>
@@ -55,99 +47,56 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Presentazioni pronte, in pochi istanti."
description="Ottieni slide ben strutturate e professionali su qualsiasi argomento scolastico. Scegli l'argomento, personalizza il livello e prepara la tua lezione senza stress."
testimonials={[
{
name: "Marco L.",
handle: "@marco_studente",
testimonial: "Mi ha salvato la vita in storia, incredibile la velocità.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg?_wi=1",
},
name: "Marco L.", handle: "@marco_studente", testimonial: "Mi ha salvato la vita in storia, incredibile la velocità.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg"},
{
name: "Sofia R.",
handle: "@sofia_scuola",
testimonial: "Slide perfette e pronti per l'esposizione, voto massimo.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg?_wi=1",
},
name: "Sofia R.", handle: "@sofia_scuola", testimonial: "Slide perfette e pronti per l'esposizione, voto massimo.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg"},
{
name: "Prof.ssa V.",
handle: "@docente_it",
testimonial: "Uno strumento utile anche per noi insegnanti per creare esempi.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg?_wi=1",
},
name: "Prof.ssa V.", handle: "@docente_it", testimonial: "Uno strumento utile anche per noi insegnanti per creare esempi.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg"},
{
name: "Luca P.",
handle: "@luca_studente",
testimonial: "Semplicissimo, vado dritto al punto senza distrazioni.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg?_wi=1",
},
name: "Luca P.", handle: "@luca_studente", testimonial: "Semplicissimo, vado dritto al punto senza distrazioni.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg"},
{
name: "Elena S.",
handle: "@elena_studio",
testimonial: "Consigliato a tutta la classe, un assistente davvero prezioso.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg?_wi=1",
},
name: "Elena S.", handle: "@elena_studio", testimonial: "Consigliato a tutta la classe, un assistente davvero prezioso.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg"},
]}
buttons={[
{
text: "Crea presentazione",
href: "#",
},
text: "Crea presentazione", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/crop-man-studying-with-laptop-near-books_23-2147710408.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg",
alt: "Marco L.",
},
src: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg", alt: "Marco L."},
{
src: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg",
alt: "Sofia R.",
},
src: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg", alt: "Sofia R."},
{
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
alt: "Prof.ssa V.",
},
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", alt: "Prof.ssa V."},
{
src: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg",
alt: "Luca P.",
},
src: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg", alt: "Luca P."},
{
src: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg",
alt: "Elena S.",
},
src: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg", alt: "Elena S."},
]}
avatarText="Uniti da oltre 15.000 studenti"
marqueeItems={[
{
type: "text",
text: "Accessibilità Totale",
},
type: "text", text: "Accessibilità Totale"},
{
type: "text",
text: "Personalizzazione Rapida",
},
type: "text", text: "Personalizzazione Rapida"},
{
type: "text",
text: "Interfaccia Intuitiva",
},
type: "text", text: "Interfaccia Intuitiva"},
{
type: "text",
text: "Contenuti Verificati",
},
type: "text", text: "Contenuti Verificati"},
{
type: "text",
text: "Esportazione in 1 click",
},
type: "text", text: "Esportazione in 1 click"},
]}
/>
</div>
@@ -158,28 +107,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Ricerca Intelligente",
description: "Cerca tra migliaia di argomenti, dalla storia alla scienza.",
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-internet-browser-search-bar-screen_169016-40049.jpg",
buttonIcon: "Search",
title: "Ricerca Intelligente", description: "Cerca tra migliaia di argomenti, dalla storia alla scienza.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-internet-browser-search-bar-screen_169016-40049.jpg", buttonIcon: Search,
},
{
title: "Struttura Organizzata",
description: "Slide divise per introduzione, svolgimento e sintesi finale.",
imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg",
buttonIcon: "LayoutTemplate",
title: "Struttura Organizzata", description: "Slide divise per introduzione, svolgimento e sintesi finale.", imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg", buttonIcon: LayoutTemplate,
},
{
title: "Personalizzazione",
description: "Adatta il linguaggio e la lunghezza al tuo anno scolastico.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg",
buttonIcon: "Settings",
title: "Personalizzazione", description: "Adatta il linguaggio e la lunghezza al tuo anno scolastico.", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg", buttonIcon: Settings,
},
{
title: "Esportazione Rapida",
description: "Salva in PDF, PowerPoint o copia direttamente il testo.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=np4szk",
buttonIcon: "Download",
title: "Esportazione Rapida", description: "Salva in PDF, PowerPoint o copia direttamente il testo.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=np4szk", buttonIcon: Download,
},
]}
title="Tutto quello che serve per studiare bene"
@@ -208,25 +145,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15k+",
title: "Presentazioni Create",
description: "Completate con successo ogni mese.",
icon: BookOpen,
id: "m1", value: "15k+", title: "Presentazioni Create", description: "Completate con successo ogni mese.", icon: BookOpen,
},
{
id: "m2",
value: "98%",
title: "Studenti Soddisfatti",
description: "Valutazione media degli utenti.",
icon: Star,
id: "m2", value: "98%", title: "Studenti Soddisfatti", description: "Valutazione media degli utenti.", icon: Star,
},
{
id: "m3",
value: "2min",
title: "Tempo Medio",
description: "Per generare una presentazione.",
icon: Clock,
id: "m3", value: "2min", title: "Tempo Medio", description: "Per generare una presentazione.", icon: Clock,
},
]}
title="Risultati concreti"
@@ -241,45 +166,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Marco L.",
handle: "@marco",
testimonial: "Molto utile per ripassare velocemente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg?_wi=2",
},
id: "t1", name: "Marco L.", handle: "@marco", testimonial: "Molto utile per ripassare velocemente.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-headphones-sitting-table-close-window_23-2148166293.jpg"},
{
id: "t2",
name: "Sofia R.",
handle: "@sofia",
testimonial: "Ottimo strumento didattico.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg?_wi=2",
},
id: "t2", name: "Sofia R.", handle: "@sofia", testimonial: "Ottimo strumento didattico.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-t-shirt-looking-confident-front-view_176474-85499.jpg"},
{
id: "t3",
name: "Prof.ssa V.",
handle: "@docente",
testimonial: "Supporto ideale per le lezioni.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg?_wi=2",
},
id: "t3", name: "Prof.ssa V.", handle: "@docente", testimonial: "Supporto ideale per le lezioni.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg"},
{
id: "t4",
name: "Luca P.",
handle: "@luca",
testimonial: "Velocissimo e pratico.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg?_wi=2",
},
id: "t4", name: "Luca P.", handle: "@luca", testimonial: "Velocissimo e pratico.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-student-with-open-book_1098-2246.jpg"},
{
id: "t5",
name: "Elena S.",
handle: "@elena",
testimonial: "Un vero assistente personale.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg?_wi=2",
},
id: "t5", name: "Elena S.", handle: "@elena", testimonial: "Un vero assistente personale.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-books-table_23-2147844670.jpg"},
]}
showRating={true}
title="Cosa dicono i nostri studenti"
@@ -291,8 +191,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Inizia a studiare in modo smart"
description="Ricevi aggiornamenti sulle nuove materie e funzionalità aggiunte alla piattaforma."
inputPlaceholder="Inserisci la tua email"
@@ -306,37 +205,23 @@ export default function LandingPage() {
logoText="StudyPresent"
columns={[
{
title: "Piattaforma",
items: [
title: "Piattaforma", items: [
{
label: "Home",
href: "#",
},
label: "Home", href: "#"},
{
label: "Funzioni",
href: "#features",
},
label: "Funzioni", href: "#features"},
{
label: "Libreria",
href: "#library",
},
label: "Libreria", href: "#library"},
],
},
{
title: "Supporto",
items: [
title: "Supporto", items: [
{
label: "Contatti",
href: "#contact",
},
label: "Contatti", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Termini d'uso",
href: "#",
},
label: "Termini d'uso", href: "#"},
],
},
]}