Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 19:39:15 +00:00
parent 57cd10b2ad
commit 29cb630e01

View File

@@ -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() {