From f2f5be4f49c2808bb6e09ac2c610c6e7826ad907 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:07:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad83027..84237be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,13 @@ export default function LandingPage() { @@ -98,9 +98,9 @@ export default function LandingPage() {
@@ -169,19 +169,19 @@ export default function LandingPage() { logoText="ProPaint" columns={[ { items: [ - { label: "About Us", href: "about" }, - { label: "Services", href: "services" }, - { label: "Portfolio", href: "portfolio" } + { label: "Σχετικά με εμάς", href: "about" }, + { label: "Υπηρεσίες", href: "services" }, + { label: "Χαρτοφυλάκιο", href: "portfolio" } ]}, { items: [ - { label: "Testimonials", href: "testimonials" }, - { label: "Contact", href: "contact" }, - { label: "Get Quote", href: "contact" } + { label: "Μαρτυρίες", href: "testimonials" }, + { label: "Επικοινωνία", href: "contact" }, + { label: "Λάβετε Προσφορά", href: "contact" } ]}, { items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Careers", href: "#" } + { label: "Πολιτική Απορρήτου", href: "#" }, + { label: "Όροι Υπηρεσίας", href: "#" }, + { label: "Θέσεις Εργασίας", href: "#" } ]} ]} /> -- 2.49.1