From fc8774f1620e4c2bd28e1619cdb45261c7ca58fe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 21:25:19 +0000 Subject: [PATCH 1/3] Bob AI: Add about page --- src/App.tsx | 2 + src/components/Layout.tsx | 2 + src/pages/AboutPage.tsx | 83 +++++++++++++++++++++++++++++++++++++++ src/routes.ts | 1 + 4 files changed, 88 insertions(+) create mode 100644 src/pages/AboutPage.tsx diff --git a/src/App.tsx b/src/App.tsx index cce6d1d..a3c990b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,12 +3,14 @@ import Layout from './components/Layout'; import HomePage from './pages/HomePage'; import VorOrtServicePage from "@/pages/VorOrtServicePage"; +import AboutPage from "@/pages/AboutPage"; export default function App() { return ( }> } /> } /> + } /> ); diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ce77089..c707380 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -105,6 +105,8 @@ export default function Layout() { "href": "#testimonials" }, { name: "Vor Ort Service", href: "/vor-ort-service" }, + { name: "About", href: "/about" }, + ]; diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx new file mode 100644 index 0000000..05a3946 --- /dev/null +++ b/src/pages/AboutPage.tsx @@ -0,0 +1,83 @@ +import { routes } from "@/routes"; +import NavbarCentered from "@/components/ui/NavbarCentered"; +import HeroBrand from "@/components/sections/hero/HeroBrand"; +import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; +import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards"; +import ContactCta from "@/components/sections/contact/ContactCta"; +import FooterMinimal from "@/components/sections/footer/FooterMinimal"; + +export default function AboutPage() { + return ( +
+ ({ name: r.label, href: r.path }))} + ctaButton={{ text: "Angebot anfordern", href: "/contact" }} + /> + +
+ + +
+ +
+ + + + +
+ + +
+ ); +} \ No newline at end of file diff --git a/src/routes.ts b/src/routes.ts index 3f0e33e..b0e82fe 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -7,4 +7,5 @@ export interface Route { export const routes: Route[] = [ { path: '/', label: 'Home', pageFile: 'HomePage' }, { path: '/vor-ort-service', label: 'Vor Ort Service', pageFile: 'VorOrtServicePage' }, + { path: '/about', label: 'About', pageFile: 'AboutPage' }, ]; -- 2.49.1 From aabe8e5e6c713c914d0a482106858bb31db029ad Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 21:26:23 +0000 Subject: [PATCH 2/3] Bob AI: Populate src/pages/AboutPage.tsx (snippet builder, 4 sections) --- src/pages/AboutPage.tsx | 106 +++++++++++----------------------------- 1 file changed, 28 insertions(+), 78 deletions(-) diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index 05a3946..30b0829 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -1,83 +1,33 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBrand from "@/components/sections/hero/HeroBrand"; -import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterMinimal from "@/components/sections/footer/FooterMinimal"; export default function AboutPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Angebot anfordern", href: "/contact" }} - /> - -
- - -
- -
- - - - -
- - -
+ <> +
+

Über uns

Vor-Ort-Service

Flexibel

+

Bequem

+

Schnell

Wir kommen direkt zu Ihnen nach Hause oder ins Unternehmen und reparieren Ihr Gerät vor Ort.

+

Einsende-Service

Deutschlandweit

+

Einfach

+

Sicher

Sie senden uns Ihr Gerät bequem zu – wir reparieren es und schicken es schnell wieder zurück.

+

Alle Marken & Modelle

Apple

+

Samsung

+

Weitere

Von Displaybruch bis Akkutausch. Wir reparieren alle gängigen Smartphone-Marken und -Modelle.

+

Faire Preise

Fair

+

Transparent

+

Persönlich

Sie wissen vorher, woran Sie sind. Keine versteckten Kosten, ehrliche Beratung vom Fachmann.

+
+

Handy defekt?

+ ); -} \ No newline at end of file +} -- 2.49.1 From 1cbbffa2b60fa7120404930d6455a1ed025ac23b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 21:27:29 +0000 Subject: [PATCH 3/3] Bob AI: fix build errors (attempt 1) --- src/pages/AboutPage.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index 30b0829..f41aeda 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -7,27 +7,26 @@ import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards" export default function AboutPage() { return ( <> -
-

Über uns

Vor-Ort-Service

Flexibel

+
+

Über uns

Vor-Ort-Service

Flexibel

Bequem

Schnell

Wir kommen direkt zu Ihnen nach Hause oder ins Unternehmen und reparieren Ihr Gerät vor Ort.

-

Einsende-Service

Deutschlandweit

+

Einsende-Service

Deutschlandweit

Einfach

Sicher

Sie senden uns Ihr Gerät bequem zu – wir reparieren es und schicken es schnell wieder zurück.

-

Alle Marken & Modelle

Apple

+

Alle Marken & Modelle

Apple

Samsung

Weitere

Von Displaybruch bis Akkutausch. Wir reparieren alle gängigen Smartphone-Marken und -Modelle.

-

Faire Preise

Fair

+

Faire Preise

Fair

Transparent

Persönlich

Sie wissen vorher, woran Sie sind. Keine versteckten Kosten, ehrliche Beratung vom Fachmann.

-

Handy defekt?

+

Handy defekt?

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