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