Merge version_2 into main #2
126
src/app/page.tsx
126
src/app/page.tsx
@@ -31,14 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Chi Siamo", id: "about"},
|
||||
{
|
||||
name: "Libri", id: "products"},
|
||||
{
|
||||
name: "Eventi", id: "events"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Chi Siamo", id: "about" },
|
||||
{ name: "Libri", id: "products" },
|
||||
{ name: "Eventi", id: "events" },
|
||||
{ name: "Contatti", id: "contact" }
|
||||
]}
|
||||
brandName="L'Aquilone"
|
||||
/>
|
||||
@@ -46,23 +43,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ 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/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/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/cup-cookie-books_23-2147767447.jpg", imageAlt: "Reading nook"},
|
||||
{ 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/autumn-season-still-life_23-2151840145.jpg", imageAlt: "Kids reading" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -73,7 +60,8 @@ 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>
|
||||
|
||||
@@ -83,12 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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: "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: "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: "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."
|
||||
@@ -102,18 +87,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
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: "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: "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: "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: "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", 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: "4", name: "La Mappa del Tesoro", price: "€16.00", variant: "Illustrato", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-kids-garden_23-2151548895.jpg" }
|
||||
]}
|
||||
title="Libri in evidenza"
|
||||
description="Una selezione dei titoli più amati e delle nuove uscite imperdibili per la vostra libreria domestica."
|
||||
@@ -126,18 +103,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
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: "3", value: "850+", title: "Piccoli lettori", items: [
|
||||
"Clienti fidelizzati", "Nuove amicizie", "Lettori felici"],
|
||||
},
|
||||
{ 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: "3", value: "850+", title: "Piccoli lettori", items: ["Clienti fidelizzati", "Nuove amicizie", "Lettori felici"] }
|
||||
]}
|
||||
title="Numeri da favola"
|
||||
description="La crescita della nostra comunità di lettori in continua espansione."
|
||||
@@ -148,16 +116,9 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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: "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: "5", name: "Anna V.", imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-bedroom_23-2147791502.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: "3", name: "Giulia S.", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg" }
|
||||
]}
|
||||
cardTitle="Dicono di noi"
|
||||
cardTag="Recensioni"
|
||||
@@ -170,12 +131,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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: "3", title: "Organizzate feste di compleanno?", content: "Sì, offriamo pacchetti personalizzati per feste a tema letterario per bambini."},
|
||||
{ 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: "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."
|
||||
@@ -186,15 +144,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ 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"},
|
||||
]}
|
||||
buttons={[{ text: "Scrivici", href: "mailto:info@laquilone.it" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -202,24 +156,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="L'Aquilone Libreria"
|
||||
columns={[
|
||||
{
|
||||
title: "Libreria", items: [
|
||||
{
|
||||
label: "Chi Siamo", href: "#about"},
|
||||
{
|
||||
label: "Libri", href: "#products"},
|
||||
{
|
||||
label: "Eventi", href: "#events"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Termini e Condizioni", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Libreria", items: [{ label: "Chi Siamo", href: "#about" }, { label: "Libri", href: "#products" }, { label: "Eventi", href: "#events" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Termini e Condizioni", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 L'Aquilone Libreria per Ragazzi."
|
||||
/>
|
||||
@@ -227,4 +165,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user