From 9dc90adafa2c2082cdf63c3c26ee251aa52c2f7e Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:38:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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