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" + /> + +
+ +
+
);