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