Update src/app/page.tsx
This commit is contained in:
200
src/app/page.tsx
200
src/app/page.tsx
@@ -30,97 +30,63 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Η Εμπειρία",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Η Εμπειρία", id: "experience"},
|
||||
{
|
||||
name: "Συλλογές",
|
||||
id: "collections",
|
||||
},
|
||||
name: "Συλλογές", id: "collections"},
|
||||
{
|
||||
name: "Το Κτήριο",
|
||||
id: "history",
|
||||
},
|
||||
name: "Το Κτήριο", id: "history"},
|
||||
{
|
||||
name: "Επίσκεψη",
|
||||
id: "visit",
|
||||
},
|
||||
name: "Επίσκεψη", id: "visit"},
|
||||
]}
|
||||
brandName="Αρέθουσα"
|
||||
button={{
|
||||
text: "Κλείστε Επίσκεψη",
|
||||
}}
|
||||
text: "Κλείστε Επίσκεψη"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Αρχαιολογικό Μουσείο Χαλκίδας Αρέθουσα"
|
||||
description="Ένα βιομηχανικό μνημείο των αρχών του 20ού αιώνα μεταμορφώνεται σε μια καθηλωτική εμπειρία πολιτισμού, ιστορίας και σύγχρονης μουσειακής αισθητικής."
|
||||
tag="Το νέο πολιτιστικό στολίδι της Χαλκίδας"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ανακαλύψτε το Μουσείο",
|
||||
href: "#experience",
|
||||
},
|
||||
text: "Ανακαλύψτε το Μουσείο", href: "#experience"},
|
||||
{
|
||||
text: "Δείτε τις Εκθέσεις",
|
||||
href: "#collections",
|
||||
},
|
||||
text: "Δείτε τις Εκθέσεις", href: "#collections"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/historic-gallery-with-columns-glass-roof-atmospheric-city-passage_169016-70825.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU5CqE3k3JJ60Aw8IJusbXYUFX/uploaded-1778325559572-o2yvwfub.png"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/square-vintage-building_1359-805.jpg",
|
||||
alt: "square of vintage building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/square-vintage-building_1359-805.jpg", alt: "square of vintage building"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/roof-columns-natural-history-museum-marseille-sunlight-france_181624-18710.jpg",
|
||||
alt: "Roof and columns of the Natural History Museum of Marseille under the sunlight in France",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/roof-columns-natural-history-museum-marseille-sunlight-france_181624-18710.jpg", alt: "Roof and columns of the Natural History Museum of Marseille under the sunlight in France"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/square-vintage-building_1359-803.jpg",
|
||||
alt: "square of vintage building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/square-vintage-building_1359-803.jpg", alt: "square of vintage building"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-church-background_23-2149285705.jpg",
|
||||
alt: "Beautiful church background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-church-background_23-2149285705.jpg", alt: "Beautiful church background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/life-mexico-landscape-with-building_23-2149862544.jpg",
|
||||
alt: "Life in mexico landscape with building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/life-mexico-landscape-with-building_23-2149862544.jpg", alt: "Life in mexico landscape with building"},
|
||||
]}
|
||||
avatarText="Χιλιάδες επισκέπτες εμπιστεύονται την ιστορία μας."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Αρχαία Ιστορία",
|
||||
icon: History,
|
||||
type: "text-icon", text: "Αρχαία Ιστορία", icon: History,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ευβοϊκός Πολιτισμός",
|
||||
icon: Building2,
|
||||
type: "text-icon", text: "Ευβοϊκός Πολιτισμός", icon: Building2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Σύγχρονη Μουσειολογία",
|
||||
icon: Building,
|
||||
type: "text-icon", text: "Σύγχρονη Μουσειολογία", icon: Building,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Εκπαιδευτικά Προγράμματα",
|
||||
icon: BookOpen,
|
||||
type: "text-icon", text: "Εκπαιδευτικά Προγράμματα", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Διαδραστική Εμπειρία",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Διαδραστική Εμπειρία", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,59 +109,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Συλλογή",
|
||||
name: "Πολιτειακή Οργάνωση",
|
||||
price: "Αρχαιότητες",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-globe-antique-store_23-2149640754.jpg",
|
||||
},
|
||||
id: "p1", brand: "Συλλογή", name: "Πολιτειακή Οργάνωση", price: "Αρχαιότητες", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/world-globe-antique-store_23-2149640754.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Συλλογή",
|
||||
name: "Οικονομία & Εμπόριο",
|
||||
price: "Ιστορία",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chandelier-two-positions-white-background-studio-photo-vintage-retro-old-fashioned-style-candle-holder_482257-33029.jpg",
|
||||
},
|
||||
id: "p2", brand: "Συλλογή", name: "Οικονομία & Εμπόριο", price: "Ιστορία", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chandelier-two-positions-white-background-studio-photo-vintage-retro-old-fashioned-style-candle-holder_482257-33029.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Συλλογή",
|
||||
name: "Λατρεία & Τελετουργία",
|
||||
price: "Τέχνη",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-style-lamp-design_23-2151105951.jpg",
|
||||
},
|
||||
id: "p3", brand: "Συλλογή", name: "Λατρεία & Τελετουργία", price: "Τέχνη", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-lamp-design_23-2151105951.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Συλλογή",
|
||||
name: "Πολιτισμικές Ταυτότητες",
|
||||
price: "Εύβοια",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull_23-2150835893.jpg",
|
||||
},
|
||||
id: "p4", brand: "Συλλογή", name: "Πολιτισμικές Ταυτότητες", price: "Εύβοια", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull_23-2150835893.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Συλλογή",
|
||||
name: "Καθημερινή Ζωή",
|
||||
price: "Ευρήματα",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-pottery-vessels-earthenware_23-2151538383.jpg",
|
||||
},
|
||||
id: "p5", brand: "Συλλογή", name: "Καθημερινή Ζωή", price: "Ευρήματα", rating: 5,
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-pottery-vessels-earthenware_23-2151538383.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Συλλογή",
|
||||
name: "Αρχιτεκτονικά Μέλη",
|
||||
price: "Κτίρια",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-candlestick-dark-surface_179666-37730.jpg",
|
||||
},
|
||||
id: "p6", brand: "Συλλογή", name: "Αρχιτεκτονικά Μέλη", price: "Κτίρια", rating: 5,
|
||||
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-candlestick-dark-surface_179666-37730.jpg"},
|
||||
]}
|
||||
title="Συλλογές"
|
||||
description="Από την αρχαία Εύβοια έως τη Σκύρο, ανακαλύψτε θησαυρούς από το παρελθόν."
|
||||
@@ -216,30 +146,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ελένη Παπαδοπούλου",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-tourist-near-lake_23-2148601914.jpg",
|
||||
},
|
||||
id: "t1", name: "Ελένη Παπαδοπούλου", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-tourist-near-lake_23-2148601914.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Γιώργος Νικολάου",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
},
|
||||
id: "t2", name: "Γιώργος Νικολάου", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Μαρία Κωνσταντίνου",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kids-with-magnifying-glass_23-2149668725.jpg",
|
||||
},
|
||||
id: "t3", name: "Μαρία Κωνσταντίνου", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kids-with-magnifying-glass_23-2149668725.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Νίκος Αλεξίου",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170374.jpg",
|
||||
},
|
||||
id: "t4", name: "Νίκος Αλεξίου", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170374.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Άννα Βασιλείου",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-girl-with-hat-looking-camera_23-2148752376.jpg",
|
||||
},
|
||||
id: "t5", name: "Άννα Βασιλείου", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-girl-with-hat-looking-camera_23-2148752376.jpg"},
|
||||
]}
|
||||
cardTitle="Η εμπειρία που μένει στη μνήμη."
|
||||
cardTag="Επισκέπτες"
|
||||
@@ -254,22 +169,13 @@ export default function LandingPage() {
|
||||
description="Σχεδιάστε την επίσκεψή σας στο Αρχαιολογικό Μουσείο Χαλκίδας. Προγραμματίστε μια ξενάγηση ή ρωτήστε μας για τις τρέχουσες εκθέσεις."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Ονοματεπώνυμο",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Ονοματεπώνυμο", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Ημερομηνία Επίσκεψης",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Ημερομηνία Επίσκεψης", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-warming-up-before-training-street_23-2147757975.jpg"
|
||||
@@ -282,33 +188,21 @@ export default function LandingPage() {
|
||||
logoText="Αρέθουσα"
|
||||
columns={[
|
||||
{
|
||||
title: "Μουσείο",
|
||||
items: [
|
||||
title: "Μουσείο", items: [
|
||||
{
|
||||
label: "Η Εμπειρία",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Η Εμπειρία", href: "#experience"},
|
||||
{
|
||||
label: "Συλλογές",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Συλλογές", href: "#collections"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Επισκεψιμότητα",
|
||||
items: [
|
||||
title: "Επισκεψιμότητα", items: [
|
||||
{
|
||||
label: "Ωράριο",
|
||||
href: "#visit",
|
||||
},
|
||||
label: "Ωράριο", href: "#visit"},
|
||||
{
|
||||
label: "Πρόσβαση",
|
||||
href: "#visit",
|
||||
},
|
||||
label: "Πρόσβαση", href: "#visit"},
|
||||
{
|
||||
label: "Επικοινωνία",
|
||||
href: "#visit",
|
||||
},
|
||||
label: "Επικοινωνία", href: "#visit"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -318,4 +212,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user