diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9375525..5b4d2b5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import SplitAbout from "@/components/sections/about/SplitAbout"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import Link from "next/link"; import { Clock, Award, Star, DollarSign, Zap, Heart } from "lucide-react"; export default function AboutPage() {