From 357075b663a442629964f55659f32a571ab99054 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:58:35 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 ++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 17c40fb..d090bd3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,40 +5,44 @@ import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Globe } from "lucide-react"; export default function AboutPage() { return ( - + - - - + + brandName="Aura" + /> + +
+ +
+
); -- 2.49.1 From 9b356987a9495a632c995689192fce331b81efe5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:58:36 +0000 Subject: [PATCH 2/2] 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" + /> + +
+ +
+
); -- 2.49.1