From d6714a1e5ccf99e05754e12872bc17193d651deb Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 21:48:56 +0000 Subject: [PATCH] Bob AI: Populate src/pages/SuccessPage.tsx (snippet builder, 1 sections) --- src/pages/SuccessPage.tsx | 70 +++------------------------------------ 1 file changed, 5 insertions(+), 65 deletions(-) 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 +}