From 50a402b0363922d0091b518ab616c258500a6da9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:51:27 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 256 ++++++++++++----------------------------------- 1 file changed, 63 insertions(+), 193 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a9522a..4a31f57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -353,24 +231,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Phone, - href: "tel:+302109221261", - ariaLabel: "Call us", - }, + href: "tel:+302109221261", ariaLabel: "Call us"}, { icon: MapPin, - href: "https://www.google.com/maps/dir/?api=1&destination=Falirou+46,+Athina+117+41,+Greece", - ariaLabel: "Directions", - }, + href: "https://www.google.com/maps/dir/?api=1&destination=Falirou+46,+Athina+117+41,+Greece", ariaLabel: "Directions"}, ]} /> -- 2.49.1 From 3a94bbaecb6e64025be2c8c93b258f0ba2f7f47d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:51:27 +0000 Subject: [PATCH 2/3] Update src/app/price/page.tsx --- src/app/price/page.tsx | 100 ++++++++++------------------------------- 1 file changed, 23 insertions(+), 77 deletions(-) diff --git a/src/app/price/page.tsx b/src/app/price/page.tsx index 63fd030..7f7eeef 100644 --- a/src/app/price/page.tsx +++ b/src/app/price/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() { @@ -156,24 +110,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Phone, - href: "tel:+302109221261", - ariaLabel: "Call us", - }, + href: "tel:+302109221261", ariaLabel: "Call us"}, { icon: MapPin, - href: "https://www.google.com/maps/dir/?api=1&destination=Falirou+46,+Athina+117+41,+Greece", - ariaLabel: "Directions", - }, + href: "https://www.google.com/maps/dir/?api=1&destination=Falirou+46,+Athina+117+41,+Greece", ariaLabel: "Directions"}, ]} /> -- 2.49.1 From 72b1669697f4c6a716fcd528ff52adcefc0a0f40 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:51:27 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 109 ++++++++++---------------------------- 1 file changed, 28 insertions(+), 81 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 517db25..97cb198 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() { -- 2.49.1