diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 756a0f5..0941e86 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FooterCard from '@/components/sections/footer/FooterCard'; export default function AboutPage() { @@ -21,21 +21,26 @@ export default function AboutPage() { headingFontWeight="light" > - - + + + + + + diff --git a/src/app/animals/page.tsx b/src/app/animals/page.tsx index 126abef..c86d972 100644 --- a/src/app/animals/page.tsx +++ b/src/app/animals/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function AnimalsPage() { return ( - + + - - + + + + + useInvertedBackground={false} + /> +