From 9b356987a9495a632c995689192fce331b81efe5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:58:36 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 50 ++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 00cb50a..f8bf729 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,31 +8,35 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ContactPage() { return ( - + - - - + + brandName="Aura" + /> + +
+ +
+
);