diff --git a/shop/components/HomeClient.tsx b/shop/components/HomeClient.tsx index 6112a1d..1f9dbac 100644 --- a/shop/components/HomeClient.tsx +++ b/shop/components/HomeClient.tsx @@ -70,37 +70,7 @@ export function HomeClient({ initialUser }: HomeClientProps) { return (
- {/* Background Decorative Animated Blobs */} -
- - -
+ {/* Hero Section */}
@@ -133,7 +103,7 @@ export function HomeClient({ initialUser }: HomeClientProps) { className="flex flex-col sm:flex-row items-center justify-center gap-4 w-full max-w-md pt-4" > - @@ -150,19 +120,17 @@ export function HomeClient({ initialUser }: HomeClientProps) { variants={itemVariants} className="w-full max-w-3xl pt-12" > -
- {/* Card border glow decoration */} -
-

+

+

Mein Dashboard Schnellzugriff

@@ -179,9 +147,9 @@ export function HomeClient({ initialUser }: HomeClientProps) {
@@ -221,11 +189,9 @@ export function HomeClient({ initialUser }: HomeClientProps) {