diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32ed3d3..62c255b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,24 +30,16 @@ export default function LandingPage() {
@@ -178,38 +128,18 @@ export default function LandingPage() {
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: "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", 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: "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", 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: "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", 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: "4", name: "Νίκος Τ.", 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: "5", name: "Σοφία Γ.", 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"},
]}
- cardTitle="What Our Customers Say"
- cardTag="Trusted Reviews"
+ cardTitle="Τι Λένε οι Πελάτες μας"
+ cardTag="Αξιόπιστες Κριτικές"
cardTagIcon={Sparkles}
cardAnimation="slide-up"
/>
@@ -219,20 +149,15 @@ export default function LandingPage() {
@@ -243,61 +168,39 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Αρχική", href: "/"},
{
- label: "Services",
- href: "/services",
- },
+ label: "Υπηρεσίες", href: "/services"},
{
- label: "About Us",
- href: "/about",
- },
+ label: "Σχετικά με Εμάς", href: "/about"},
{
- label: "Contact",
- href: "/contact",
- },
+ label: "Επικοινωνία", href: "/contact"},
],
},
{
items: [
{
- label: "Phone Repairs",
- href: "/services#repairs",
- },
+ label: "Επισκευές Τηλεφώνων", href: "/services#repairs"},
{
- label: "Phone Sales",
- href: "/services#sales",
- },
+ label: "Πωλήσεις Τηλεφώνων", href: "/services#sales"},
{
- label: "Accessories",
- href: "/services#accessories",
- },
+ label: "Αξεσουάρ", href: "/services#accessories"},
{
- label: "Diagnostics",
- href: "/services#diagnostics",
- },
+ label: "Διαγνωστικά", href: "/services#diagnostics"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Πολιτική Απορρήτου", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Όροι Χρήσης", href: "#"},
{
- label: "Google Maps",
- href: "https://maps.google.com/?q=Mavromatis+Nikolaos+Athens",
- },
+ label: "Χάρτες Google", href: "https://maps.google.com/?q=Mavromatis+Nikolaos+Athens"},
],
},
]}
- logoText="Mavromatis Nikolaos"
+ logoText="Μαυρομάτης Νικόλαος"
/>