diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0447b67..6a068c4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,9 +56,7 @@ export default function AboutPage() { { id: "t1", groupTitle: "Κεντρική Διοίκηση", members: [ { - id: "tm1", title: "Γιώργος Μακρής", subtitle: "Επικεφαλής Τεχνικός", detail: "Με πάνω από 15 χρόνια εμπειρίας στον κλάδο.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg"}, - { - id: "tm2", title: "Μαρία Παπαδοπούλου", subtitle: "Υπεύθυνη Εξυπηρέτησης", detail: "Η πρώτη γραμμή επικοινωνίας για κάθε ανάγκη σας.", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-11121.jpg"}, + id: "tm1", title: "Γιώργος Χατζηγεωργίου", subtitle: "Επικεφαλής Τεχνικός", detail: "Με πάνω από 15 χρόνια εμπειρίας στον κλάδο.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg"}, ], }, ]} @@ -82,4 +80,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file