diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 49b3c03..225d6b3 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -18,15 +18,6 @@ export default function Layout() { }, { "name": "Cases", "href": "/cases" - }, - { - "name": "Hero", "href": "#hero" - }, - { - "name": "Testimonials", "href": "#testimonials" - }, - { - "name": "Metrics", "href": "#metrics" } ]; diff --git a/src/pages/KontaktPage.tsx b/src/pages/KontaktPage.tsx index 231c035..c68d086 100644 --- a/src/pages/KontaktPage.tsx +++ b/src/pages/KontaktPage.tsx @@ -1,63 +1,19 @@ -import ContactCta from '@/components/sections/contact/ContactCta'; -import ContactParallaxCard from '@/components/sections/contact/ContactParallaxCard'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +// AUTO-GENERATED shell by per-section-migrate. +// Section bodies live in the sibling sections/ folder (one file per section). +// Edit those section files directly. Non-block content (wrappers, +// non-inlinable sections) is preserved inline; extracted section blocks +// become component refs. -export default function KontaktPage() { +import React from 'react'; +import ContactSectionSection from './KontaktPage/sections/ContactSection'; +import ContactSection from './KontaktPage/sections/Contact'; + +export default function KontaktPage(): React.JSX.Element { return ( - <> -