From 9539aa35eb9a8e376f6049796918185f0f8a081b Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 22 Apr 2026 10:00:51 +0200 Subject: [PATCH] fix: move second 'Stand' mention to the bottom of the page --- app/[locale]/agb/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/[locale]/agb/page.tsx b/app/[locale]/agb/page.tsx index 638067a..cb569ba 100644 --- a/app/[locale]/agb/page.tsx +++ b/app/[locale]/agb/page.tsx @@ -65,9 +65,6 @@ export default function AVB() {
-
-

{stand}

-
{sections.map((section, index) => (

@@ -98,8 +95,9 @@ export default function AVB() {

))} -
-

{footer}

+
+

{footer}

+

{stand}