diff --git a/src/app/getting-around/page.tsx b/src/app/getting-around/page.tsx index 1f9c776..7725c1d 100644 --- a/src/app/getting-around/page.tsx +++ b/src/app/getting-around/page.tsx @@ -4,33 +4,34 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import LegalSection from "@/components/legal/LegalSection"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function GettingAroundPage() { return ( - - + /> + );