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 (