diff --git a/src/features/landing/components/AboutSection.tsx b/src/features/landing/components/AboutSection.tsx index a87bc1b..c8e449b 100644 --- a/src/features/landing/components/AboutSection.tsx +++ b/src/features/landing/components/AboutSection.tsx @@ -2,7 +2,7 @@ import { aboutContent } from '../data/content'; export function AboutSection() { return ( -
+
diff --git a/src/features/landing/components/ContactSection.tsx b/src/features/landing/components/ContactSection.tsx index bf6b514..9406a82 100644 --- a/src/features/landing/components/ContactSection.tsx +++ b/src/features/landing/components/ContactSection.tsx @@ -4,7 +4,7 @@ export function ContactSection() { const mailtoHref = `mailto:${contactInfo.email}?subject=${encodeURIComponent(contactInfo.mailSubject)}`; return ( -
+
diff --git a/src/features/landing/components/PackagesSection.tsx b/src/features/landing/components/PackagesSection.tsx index 0c6e0e5..1d8009f 100644 --- a/src/features/landing/components/PackagesSection.tsx +++ b/src/features/landing/components/PackagesSection.tsx @@ -12,7 +12,7 @@ export function PackagesSection() { return (
diff --git a/src/features/landing/components/ProcessSection.tsx b/src/features/landing/components/ProcessSection.tsx index 7d53d35..b2521fc 100644 --- a/src/features/landing/components/ProcessSection.tsx +++ b/src/features/landing/components/ProcessSection.tsx @@ -3,7 +3,7 @@ import { ProcessStep } from './ProcessStep'; export function ProcessSection() { return ( -
+