diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e9ad98..172891a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import Link from "next/link"; export default function LandingPage() { return ( @@ -25,124 +26,122 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -} +} \ No newline at end of file