diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb234f3..1282512 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 082af85..01c88c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBase from '@/components/sections/footer/FooterBase'; +import ButtonIconArrow from '@/components/button/ButtonIconArrow'; import { Users, Share2, Handshake, TrendingUp, Linkedin, Twitter, Instagram, Github, Mail } from "lucide-react"; export default function LandingPage() { @@ -17,7 +18,7 @@ export default function LandingPage() { @@ -234,4 +238,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}