Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11fb125dec | |||
| 6eecc400a1 | |||
| 8628531970 | |||
| 04565aa647 | |||
| 17c0a33a4f | |||
| ab1dfc6a61 |
237
src/app/page.tsx
237
src/app/page.tsx
@@ -29,47 +29,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
|
||||
},
|
||||
{ name: "Αρχική", id: "home" },
|
||||
{ name: "Υπηρεσίες", id: "services" },
|
||||
{ name: "Σχετικά", id: "about" },
|
||||
{ name: "Επικοινωνία", id: "contact" },
|
||||
]}
|
||||
brandName="Mavromatis Nikolaos"
|
||||
brandName="Μαυρομάτης Νικόλαος"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Fast, Reliable Mobile Repairs You Can Trust"
|
||||
description="25+ years of experience. We fix what others can't, often in about an hour."
|
||||
title="Επισκευές Κινητών: 25+ Χρόνια Εμπειρίας – Φτιάχνουμε ό,τι Άλλοι δεν Μπορούν"
|
||||
description="25+ χρόνια εμπειρίας. Επισκευάζουμε ό,τι άλλοι δεν μπορούν, συχνά μέσα σε μία ώρα."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+30210XXXXXXX",
|
||||
},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Καλέστε Τώρα", href: "tel:+30210XXXXXXX" },
|
||||
{ text: "Δωρεάν Προσφορά", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-engineers-coming-with-energy-innovations_23-2148820119.jpg"
|
||||
imageAlt="Cell phone technician working on a repair in a clean workshop"
|
||||
imageAlt="Τεχνικός επισκευής κινητών σε καθαρό εργαστήριο"
|
||||
textPosition="bottom-left"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -79,24 +57,15 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Local Mobile Expert for 25+ Years"
|
||||
description="At Mavromatis Nikolaos, we've built a reputation for trust and expertise over a quarter-century. We believe nothing is impossible to repair, offering fast, honest, and reliable service. We're the go-to for complex fixes and a wide selection of phones and accessories."
|
||||
title="Ο Τοπικός σας Ειδικός στα Κινητά για 25+ Χρόνια"
|
||||
description="Στον Μαυρομάτη Νικόλαο, χτίσαμε τη φήμη μας πάνω στην εμπιστοσύνη και την τεχνογνωσία εδώ και ένα τέταρτο του αιώνα. Πιστεύουμε ότι δεν υπάρχει αδύνατη επισκευή, προσφέροντας γρήγορες, έντιμες και αξιόπιστες υπηρεσίες. Είμαστε η πρώτη επιλογή για σύνθετες επισκευές και μια μεγάλη ποικιλία συσκευών και αξεσουάρ."
|
||||
metrics={[
|
||||
{
|
||||
value: "25+",
|
||||
title: "Years of Expertise",
|
||||
},
|
||||
{
|
||||
value: "1",
|
||||
title: "Hour Repair Time (Avg.)",
|
||||
},
|
||||
{
|
||||
value: "Thousands",
|
||||
title: "Satisfied Customers",
|
||||
},
|
||||
{ value: "25+", title: "Χρόνια Εμπειρίας" },
|
||||
{ value: "1", title: "Ώρα Επισκευής (Κατά μ.ο.)" },
|
||||
{ value: "Χιλιάδες", title: "Ευχαριστημένοι Πελάτες" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-annoyed-blonde-male-barber-uniform-holds-scissors-looking-phone-isolated-violet-space-with-copy-space_141793-60285.jpg"
|
||||
imageAlt="Customer shaking hands with a phone repair technician, symbolizing trust"
|
||||
imageAlt="Πελάτης που σφίγγει το χέρι τεχνικού, σύμβολο εμπιστοσύνης"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,67 +78,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Repairs",
|
||||
title: "Phone Repairs",
|
||||
subtitle: "Nothing is impossible to fix",
|
||||
description: "Battery, screen, water damage, and advanced component-level repairs. We tackle issues others can't, often completing complex fixes in about an hour.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500077.jpg",
|
||||
imageAlt: "Technician repairing a damaged smartphone",
|
||||
buttons: [
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+30210XXXXXXX",
|
||||
},
|
||||
],
|
||||
tag: "Επισκευές", title: "Επισκευές Τηλεφώνων", subtitle: "Τίποτα δεν είναι αδύνατο", description: "Μπαταρία, οθόνη, βλάβη από νερό και προηγμένες επισκευές. Αντιμετωπίζουμε προβλήματα που άλλοι δεν μπορούν, συχνά σε περίπου μία ώρα.", imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500077.jpg", imageAlt: "Τεχνικός επισκευάζει χαλασμένο smartphone", buttons: [{ text: "Καλέστε Τώρα", href: "tel:+30210XXXXXXX" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Sales",
|
||||
title: "Phone Sales",
|
||||
subtitle: "New & Used Devices",
|
||||
description: "Explore our wide selection of new and quality pre-owned smartphones. Find the perfect device that fits your budget and needs, backed by our expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablets-lined-up-display-shopping-mall_53876-97239.jpg",
|
||||
imageAlt: "Display of new and used mobile phones",
|
||||
buttons: [
|
||||
{
|
||||
text: "Visit Store",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
tag: "Πωλήσεις", title: "Πωλήσεις Τηλεφώνων", subtitle: "Νέες & Μεταχειρισμένες Συσκευές", description: "Μεγάλη ποικιλία σε νέα και ποιοτικά μεταχειρισμένα smartphones. Βρείτε τη συσκευή που ταιριάζει στον προϋπολογισμό σας.", imageSrc: "http://img.b2bpic.net/free-photo/tablets-lined-up-display-shopping-mall_53876-97239.jpg", imageAlt: "Προθήκη με νέα και μεταχειρισμένα κινητά", buttons: [{ text: "Επισκεφθείτε το Κατάστημα", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Accessories",
|
||||
title: "Accessories",
|
||||
subtitle: "Protect & Enhance Your Device",
|
||||
description: "From durable cases and screen protectors to fast chargers and power banks, we have all the essential accessories to keep your phone protected and powered.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-smartphone-sunglasses-paper-name-tag_23-2148036873.jpg",
|
||||
imageAlt: "Variety of phone accessories like cases and chargers",
|
||||
buttons: [
|
||||
{
|
||||
text: "See Collection",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
tag: "Αξεσουάρ", title: "Αξεσουάρ", subtitle: "Προστατέψτε τη Συσκευή σας", description: "Από θήκες και προστατευτικά οθόνης έως γρήγορους φορτιστές, διαθέτουμε τα πάντα για να διατηρήσετε το τηλέφωνό σας προστατευμένο.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-smartphone-sunglasses-paper-name-tag_23-2148036873.jpg", imageAlt: "Ποικιλία από αξεσουάρ κινητών", buttons: [{ text: "Δείτε τη Συλλογή", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Diagnostics",
|
||||
title: "Advanced Diagnostics",
|
||||
subtitle: "Pinpoint the Problem",
|
||||
description: "Experiencing issues? Our expert technicians use state-of-the-art tools to accurately diagnose any problem, ensuring a precise and effective repair solution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-security-fingerprint-scanner-smartphone_53876-94846.jpg",
|
||||
imageAlt: "Advanced diagnostic tools checking a smartphone",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
tag: "Διαγνωστικά", title: "Προηγμένα Διαγνωστικά", subtitle: "Βρείτε το Πρόβλημα", description: "Χρησιμοποιούμε υπερσύγχρονα εργαλεία για να διαγνώσουμε με ακρίβεια κάθε πρόβλημα, εξασφαλίζοντας αποτελεσματική λύση.", imageSrc: "http://img.b2bpic.net/free-photo/online-security-fingerprint-scanner-smartphone_53876-94846.jpg", imageAlt: "Εξειδικευμένα διαγνωστικά εργαλεία", buttons: [{ text: "Λάβετε Προσφορά", href: "/contact" }],
|
||||
},
|
||||
]}
|
||||
title="Our Services: Expert Care for Your Mobile Devices"
|
||||
description="From advanced repairs to new phone sales, we cover all your mobile needs with speed and precision."
|
||||
title="Οι Υπηρεσίες μας"
|
||||
description="Από εξειδικευμένες επισκευές έως πωλήσεις νέων συσκευών, καλύπτουμε κάθε σας ανάγκη."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,39 +102,12 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eleni P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/that-s-way-all-better-cheerful-enthusiastic-beautiful-young-mixed-race-woman-with-curly-hair-showing-thumbs-up-gesture_273609-1257.jpg",
|
||||
imageAlt: "Eleni P. satisfied customer",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dimitris K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-male-student-with-cup-coffee-mobile-phone-waving-hand-say-hi-sm_1258-112829.jpg",
|
||||
imageAlt: "Dimitris K. happy client",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-showing-big-size-shape-large-object-smiling-pleased-standing-white-bac_1258-154138.jpg",
|
||||
imageAlt: "Maria S. positive review",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nikos T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-professional-workshop_23-2149103883.jpg",
|
||||
imageAlt: "Nikos T. loyal customer",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesperson-helps-customer-fasten-gorgeous-bracelet-her-partner-prepares-pay-purchase-phone-using-nfc_166373-8870.jpg",
|
||||
imageAlt: "Sophia G. pleased customer",
|
||||
},
|
||||
{ id: "1", name: "Ελένη Π.", imageSrc: "http://img.b2bpic.net/free-photo/that-s-way-all-better-cheerful-enthusiastic-beautiful-young-mixed-race-woman-with-curly-hair-showing-thumbs-up-gesture_273609-1257.jpg" },
|
||||
{ id: "2", name: "Δημήτρης Κ.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-male-student-with-cup-coffee-mobile-phone-waving-hand-say-hi-sm_1258-112829.jpg" },
|
||||
{ id: "3", name: "Μαρία Σ.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-showing-big-size-shape-large-object-smiling-pleased-standing-white-bac_1258-154138.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardTag="Trusted Reviews"
|
||||
cardTitle="Τι Λένε οι Πελάτες μας"
|
||||
cardTag="Αξιόπιστες Κριτικές"
|
||||
cardTagIcon={Sparkles}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -218,21 +116,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Need Help? Call Us Today!"
|
||||
description="Whether it's a complex repair, a new phone, or general advice, we're here to help. Reach out to the local experts."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Επικοινωνήστε μαζί μας"
|
||||
title="Χρειάζεστε βοήθεια; Καλέστε μας Σήμερα!"
|
||||
description="Είτε πρόκειται για επισκευή, αγορά συσκευής ή συμβουλές, είμαστε εδώ για εσάς."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: +30 210 XXXXXXX",
|
||||
href: "tel:+30210XXXXXXX",
|
||||
},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Καλέστε: +30 210 XXXXXXX", href: "tel:+30210XXXXXXX" },
|
||||
{ text: "Ζητήστε Προσφορά", href: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -240,64 +130,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Phone Repairs",
|
||||
href: "/services#repairs",
|
||||
},
|
||||
{
|
||||
label: "Phone Sales",
|
||||
href: "/services#sales",
|
||||
},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "/services#accessories",
|
||||
},
|
||||
{
|
||||
label: "Diagnostics",
|
||||
href: "/services#diagnostics",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://maps.google.com/?q=Mavromatis+Nikolaos+Athens",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Αρχική", href: "/" }, { label: "Υπηρεσίες", href: "/services" }, { label: "Σχετικά", href: "/about" }, { label: "Επικοινωνία", href: "/contact" }] },
|
||||
{ items: [{ label: "Επισκευές", href: "/services#repairs" }, { label: "Πωλήσεις", href: "/services#sales" }, { label: "Αξεσουάρ", href: "/services#accessories" }] },
|
||||
{ items: [{ label: "Πολιτική Απορρήτου", href: "#" }, { label: "Όροι Χρήσης", href: "#" }] },
|
||||
]}
|
||||
logoText="Mavromatis Nikolaos"
|
||||
logoText="Μαυρομάτης Νικόλαος"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user