From 1b49348577e58dcf654d433aa276b341ea5c66a6 Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 14 Jul 2026 23:44:21 +0200 Subject: [PATCH] style: simplify home page layout and fix navbar link --- shop/components/HomeClient.tsx | 72 ++++++++------------------------ shop/components/NavbarClient.tsx | 2 +- 2 files changed, 18 insertions(+), 56 deletions(-) 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) {