diff --git a/docker-compose.yml b/docker-compose.yml index 638ce27..0ba31ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,8 +29,6 @@ services: ld1: image: registry.boomlab.party/rheinsw/demo-websites/ld1 container_name: ld1 - ports: - - "25601:3000" restart: on-failure networks: - demos-net @@ -40,8 +38,15 @@ services: ld2: image: registry.boomlab.party/rheinsw/demo-websites/ld2 container_name: ld2 - ports: - - "25602:3000" + restart: on-failure + networks: + - demos-net + environment: + - NODE_ENV=production + + tld1: + image: registry.boomlab.party/rheinsw/demo-websites/tld1 + container_name: tld1 restart: on-failure networks: - demos-net diff --git a/lawfirm-demos/.gitlab-ci.yml b/lawfirm-demos/.gitlab-ci.yml index 5184757..a4ec33d 100644 --- a/lawfirm-demos/.gitlab-ci.yml +++ b/lawfirm-demos/.gitlab-ci.yml @@ -33,3 +33,21 @@ docker_demo_2: needs: - job: build_demo_2 artifacts: true + +build_demo_3: + stage: build + extends: .build-next-template + variables: + IMAGE_NAME: tld1 + WORKDIR_PATH: ./lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1 + +docker_demo_3: + stage: dockerize + extends: .docker-build-template + variables: + IMAGE_NAME: tld1 + WORKDIR_PATH: ./lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1 + DOCKERFILE_PATH: Dockerfile + needs: + - job: build_demo_3 + artifacts: true \ No newline at end of file diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/.gitignore b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/.gitignore new file mode 100644 index 0000000..5ef6a52 --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/.gitignore @@ -0,0 +1,41 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/versions + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +# env files (can opt-in for committing if needed) +.env* + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/README.md b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/README.md new file mode 100644 index 0000000..e215bc4 --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/README.md @@ -0,0 +1,36 @@ +This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). + +## Getting Started + +First, run the development server: + +```bash +npm run dev +# or +yarn dev +# or +pnpm dev +# or +bun dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + +You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. + +This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. + +## Learn More + +To learn more about Next.js, take a look at the following resources: + +- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. +- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. + +You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! + +## Deploy on Vercel + +The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. + +Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/page.tsx b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/page.tsx new file mode 100644 index 0000000..c93169c --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/page.tsx @@ -0,0 +1,31 @@ +import {Button} from '@/components/ui/button' +import Link from 'next/link' +import {HeroSection} from "@/app/(root)/sections/HeroSection"; +import {ServicesSection} from "@/app/(root)/sections/ServicesSection"; +import {AboutMeSection} from "@/app/(root)/sections/AboutMeSection"; + +export default function SteuerkanzleiLandingPage() { + return ( +
+ {/* Hero Section */} + + + {/* Leistungen */} + + + {/* Spezialisierungen */} + {/**/} + + + + {/* Kontakt CTA */} +
+

Kontakt aufnehmen

+

Lassen Sie uns über Ihre steuerlichen Fragen sprechen.

+ + + +
+
+ ) +} diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/AboutMeSection.tsx b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/AboutMeSection.tsx new file mode 100644 index 0000000..a4adb38 --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/AboutMeSection.tsx @@ -0,0 +1,73 @@ +'use client' + +import { + VerticalTimeline, + VerticalTimelineElement, +} from 'react-vertical-timeline-component' +import 'react-vertical-timeline-component/style.min.css' +import {GraduationCap, Briefcase, Building2} from 'lucide-react' + +export function AboutMeSection() { + const timeline = [ + { + date: '2010', + title: 'Abschluss Bachelor of Laws (LL.B.)', + desc: 'Studium der Wirtschaftsjuristik an der Hochschule XYZ.', + icon: , + }, + { + date: '2012', + title: 'Master Steuerrecht (M.A.)', + desc: 'Vertiefung im Bereich nationales und internationales Steuerrecht.', + icon: , + }, + { + date: '2014', + title: 'Steuerberaterprüfung bestanden', + desc: 'Zulassung als Steuerberaterin durch die Steuerberaterkammer ABC.', + icon: , + }, + { + date: '2015–2020', + title: 'Tätigkeit in mittelständischer Kanzlei', + desc: 'Beratung von Unternehmen, Freiberuflern und Privatpersonen.', + icon: , + }, + { + date: 'seit 2021', + title: 'Eigene Kanzlei in Musterstadt', + desc: 'Gründung der Steuerkanzlei Mustermann mit Fokus auf digitale Beratung.', + icon: , + }, + ] + + return ( +
+
+

Über mich

+

+ Als erfahrene Steuerberaterin begleite ich seit über zehn Jahren Mandanten in sämtlichen + steuerlichen + Fragen – transparent, digital und auf Augenhöhe. Meine Schwerpunkte liegen in der vorausschauenden + Steuergestaltung sowie der Begleitung von Gründern und mittelständischen Unternehmen. +

+ + + {timeline.map(({date, title, desc, icon}) => ( + +

{title}

+

{desc}

+
+ ))} +
+
+
+ ) +} diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/HeroSection.tsx b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/HeroSection.tsx new file mode 100644 index 0000000..92f7cc8 --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/HeroSection.tsx @@ -0,0 +1,72 @@ +'use client' + +import Image from 'next/image' +import {Button} from '@/components/ui/button' +import {motion as m, Variants} from 'framer-motion' +import Link from 'next/link' + +const containerVariants: Variants = { + hidden: {opacity: 0}, + visible: { + opacity: 1, + transition: { + delay: 0.2, + staggerChildren: 0.4, + ease: 'easeOut', + }, + }, +} + +const itemVariants: Variants = { + hidden: {opacity: 0, y: 40}, + visible: { + opacity: 1, + y: 0, + transition: { + duration: 0.8, + ease: 'easeOut', + }, + }, +} + +export function HeroSection() { + return ( +
+ Steuerkanzlei Hero + + + Ihr Partner für
Steuerberatung & Finanzen +
+ + + Persönlich. Kompetent. Transparent. + + + + + + + +
+
+ ) +} diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/ServicesSection.tsx b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/ServicesSection.tsx new file mode 100644 index 0000000..8f097e2 --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/ServicesSection.tsx @@ -0,0 +1,98 @@ +'use client' + +import {Briefcase, BookOpen, Building2, User, Coins, ReceiptText} from 'lucide-react' +import {motion as m, Variants} from 'framer-motion' + +const containerVariants: Variants = { + hidden: {}, + visible: { + transition: { + staggerChildren: 0.2, + delayChildren: 0.1, + }, + }, +} + +const cardVariants: Variants = { + hidden: {opacity: 0, y: 30}, + visible: { + opacity: 1, + y: 0, + transition: { + duration: 0.5, + ease: 'easeOut', + }, + }, +} + +export function ServicesSection() { + const services = [ + { + title: 'Einkommensteuer', + subtitle: 'Privatpersonen', + desc: 'Beratung und Erstellung Ihrer jährlichen Einkommensteuererklärung – digital und unkompliziert.', + icon: , + }, + { + title: 'Jahresabschlüsse', + subtitle: 'Unternehmen', + desc: 'Erstellung von Handels- und Steuerbilanzen für Einzelunternehmen, GmbH & Co. KG oder Kapitalgesellschaften.', + icon: , + }, + { + title: 'Lohnbuchhaltung', + subtitle: 'Mitarbeiterabrechnung', + desc: 'Abwicklung Ihrer Lohn- und Gehaltsabrechnungen – pünktlich, zuverlässig und digital.', + icon: , + }, + { + title: 'Existenzgründung', + subtitle: 'Startups & Gründer', + desc: 'Von der Idee zum Business – steuerliche Beratung, Businessplan und Gründungszuschuss-Anträge.', + icon: , + }, + { + title: 'Unternehmensnachfolge', + subtitle: 'Übergabe & Erbe', + desc: 'Beratung zur steuerlich optimalen Übergabe an Familie oder Käufer. Langfristige Planung inklusive.', + icon: , + }, + { + title: 'Finanzbuchhaltung', + subtitle: 'GoBD & DATEV-konform', + desc: 'Digitale Finanzbuchhaltung inkl. Belegtransfer, OPOS und monatlichen Auswertungen.', + icon: , + }, + ] + + return ( +
+
+

Unsere Leistungen

+ + + {services.map(({title, subtitle, desc, icon}) => ( + +
{icon}
+
+

{title}

+

{subtitle}

+

{desc}

+
+
+ ))} +
+
+
+ ) +} diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/SpecialitiesSection.tsx b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/SpecialitiesSection.tsx new file mode 100644 index 0000000..8d6c89d --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/(root)/sections/SpecialitiesSection.tsx @@ -0,0 +1,69 @@ +'use client' + +import { + Globe, + Briefcase, + Building2, + Landmark, + Lightbulb, + PiggyBank, + Users +} from 'lucide-react' + +export function SpecialServicesSection() { + const items = [ + { + title: 'Grenzgängerberatung', + desc: 'Spezialisierte Beratung für grenzüberschreitende Einkommen und Arbeitsverhältnisse.', + icon: , + }, + { + title: 'Beratung von Existenzgründern', + desc: 'Von der Geschäftsidee über den Businessplan bis zur steuerlichen Erfassung.', + icon: , + }, + { + title: 'Immobilienkaufberatung', + desc: 'Begleitung beim Immobilienkauf – steuerliche Optimierung inklusive.', + icon: , + }, + { + title: 'Begleitung bei Bankgesprächen', + desc: 'Vorbereitung und Teilnahme an Finanzierungsgesprächen mit Ihrer Bank.', + icon: , + }, + { + title: 'Steuergestaltung und -planung', + desc: 'Vorausschauende Steueroptimierung für Unternehmen und Privatpersonen.', + icon: , + }, + { + title: 'Betriebsprüfung begleiten', + desc: 'Strategische Vorbereitung und persönliche Begleitung von Außenprüfungen.', + icon: , + }, + { + title: 'Vererben & Schenken', + desc: 'Steuerliche Gestaltung und Begleitung von Vermögensübertragungen.', + icon: , + }, + ] + + return ( +
+

Spezialleistungen

+
+ {items.map(({title, desc, icon}) => ( +
+
{icon}
+

{title}

+

{desc}

+
+ ))} +
+
+ ) +} diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/favicon.ico b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/favicon.ico new file mode 100644 index 0000000..718d6fe Binary files /dev/null and b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/favicon.ico differ diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/globals.css b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/globals.css new file mode 100644 index 0000000..dc98be7 --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/globals.css @@ -0,0 +1,122 @@ +@import "tailwindcss"; +@import "tw-animate-css"; + +@custom-variant dark (&:is(.dark *)); + +@theme inline { + --color-background: var(--background); + --color-foreground: var(--foreground); + --font-sans: var(--font-geist-sans); + --font-mono: var(--font-geist-mono); + --color-sidebar-ring: var(--sidebar-ring); + --color-sidebar-border: var(--sidebar-border); + --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); + --color-sidebar-accent: var(--sidebar-accent); + --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); + --color-sidebar-primary: var(--sidebar-primary); + --color-sidebar-foreground: var(--sidebar-foreground); + --color-sidebar: var(--sidebar); + --color-chart-5: var(--chart-5); + --color-chart-4: var(--chart-4); + --color-chart-3: var(--chart-3); + --color-chart-2: var(--chart-2); + --color-chart-1: var(--chart-1); + --color-ring: var(--ring); + --color-input: var(--input); + --color-border: var(--border); + --color-destructive: var(--destructive); + --color-accent-foreground: var(--accent-foreground); + --color-accent: var(--accent); + --color-muted-foreground: var(--muted-foreground); + --color-muted: var(--muted); + --color-secondary-foreground: var(--secondary-foreground); + --color-secondary: var(--secondary); + --color-primary-foreground: var(--primary-foreground); + --color-primary: var(--primary); + --color-popover-foreground: var(--popover-foreground); + --color-popover: var(--popover); + --color-card-foreground: var(--card-foreground); + --color-card: var(--card); + --radius-sm: calc(var(--radius) - 4px); + --radius-md: calc(var(--radius) - 2px); + --radius-lg: var(--radius); + --radius-xl: calc(var(--radius) + 4px); +} + +:root { + --radius: 0.625rem; + --background: oklch(1 0 0); + --foreground: oklch(0.145 0 0); + --card: oklch(1 0 0); + --card-foreground: oklch(0.145 0 0); + --popover: oklch(1 0 0); + --popover-foreground: oklch(0.145 0 0); + --primary: oklch(0.205 0 0); + --primary-foreground: oklch(0.985 0 0); + --secondary: oklch(0.97 0 0); + --secondary-foreground: oklch(0.205 0 0); + --muted: oklch(0.97 0 0); + --muted-foreground: oklch(0.556 0 0); + --accent: oklch(0.97 0 0); + --accent-foreground: oklch(0.205 0 0); + --destructive: oklch(0.577 0.245 27.325); + --border: oklch(0.922 0 0); + --input: oklch(0.922 0 0); + --ring: oklch(0.708 0 0); + --chart-1: oklch(0.646 0.222 41.116); + --chart-2: oklch(0.6 0.118 184.704); + --chart-3: oklch(0.398 0.07 227.392); + --chart-4: oklch(0.828 0.189 84.429); + --chart-5: oklch(0.769 0.188 70.08); + --sidebar: oklch(0.985 0 0); + --sidebar-foreground: oklch(0.145 0 0); + --sidebar-primary: oklch(0.205 0 0); + --sidebar-primary-foreground: oklch(0.985 0 0); + --sidebar-accent: oklch(0.97 0 0); + --sidebar-accent-foreground: oklch(0.205 0 0); + --sidebar-border: oklch(0.922 0 0); + --sidebar-ring: oklch(0.708 0 0); +} + +.dark { + --background: oklch(0.145 0 0); + --foreground: oklch(0.985 0 0); + --card: oklch(0.205 0 0); + --card-foreground: oklch(0.985 0 0); + --popover: oklch(0.205 0 0); + --popover-foreground: oklch(0.985 0 0); + --primary: oklch(0.922 0 0); + --primary-foreground: oklch(0.205 0 0); + --secondary: oklch(0.269 0 0); + --secondary-foreground: oklch(0.985 0 0); + --muted: oklch(0.269 0 0); + --muted-foreground: oklch(0.708 0 0); + --accent: oklch(0.269 0 0); + --accent-foreground: oklch(0.985 0 0); + --destructive: oklch(0.704 0.191 22.216); + --border: oklch(1 0 0 / 10%); + --input: oklch(1 0 0 / 15%); + --ring: oklch(0.556 0 0); + --chart-1: oklch(0.488 0.243 264.376); + --chart-2: oklch(0.696 0.17 162.48); + --chart-3: oklch(0.769 0.188 70.08); + --chart-4: oklch(0.627 0.265 303.9); + --chart-5: oklch(0.645 0.246 16.439); + --sidebar: oklch(0.205 0 0); + --sidebar-foreground: oklch(0.985 0 0); + --sidebar-primary: oklch(0.488 0.243 264.376); + --sidebar-primary-foreground: oklch(0.985 0 0); + --sidebar-accent: oklch(0.269 0 0); + --sidebar-accent-foreground: oklch(0.985 0 0); + --sidebar-border: oklch(1 0 0 / 10%); + --sidebar-ring: oklch(0.556 0 0); +} + +@layer base { + * { + @apply border-border outline-ring/50; + } + body { + @apply bg-background text-foreground; + } +} diff --git a/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/kontakt/page.tsx b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/kontakt/page.tsx new file mode 100644 index 0000000..895134f --- /dev/null +++ b/lawfirm-demos/tax-lawfirm-demos/tax-lawfirm-demo-1/app/kontakt/page.tsx @@ -0,0 +1,64 @@ +'use client' + +import {useState} from 'react' +import {Input} from '@/components/ui/input' +import {Textarea} from '@/components/ui/textarea' +import {Button} from '@/components/ui/button' +import {motion as m} from 'framer-motion' +import {CheckCircle} from 'lucide-react' + +export default function KontaktPage() { + const [success, setSuccess] = useState(false) + const [loading, setLoading] = useState(false) + + const handleSubmit = (e: React.FormEvent) => { + e.preventDefault() + setLoading(true) + + // Simulate delay + setTimeout(() => { + setLoading(false) + setSuccess(true) + }, 1000) + } + + return ( +
+ +

Kontakt

+

+ Sie haben Fragen? Schreiben Sie uns direkt über das Formular. +

+ + {success ? ( +
+ +

Vielen Dank! Ihre Nachricht wurde erfolgreich gesendet.

+
+ ) : ( +
+
+ + +
+
+ + +
+
+ +