Merge version_1 into main #2
335
src/app/page.tsx
335
src/app/page.tsx
@@ -16,242 +16,121 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Αρχική",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Σχετικά",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Προϊόντα",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Επικοινωνία",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="ΣΠΥΡΑΚΗΣ ΣΠΥΡΙΔΩΝ"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Αρχική", id: "hero" },
|
||||
{ name: "Σχετικά", id: "about" },
|
||||
{ name: "Προϊόντα", id: "products" },
|
||||
{ name: "Επικοινωνία", id: "contact" },
|
||||
]}
|
||||
brandName="ΣΠΥΡΑΚΗΣ ΣΠΥΡΙΔΩΝ"
|
||||
button={{ text: "Κλήση" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
title="Τέχνη και Φρεσκάδα στα Λουλούδια σας"
|
||||
description="Το ανθοπωλείο ΣΠΥΡΑΚΗΣ ΣΠΥΡΙΔΩΝ στο Νέο Ψυχικό προσφέρει μοναδικές συνθέσεις για κάθε περίσταση, με πάθος και αγάπη για τη φύση."
|
||||
buttons={[
|
||||
{
|
||||
text: "Δείτε τα προϊόντα",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-with-tablet-flower-shop_23-2148377265.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17343.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sideways-shot-glad-dark-skinned-woman-laughs-with-joy-touches-neck-holds-yellow-tulips-wears-violet-t-shirt-pleased-by-getting-flowers-compliment-poses-purple-wall-free-space_273609-26514.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-beautiful-girls-looking-shop-window_1301-4016.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-holding-bouquet-roses-from-her-boyfriend_23-2149161970.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="500+ ευχαριστημένοι πελάτες"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Φρέσκα Λουλούδια",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Συνθέσεις",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Άμεση Παράδοση",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Διακόσμηση Εκδηλώσεων",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Εμπειρία 20+ ετών",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
title="Τέχνη και Φρεσκάδα στα Λουλούδια σας"
|
||||
description="Το ανθοπωλείο ΣΠΥΡΑΚΗΣ ΣΠΥΡΙΔΩΝ στο Νέο Ψυχικό προσφέρει μοναδικές συνθέσεις για κάθε περίσταση, με πάθος και αγάπη για τη φύση."
|
||||
buttons={[{ text: "Δείτε τα προϊόντα", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-with-tablet-flower-shop_23-2148377265.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17343.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sideways-shot-glad-dark-skinned-woman-laughs-with-joy-touches-neck-holds-yellow-tulips-wears-violet-t-shirt-pleased-by-getting-flowers-compliment-poses-purple-wall-free-space_273609-26514.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-beautiful-girls-looking-shop-window_1301-4016.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-holding-bouquet-roses-from-her-boyfriend_23-2149161970.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="500+ ευχαριστημένοι πελάτες"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Φρέσκα Λουλούδια" },
|
||||
{ type: "text", text: "Custom Συνθέσεις" },
|
||||
{ type: "text", text: "Άμεση Παράδοση" },
|
||||
{ type: "text", text: "Διακόσμηση Εκδηλώσεων" },
|
||||
{ type: "text", text: "Εμπειρία 20+ ετών" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Η δέσμευσή μας για ποιότητα"
|
||||
description="Με πολυετή εμπειρία στην ανθοδετική, δημιουργούμε συνθέσεις που μεταφέρουν συναισθήματα και ομορφιά. Κάθε λουλούδι επιλέγεται προσεκτικά για εσάς."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Φρέσκα Λουλούδια",
|
||||
description: "Καθημερινή προμήθεια για τη μέγιστη διάρκεια ζωής.",
|
||||
},
|
||||
{
|
||||
title: "Custom Συνθέσεις",
|
||||
description: "Δημιουργούμε το μπουκέτο που ονειρεύεστε.",
|
||||
},
|
||||
{
|
||||
title: "Εμπειρία",
|
||||
description: "Πάνω από 20 χρόνια στο Νέο Ψυχικό.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-florist-arranging-flowers-shop_23-2147760968.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Η δέσμευσή μας για ποιότητα"
|
||||
description="Με πολυετή εμπειρία στην ανθοδετική, δημιουργούμε συνθέσεις που μεταφέρουν συναισθήματα και ομορφιά. Κάθε λουλούδι επιλέγεται προσεκτικά για εσάς."
|
||||
bulletPoints={[
|
||||
{ title: "Φρέσκα Λουλούδια", description: "Καθημερινή προμήθεια για τη μέγιστη διάρκεια ζωής." },
|
||||
{ title: "Custom Συνθέσεις", description: "Δημιουργούμε το μπουκέτο που ονειρεύεστε." },
|
||||
{ title: "Εμπειρία", description: "Πάνω από 20 χρόνια στο Νέο Ψυχικό." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-florist-arranging-flowers-shop_23-2147760968.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Spring Joy",
|
||||
price: "35€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-bouquet-roses-from-her-boyfriend_23-2149161970.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Elegant Rose",
|
||||
price: "45€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Wild Garden",
|
||||
price: "30€",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/seamless-colorful-summer-floral-pattern_1284-3436.jpg",
|
||||
},
|
||||
]}
|
||||
title="Δημοφιλείς Συνθέσεις"
|
||||
description="Επιλέξτε από τη συλλογή μας για δώρα που εντυπωσιάζουν."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Spring Joy", price: "35€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-bouquet-roses-from-her-boyfriend_23-2149161970.jpg" },
|
||||
{ id: "p2", name: "Elegant Rose", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg" },
|
||||
{ id: "p3", name: "Wild Garden", price: "30€", imageSrc: "http://img.b2bpic.net/free-vector/seamless-colorful-summer-floral-pattern_1284-3436.jpg" },
|
||||
]}
|
||||
title="Δημοφιλείς Συνθέσεις"
|
||||
description="Επιλέξτε από τη συλλογή μας για δώρα που εντυπωσιάζουν."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Μαρία Γ.",
|
||||
handle: "@maria_g",
|
||||
testimonial: "Φανταστικά λουλούδια και εξαιρετική εξυπηρέτηση!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Γιώργος Κ.",
|
||||
handle: "@george_k",
|
||||
testimonial: "Πάντα βρίσκω το τέλειο δώρο.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17343.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ελένη Π.",
|
||||
handle: "@eleni_p",
|
||||
testimonial: "Η ποιότητα είναι ασύγκριτη.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-glad-dark-skinned-woman-laughs-with-joy-touches-neck-holds-yellow-tulips-wears-violet-t-shirt-pleased-by-getting-flowers-compliment-poses-purple-wall-free-space_273609-26514.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Νίκος Σ.",
|
||||
handle: "@nikos_s",
|
||||
testimonial: "Το καλύτερο ανθοπωλείο στο Ψυχικό.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-beautiful-girls-looking-shop-window_1301-4016.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Αννα Τ.",
|
||||
handle: "@anna_t",
|
||||
testimonial: "Υπέροχη αισθητική σε κάθε ανθοδέσμη!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Τι λένε για εμάς"
|
||||
description="Οι πελάτες μας είναι η έμπνευσή μας."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Μαρία Γ.", handle: "@maria_g", testimonial: "Φανταστικά λουλούδια και εξαιρετική εξυπηρέτηση!", imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg" },
|
||||
{ id: "t2", name: "Γιώργος Κ.", handle: "@george_k", testimonial: "Πάντα βρίσκω το τέλειο δώρο.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17343.jpg" },
|
||||
{ id: "t3", name: "Ελένη Π.", handle: "@eleni_p", testimonial: "Η ποιότητα είναι ασύγκριτη.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-glad-dark-skinned-woman-laughs-with-joy-touches-neck-holds-yellow-tulips-wears-violet-t-shirt-pleased-by-getting-flowers-compliment-poses-purple-wall-free-space_273609-26514.jpg" },
|
||||
{ id: "t4", name: "Νίκος Σ.", handle: "@nikos_s", testimonial: "Το καλύτερο ανθοπωλείο στο Ψυχικό.", imageSrc: "http://img.b2bpic.net/free-photo/group-beautiful-girls-looking-shop-window_1301-4016.jpg" },
|
||||
{ id: "t5", name: "Αννα Τ.", handle: "@anna_t", testimonial: "Υπέροχη αισθητική σε κάθε ανθοδέσμη!", imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg" },
|
||||
]}
|
||||
title="Τι λένε για εμάς"
|
||||
description="Οι πελάτες μας είναι η έμπνευσή μας."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Επισκεφθείτε μας στο 25ης Μαρτίου 40, Νέο Ψυχικό 154 51 ή καλέστε μας στο 21 0677 3175."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Επισκεφθείτε μας στο 25ης Μαρτίου 40, Νέο Ψυχικό 154 51 ή καλέστε μας στο 21 0677 3175."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Στοιχεία",
|
||||
items: [
|
||||
{
|
||||
label: "25ης Μαρτίου 40, Νέο Ψυχικό",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "210 677 3175",
|
||||
href: "tel:2106773175",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ώρες",
|
||||
items: [
|
||||
{
|
||||
label: "Δευ-Σάβ: 09:00 - 21:00",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Κυρ: Κλειστά",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="ΣΠΥΡΑΚΗΣ ΣΠΥΡΙΔΩΝ"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Στοιχεία", items: [{ label: "25ης Μαρτίου 40, Νέο Ψυχικό", href: "#" }, { label: "210 677 3175", href: "tel:2106773175" }] },
|
||||
{ title: "Ώρες", items: [{ label: "Δευ-Σάβ: 09:00 - 21:00", href: "#" }, { label: "Κυρ: Κλειστά", href: "#" }] },
|
||||
]}
|
||||
logoText="ΣΠΥΡΑΚΗΣ ΣΠΥΡΙΔΩΝ"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user