Merge version_4 into main #5
@@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { BarChart3, Package, Users, Mail, Phone, Info } from 'lucide-react';
|
||||
import { BarChart3, Package, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -37,6 +37,7 @@ export default function LandingPage() {
|
||||
{ name: "Επικοινωνία", id: "contact" },
|
||||
]}
|
||||
brandName="Mr. Ice"
|
||||
button={{ text: "Παραγγελία" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +48,9 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Mr. Ice Operations", stats: [
|
||||
{ title: "Εμπειρία", values: [20, 0, 0], valueSuffix: "+", description: "Χρόνια στην αγορά" }
|
||||
{ title: "Εμπειρία", values: [20, 0, 0], description: "Χρόνια στην αγορά" },
|
||||
{ title: "Πελάτες", values: [500, 0, 0], description: "Ενεργοί συνεργάτες" },
|
||||
{ title: "Διανομή", values: [24, 7, 0], description: "Εξυπηρέτηση ανά εβδομάδα" }
|
||||
],
|
||||
logoIcon: BarChart3,
|
||||
sidebarItems: [{ icon: Package, active: true }, { icon: Users }],
|
||||
@@ -81,7 +84,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Πάγος 5kg", price: "Κατόπιν Συνεννόησης", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/ice-cubes-arrangement-still-life_23-2150312394.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Πάγος 1.5kg", price: "Κατόπιν Συνεννόησης", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/ice-cube-background-still-life_23-2150408431.jpg?_wi=1" }
|
||||
{ id: "p2", name: "Πάγος 1.5kg", price: "Κατόπιν Συνεννόησης", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/ice-cube-background-still-life_23-2150408431.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Πάγος 10kg", price: "Κατόπιν Συνεννόησης", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/ice-cubes-arrangement-still-life_23-2150312394.jpg?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,8 +96,10 @@ export default function LandingPage() {
|
||||
description="Δείκτες ποιότητας και εξυπηρέτησης."
|
||||
textboxLayout="default"
|
||||
animationType="none"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "20+", title: "Εμπειρία", description: "Χρόνια στον κλάδο", imageSrc: "http://img.b2bpic.net/free-photo/view-ice-cubes_23-2150718374.jpg" }
|
||||
{ id: "m1", value: "20+", title: "Εμπειρία", description: "Χρόνια στον κλάδο", imageSrc: "http://img.b2bpic.net/free-photo/view-ice-cubes_23-2150718374.jpg" },
|
||||
{ id: "m2", value: "100%", title: "Καθαρότητα", description: "Προδιαγραφές τροφίμων", imageSrc: "http://img.b2bpic.net/free-photo/view-ice-cubes_23-2150718374.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,8 +107,10 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Τι λένε για εμάς"
|
||||
description="Εμπιστοσύνη των πελατών μας."
|
||||
textboxLayout="default"
|
||||
animationType="none"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Vasilis Μ.", handle: "Ιδιοκτήτης επιχείρησης", testimonial: "20+ χρόνια άψογη εξυπηρέτηση!" }
|
||||
]}
|
||||
@@ -112,8 +120,10 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Συχνές Ερωτήσεις"
|
||||
description="Ερωτήσεις που λαμβάνουμε συχνά."
|
||||
textboxLayout="default"
|
||||
faqsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Πού εξυπηρετείτε;", content: "Σε όλη τη Θεσσαλονίκη." }
|
||||
]}
|
||||
@@ -142,4 +152,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user