diff --git a/src/pages/SuccessPage.tsx b/src/pages/SuccessPage.tsx index 7114292..9161ba2 100644 --- a/src/pages/SuccessPage.tsx +++ b/src/pages/SuccessPage.tsx @@ -1,71 +1,11 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; import ScrollReveal from "@/components/ui/ScrollReveal"; +import TextAnimation from "@/components/ui/TextAnimation"; import Button from "@/components/ui/Button"; export default function SuccessPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Kontakt", href: "/contact" }} - /> - -
- - -
-
-
- - ✔ - -
-
- -

- Vielen Dank für Ihre Anfrage! -

- -
-

- Wir haben Ihre Anfrage erfolgreich erhalten. Unser Team wird diese schnellstmöglich prüfen und sich in Kürze bei Ihnen melden. -

-

- Vielen Dank für Ihr Vertrauen in RojTec. Wir freuen uns darauf, Ihnen weiterzuhelfen. -

-
- -
-
- -
-
- - -
+ <> +

Anfrage erfolgreich

+ ); -} \ No newline at end of file +}