From 0cda8f24887285d92dced2a3fdf576dc8439fa1f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:11:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c7dc52..ceeb039 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,6 +171,14 @@ export default function LandingPage() { background={{ variant: "rotated-rays-static"}} text="Need to reach us? info@wildsouls.gr | +30 2310 566 874" + buttons={[ + { + text: "Email Us", href: "mailto:info@wildsouls.gr" + }, + { + text: "Call Now", href: "tel:+302310566874" + } + ]} /> -- 2.49.1