From f8344953ca9ed5cf8ebf45a3ed49d7e0ff1697e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:52:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95e3095..1ba63b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,10 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { + const handleApplyNow = () => { + window.location.href = "mailto:jobs@dskinnerdecor.co.uk?subject=Application%20for%20Employment"; + }; + return (