Merge version_1 into main #1
220
src/app/page.tsx
220
src/app/page.tsx
@@ -19,27 +19,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
name: "Chi Siamo", id: "about"},
|
||||
{
|
||||
name: "Libri",
|
||||
id: "products",
|
||||
},
|
||||
name: "Libri", id: "products"},
|
||||
{
|
||||
name: "Eventi",
|
||||
id: "events",
|
||||
},
|
||||
name: "Eventi", id: "events"},
|
||||
]}
|
||||
brandName="L'Aquilone"
|
||||
/>
|
||||
@@ -48,35 +47,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Un viaggio magico tra le pagine"
|
||||
description="L'Aquilone è una libreria dedicata ai più piccoli, dove ogni libro è una porta verso mondi fantastici e scoperte senza fine."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-book-bookshelves-bookstore_1232-4955.jpg",
|
||||
imageAlt: "Reading Corner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-book-bookshelves-bookstore_1232-4955.jpg", imageAlt: "Reading Corner"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-sitting-with-book_23-2147864185.jpg",
|
||||
imageAlt: "Library shelves",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-sitting-with-book_23-2147864185.jpg", imageAlt: "Library shelves"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-season-still-life_23-2151840145.jpg",
|
||||
imageAlt: "Kids reading",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-season-still-life_23-2151840145.jpg", imageAlt: "Kids reading"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-book_1157-18161.jpg",
|
||||
imageAlt: "Library room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-book_1157-18161.jpg", imageAlt: "Library room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-with-books-library_1098-2284.jpg",
|
||||
imageAlt: "Bookshelf",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-with-books-library_1098-2284.jpg", imageAlt: "Bookshelf"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-cookie-books_23-2147767447.jpg",
|
||||
imageAlt: "Reading nook",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-cookie-books_23-2147767447.jpg", imageAlt: "Reading nook"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -87,9 +73,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="La nostra storia"
|
||||
description={[
|
||||
"Da oltre dieci anni, L'Aquilone accoglie bambini e ragazzi nel cuore della città, offrendo una selezione curata di storie che stimolano la fantasia.",
|
||||
"Crediamo che ogni bambino debba trovare il libro perfetto per iniziare la propria avventura personale.",
|
||||
]}
|
||||
"Da oltre dieci anni, L'Aquilone accoglie bambini e ragazzi nel cuore della città, offrendo una selezione curata di storie che stimolano la fantasia.", "Crediamo che ogni bambino debba trovare il libro perfetto per iniziare la propria avventura personale."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,26 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Laboratori Creativi",
|
||||
description: "Attività settimanali per stimolare la manualità e la fantasia dei bambini.",
|
||||
tag: "Eventi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-with-mother-enjoying-books-porch_23-2147663816.jpg",
|
||||
},
|
||||
id: "1", title: "Laboratori Creativi", description: "Attività settimanali per stimolare la manualità e la fantasia dei bambini.", tag: "Eventi", imageSrc: "http://img.b2bpic.net/free-photo/kids-with-mother-enjoying-books-porch_23-2147663816.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Consulenze Letterarie",
|
||||
description: "Siamo felici di guidarvi nella scelta del libro perfetto per ogni età e interesse.",
|
||||
tag: "Servizi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shelves-toys-books-nursery-school_53876-153292.jpg",
|
||||
},
|
||||
id: "2", title: "Consulenze Letterarie", description: "Siamo felici di guidarvi nella scelta del libro perfetto per ogni età e interesse.", tag: "Servizi", imageSrc: "http://img.b2bpic.net/free-photo/shelves-toys-books-nursery-school_53876-153292.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Angolo Lettura",
|
||||
description: "Uno spazio protetto e accogliente dove sfogliare storie in tutta tranquillità.",
|
||||
tag: "Spazio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girl-sitting-carpet-reading-book-her-stuffed-elephant_181624-38519.jpg",
|
||||
},
|
||||
id: "3", title: "Angolo Lettura", description: "Uno spazio protetto e accogliente dove sfogliare storie in tutta tranquillità.", tag: "Spazio", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girl-sitting-carpet-reading-book-her-stuffed-elephant_181624-38519.jpg"},
|
||||
]}
|
||||
title="Cosa offriamo"
|
||||
description="Non solo libri, ma un vero spazio di crescita e condivisione per piccoli lettori."
|
||||
@@ -134,47 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Il Piccolo Principe",
|
||||
price: "€12.00",
|
||||
variant: "Illustrato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girl-with-glasses-getting-stressed-out_53876-63179.jpg",
|
||||
},
|
||||
id: "1", name: "Il Piccolo Principe", price: "€12.00", variant: "Illustrato", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girl-with-glasses-getting-stressed-out_53876-63179.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Storie della Buonanotte",
|
||||
price: "€18.00",
|
||||
variant: "Copertina rigida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778559.jpg",
|
||||
},
|
||||
id: "2", name: "Storie della Buonanotte", price: "€18.00", variant: "Copertina rigida", imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778559.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Avventure in Foresta",
|
||||
price: "€14.50",
|
||||
variant: "Tascabile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-dark-style_23-2151013375.jpg",
|
||||
},
|
||||
id: "3", name: "Avventure in Foresta", price: "€14.50", variant: "Tascabile", imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-dark-style_23-2151013375.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "La Mappa del Tesoro",
|
||||
price: "€16.00",
|
||||
variant: "Illustrato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-kids-garden_23-2151548895.jpg",
|
||||
},
|
||||
id: "4", name: "La Mappa del Tesoro", price: "€16.00", variant: "Illustrato", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-kids-garden_23-2151548895.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Misteri di Luna",
|
||||
price: "€13.00",
|
||||
variant: "Copertina rigida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stack-vintage-hardcover-books_23-2148213865.jpg",
|
||||
},
|
||||
id: "5", name: "Misteri di Luna", price: "€13.00", variant: "Copertina rigida", imageSrc: "http://img.b2bpic.net/free-photo/stack-vintage-hardcover-books_23-2148213865.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Il Drago di Fuoco",
|
||||
price: "€15.00",
|
||||
variant: "Illustrato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-girl-sitting-many-books_1098-2050.jpg",
|
||||
},
|
||||
id: "6", name: "Il Drago di Fuoco", price: "€15.00", variant: "Illustrato", imageSrc: "http://img.b2bpic.net/free-photo/smart-girl-sitting-many-books_1098-2050.jpg"},
|
||||
]}
|
||||
title="Libri in evidenza"
|
||||
description="Una selezione dei titoli più amati e delle nuove uscite imperdibili per la vostra libreria domestica."
|
||||
@@ -188,34 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5000+",
|
||||
title: "Libri venduti",
|
||||
items: [
|
||||
"Storie classiche",
|
||||
"Prime letture",
|
||||
"Graphic novel",
|
||||
],
|
||||
id: "1", value: "5000+", title: "Libri venduti", items: [
|
||||
"Storie classiche", "Prime letture", "Graphic novel"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "120+",
|
||||
title: "Eventi organizzati",
|
||||
items: [
|
||||
"Letture animate",
|
||||
"Laboratori",
|
||||
"Feste",
|
||||
],
|
||||
id: "2", value: "120+", title: "Eventi organizzati", items: [
|
||||
"Letture animate", "Laboratori", "Feste"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "850+",
|
||||
title: "Piccoli lettori",
|
||||
items: [
|
||||
"Clienti fidelizzati",
|
||||
"Nuove amicizie",
|
||||
"Lettori felici",
|
||||
],
|
||||
id: "3", value: "850+", title: "Piccoli lettori", items: [
|
||||
"Clienti fidelizzati", "Nuove amicizie", "Lettori felici"],
|
||||
},
|
||||
]}
|
||||
title="Numeri da favola"
|
||||
@@ -228,30 +149,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-posing-smiling_23-2148414883.jpg",
|
||||
},
|
||||
id: "1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/mother-son-posing-smiling_23-2148414883.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-way-that-we-should-go_329181-10553.jpg",
|
||||
},
|
||||
id: "2", name: "Marco P.", imageSrc: "http://img.b2bpic.net/free-photo/this-is-way-that-we-should-go_329181-10553.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Giulia S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
|
||||
},
|
||||
id: "3", name: "Giulia S.", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luca F.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-holding-closed-book_1187-2696.jpg",
|
||||
},
|
||||
id: "4", name: "Luca F.", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-holding-closed-book_1187-2696.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-bedroom_23-2147791502.jpg",
|
||||
},
|
||||
id: "5", name: "Anna V.", imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-bedroom_23-2147791502.jpg"},
|
||||
]}
|
||||
cardTitle="Dicono di noi"
|
||||
cardTag="Recensioni"
|
||||
@@ -265,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dove si trova la libreria?",
|
||||
content: "Siamo in Via dei Lettori, 10, nel cuore del centro storico.",
|
||||
},
|
||||
id: "1", title: "Dove si trova la libreria?", content: "Siamo in Via dei Lettori, 10, nel cuore del centro storico."},
|
||||
{
|
||||
id: "2",
|
||||
title: "È possibile prenotare i libri?",
|
||||
content: "Certamente, potete contattarci via telefono o email per ordinare i vostri titoli preferiti.",
|
||||
},
|
||||
id: "2", title: "È possibile prenotare i libri?", content: "Certamente, potete contattarci via telefono o email per ordinare i vostri titoli preferiti."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Organizzate feste di compleanno?",
|
||||
content: "Sì, offriamo pacchetti personalizzati per feste a tema letterario per bambini.",
|
||||
},
|
||||
id: "3", title: "Organizzate feste di compleanno?", content: "Sì, offriamo pacchetti personalizzati per feste a tema letterario per bambini."},
|
||||
]}
|
||||
title="Domande frequenti"
|
||||
description="Tutto quello che c'è da sapere sui nostri servizi ed eventi."
|
||||
@@ -290,16 +187,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contatti"
|
||||
title="Venite a trovarci"
|
||||
description="Siamo aperti dal lunedì al sabato, dalle 9:30 alle 19:30. Venite a scoprire le nostre novità!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Scrivici",
|
||||
href: "mailto:info@laquilone.it",
|
||||
},
|
||||
text: "Scrivici", href: "mailto:info@laquilone.it"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,33 +203,21 @@ export default function LandingPage() {
|
||||
logoText="L'Aquilone Libreria"
|
||||
columns={[
|
||||
{
|
||||
title: "Libreria",
|
||||
items: [
|
||||
title: "Libreria", items: [
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Chi Siamo", href: "#about"},
|
||||
{
|
||||
label: "Libri",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Libri", href: "#products"},
|
||||
{
|
||||
label: "Eventi",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Eventi", href: "#events"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", 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