diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4fb0cde..2982abe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1265,4 +1265,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d743ca..bae650e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { BookOpen, Users, Award, TrendingUp, Globe } from "lucide-react"; -import Link from "next/link"; export default function HomePage() { return ( @@ -25,13 +24,7 @@ export default function HomePage() { > ); -} +} \ No newline at end of file