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"},
]}
/>
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"},
]}
/>
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() {