diff --git a/src/features/landing/components/AboutSection.tsx b/src/features/landing/components/AboutSection.tsx index c8e449b..9777afb 100644 --- a/src/features/landing/components/AboutSection.tsx +++ b/src/features/landing/components/AboutSection.tsx @@ -2,11 +2,14 @@ import { aboutContent } from '../data/content'; export function AboutSection() { return ( -
+
- + // over

diff --git a/src/features/landing/components/ContactSection.tsx b/src/features/landing/components/ContactSection.tsx index 9406a82..f1109c3 100644 --- a/src/features/landing/components/ContactSection.tsx +++ b/src/features/landing/components/ContactSection.tsx @@ -4,10 +4,13 @@ export function ContactSection() { const mailtoHref = `mailto:${contactInfo.email}?subject=${encodeURIComponent(contactInfo.mailSubject)}`; return ( -
+
- + // contact

diff --git a/src/features/landing/components/PackagesSection.tsx b/src/features/landing/components/PackagesSection.tsx index 1d8009f..1e7fead 100644 --- a/src/features/landing/components/PackagesSection.tsx +++ b/src/features/landing/components/PackagesSection.tsx @@ -10,13 +10,13 @@ export function PackagesSection() { const { data: packages, isLoading, isError } = usePackagesQuery(); return ( -
+
- + // pakketten

diff --git a/src/features/landing/components/ProcessSection.tsx b/src/features/landing/components/ProcessSection.tsx index b2521fc..f59d63c 100644 --- a/src/features/landing/components/ProcessSection.tsx +++ b/src/features/landing/components/ProcessSection.tsx @@ -3,10 +3,13 @@ import { ProcessStep } from './ProcessStep'; export function ProcessSection() { return ( -
+
- + // werkwijze