diff --git a/src/app/find/page.tsx b/src/app/find/page.tsx index bf361c4..c12c3c8 100644 --- a/src/app/find/page.tsx +++ b/src/app/find/page.tsx @@ -7,7 +7,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function FindPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);