Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-04-16 17:52:26 +00:00

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -43,7 +47,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated" }}
title="Professional Painting & Decorating Services"
description="High-quality workmanship from an experienced local painter and decorator serving Dundee and surrounding areas."
buttons={[{ text: "Get a Free Quote", href: "/contact" }, { text: "Now Hiring", href: "/hiring" }]}
buttons={[{ text: "Get a Free Quote", href: "/contact" }, { text: "Now Hiring", onClick: handleApplyNow }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg", imageAlt: "freshly painted wall interior bright" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg", imageAlt: "exterior house painting work" },