diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d743ca..2fd2f14 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,16 +24,13 @@ export default function HomePage() { >
@@ -151,4 +147,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file