Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 06:25:49 +00:00

View File

@@ -30,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Αρχική",
id: "hero",
},
{
name: "Εμπειρίες",
id: "experience",
},
{
name: "Προϊόντα",
id: "products",
},
{
name: "Ιστορία",
id: "history",
},
{
name: "Επικοινωνία",
id: "contact",
},
{ name: "Αρχική", id: "hero" },
{ name: "Εμπειρίες", id: "experience" },
{ name: "Προϊόντα", id: "products" },
{ name: "Ιστορία", id: "history" },
{ name: "Επικοινωνία", id: "contact" }
]}
brandName="Αγορά Καπάνι"
/>
@@ -57,104 +42,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Μπες στην Ψυχή της Θεσσαλονίκης"
description="Εκεί που οι γεύσεις, οι φωνές και η παράδοση ζωντανεύουν σε μια αυθεντική premium εμπειρία."
testimonials={[
{
name: "Γιώργος Π.",
handle: "@foodie",
testimonial: "Βρίσκεις τα πάντα! Μια εμπειρία που πρέπει να ζήσεις.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg?_wi=1",
},
{
name: "Maria S.",
handle: "@traveler",
testimonial: "Σαν να ταξιδεύεις σε άλλη εποχή. Απίστευτα χρώματα.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg?_wi=1",
},
{
name: "Νίκος Α.",
handle: "@chef_nikos",
testimonial: "Πρώτες ύλες ανώτερης ποιότητας. Το Καπάνι είναι το σπίτι μου.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg?_wi=2",
},
{
name: "Elena V.",
handle: "@vlogger",
testimonial: "Μαγεία! Κάθε γωνιά κρύβει μια έκπληξη.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg?_wi=2",
},
{
name: "Κώστας Μ.",
handle: "@local_expert",
testimonial: "Η ιστορία της πόλης μας διατηρείται ζωντανή εδώ.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg?_wi=3",
},
]}
buttons={[
{
text: "Ανακάλυψε την Αγορά",
href: "#experience",
},
{
text: "Οργάνωσε την Επίσκεψη",
href: "#contact",
},
{ name: "Γιώργος Π.", handle: "@foodie", testimonial: "Βρίσκεις τα πάντα! Μια εμπειρία που πρέπει να ζήσεις.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg" },
{ name: "Maria S.", handle: "@traveler", testimonial: "Σαν να ταξιδεύεις σε άλλη εποχή. Απίστευτα χρώματα.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg" },
{ name: "Νίκος Α.", handle: "@chef_nikos", testimonial: "Πρώτες ύλες ανώτερης ποιότητας. Το Καπάνι είναι το σπίτι μου.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg" },
{ name: "Elena V.", handle: "@vlogger", testimonial: "Μαγεία! Κάθε γωνιά κρύβει μια έκπληξη.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg" },
{ name: "Κώστας Μ.", handle: "@local_expert", testimonial: "Η ιστορία της πόλης μας διατηρείται ζωντανή εδώ.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg" }
]}
buttons={[{ text: "Ανακάλυψε την Αγορά", href: "#experience" }, { text: "Οργάνωσε την Επίσκεψη", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-picking-toys_23-2148287858.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg",
alt: "User 5",
},
]}
marqueeItems={[
{
type: "text",
text: "Παραδοσιακή Αγορά",
},
{
type: "text",
text: "Φρέσκα Προϊόντα",
},
{
type: "text",
text: "Ιστορική Εμπειρία",
},
{
type: "text",
text: "Γαστρονομικός Παράδεισος",
},
{
type: "text",
text: "Αυθεντική Θεσσαλονίκη",
},
{ src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/attractive-smiled-beautiful-caucasian-woman-with-friends-cozy-cafe_8353-10012.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/blond-woman-eating-salad_23-2148173216.jpg", alt: "User 5" }
]}
marqueeItems={[{ type: "text", text: "Παραδοσιακή Αγορά" }, { type: "text", text: "Φρέσκα Προϊόντα" }, { type: "text", text: "Ιστορική Εμπειρία" }, { type: "text", text: "Γαστρονομικός Παράδεισος" }, { type: "text", text: "Αυθεντική Θεσσαλονίκη" }]}
/>
</div>
@@ -162,26 +70,12 @@ export default function LandingPage() {
<FeatureCardOne
textboxLayout="split"
gridVariant="uniform-all-items-equal"
animationType="blur-reveal"
useInvertedBackground={false}
features={[
{
title: "Γεύσεις & Φαγητό",
description: "Από παραδοσιακά μεζεδοπωλεία μέχρι εξαιρετικά τοπικά τυριά.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287837.jpg?_wi=1",
imageAlt: "Γεύσεις",
},
{
title: "Κρυμμένοι Θησαυροί",
description: "Επιλεγμένα υλικά για σεφ και food lovers.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-water-tea-kinds-cups-bowls-dark-wooden-background-horizontal_176474-5358.jpg?_wi=1",
imageAlt: "Θησαυροί",
},
{
title: "Ζωή της Αγοράς",
description: "Η καθημερινή ενέργεια και η αυθεντική ανθρώπινη επαφή.",
imageSrc: "http://img.b2bpic.net/free-photo/family-cooking-kitchen-food-togetherness-concept_53876-23034.jpg?_wi=1",
imageAlt: "Ζωή",
},
{ title: "Γεύσεις & Φαγητό", description: "Από παραδοσιακά μεζεδοπωλεία μέχρι εξαιρετικά τοπικά τυριά.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287837.jpg", imageAlt: "Γεύσεις" },
{ title: "Κρυμμένοι Θησαυροί", description: "Επιλεγμένα υλικά για σεφ και food lovers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-water-tea-kinds-cups-bowls-dark-wooden-background-horizontal_176474-5358.jpg", imageAlt: "Θησαυροί" },
{ title: "Ζωή της Αγοράς", description: "Η καθημερινή ενέργεια και η αυθεντική ανθρώπινη επαφή.", imageSrc: "http://img.b2bpic.net/free-photo/family-cooking-kitchen-food-togetherness-concept_53876-23034.jpg", imageAlt: "Ζωή" }
]}
title="Η Εμπειρία Καπάνι"
description="Ανακάλυψε τις πτυχές μιας αγοράς με ιστορία 100 ετών."
@@ -192,62 +86,15 @@ export default function LandingPage() {
<ProductCardTwo
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
animationType="blur-reveal"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Kapani",
name: "Φρέσκα Ψάρια",
price: "Premium",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287837.jpg?_wi=2",
},
{
id: "p2",
brand: "Kapani",
name: "Εκλεκτά Κρέατα",
price: "Top",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/family-cooking-kitchen-food-togetherness-concept_53876-23034.jpg?_wi=2",
},
{
id: "p3",
brand: "Kapani",
name: "Φρέσκα Λαχανικά",
price: "Fresh",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/wicker-basket-fresh-leafy-vegetables-arranged-row-market-stall_23-2148209773.jpg?_wi=1",
},
{
id: "p4",
brand: "Kapani",
name: "Αρωματικά Μπαχαρικά",
price: "Aromatic",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-water-tea-kinds-cups-bowls-dark-wooden-background-horizontal_176474-5358.jpg?_wi=2",
},
{
id: "p5",
brand: "Kapani",
name: "Τοπικά Προϊόντα",
price: "Authentic",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-water-tea-kinds-cups-bowls-dark-wooden-background-horizontal_176474-5358.jpg?_wi=3",
},
{
id: "p6",
brand: "Kapani",
name: "Καθημερινά Είδη",
price: "Value",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/wicker-basket-fresh-leafy-vegetables-arranged-row-market-stall_23-2148209773.jpg?_wi=2",
},
{ id: "p1", brand: "Kapani", name: "Φρέσκα Ψάρια", price: "Premium", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287837.jpg" },
{ id: "p2", brand: "Kapani", name: "Εκλεκτά Κρέατα", price: "Top", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/family-cooking-kitchen-food-togetherness-concept_53876-23034.jpg" },
{ id: "p3", brand: "Kapani", name: "Φρέσκα Λαχανικά", price: "Fresh", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/wicker-basket-fresh-leafy-vegetables-arranged-row-market-stall_23-2148209773.jpg" },
{ id: "p4", brand: "Kapani", name: "Αρωματικά Μπαχαρικά", price: "Aromatic", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-water-tea-kinds-cups-bowls-dark-wooden-background-horizontal_176474-5358.jpg" },
{ id: "p5", brand: "Kapani", name: "Τοπικά Προϊόντα", price: "Authentic", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-water-tea-kinds-cups-bowls-dark-wooden-background-horizontal_176474-5358.jpg" },
{ id: "p6", brand: "Kapani", name: "Καθημερινά Είδη", price: "Value", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/wicker-basket-fresh-leafy-vegetables-arranged-row-market-stall_23-2148209773.jpg" }
]}
title="Προϊόντα της Αγοράς"
description="Η αφθονία της ελληνικής γης στις πιο αυθεντικές τιμές."
@@ -257,26 +104,12 @@ export default function LandingPage() {
<div id="history" data-section="history">
<MetricCardThree
textboxLayout="split"
animationType="blur-reveal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Award,
title: "Ιστορία",
value: "100+ Χρόνια",
},
{
id: "m2",
icon: Users,
title: "Εμπειρία",
value: "Αυθεντική",
},
{
id: "m3",
icon: Zap,
title: "Ποικιλία",
value: "Τεράστια",
},
{ id: "m1", icon: Award, title: "Ιστορία", value: "100+ Χρόνια" },
{ id: "m2", icon: Users, title: "Εμπειρία", value: "Αυθεντική" },
{ id: "m3", icon: Zap, title: "Ποικιλία", value: "Τεράστια" }
]}
title="Γιατί το Καπάνι;"
description="Η ιστορική σημασία της αγοράς σήμερα."
@@ -288,23 +121,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Πότε να έρθω;",
content: "Το πρωί είναι η ιδανική ώρα για να νιώσεις την ένταση.",
},
{
id: "f2",
title: "Πώς θα έρθω;",
content: "Στο κέντρο της πόλης, κοντά στην οδό Βενιζέλου.",
},
{
id: "f3",
title: "Είναι ακριβά;",
content: "Υπάρχουν επιλογές για κάθε budget, από οικονομικές προσφορές μέχρι premium.",
},
{ id: "f1", title: "Πότε να έρθω?", content: "Το πρωί είναι η ιδανική ώρα για να νιώσεις την ένταση." },
{ id: "f2", title: "Πώς θα έρθω?", content: "Στο κέντρο της πόλης, κοντά στην οδό Βενιζέλου." },
{ id: "f3", title: "Είναι ακριβά?", content: "Υπάρχουν επιλογές για κάθε budget, από οικονομικές προσφορές μέχρι premium." }
]}
imageSrc="http://img.b2bpic.net/free-photo/wicker-basket-fresh-leafy-vegetables-arranged-row-market-stall_23-2148209773.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/wicker-basket-fresh-leafy-vegetables-arranged-row-market-stall_23-2148209773.jpg"
mediaAnimation="blur-reveal"
title="Συχνές Ερωτήσεις"
description="Οργάνωσε την επίσκεψή σου και μάθε τι να περιμένεις."
@@ -315,20 +136,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
text="Ζήσε την αυθεντική Θεσσαλονίκη. Επισκέψου μας σήμερα."
buttons={[
{
text: "Δες το Χάρτη",
href: "#map",
},
{
text: "Επικοινωνία",
href: "#",
},
]}
buttons={[{ text: "Δες το Χάρτη", href: "#map" }, { text: "Επικοινωνία", href: "#" }]}
/>
</div>
@@ -337,32 +147,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599532.jpg"
logoText="Αγορά Καπάνι"
columns={[
{
title: "Εξερεύνηση",
items: [
{
label: "Αρχική",
href: "#hero",
},
{
label: "Εμπειρίες",
href: "#experience",
},
],
},
{
title: "Πληροφορίες",
items: [
{
label: "Ιστορικό",
href: "#history",
},
{
label: "Ερωτήσεις",
href: "#faq",
},
],
},
{ title: "Εξερεύνηση", items: [{ label: "Αρχική", href: "#hero" }, { label: "Εμπειρίες", href: "#experience" }] },
{ title: "Πληροφορίες", items: [{ label: "Ιστορικό", href: "#history" }, { label: "Ερωτήσεις", href: "#faq" }] }
]}
copyrightText="© 2025 Αγορά Καπάνι - Η ψυχή της πόλης."
/>