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" + } + ]} />