diff --git a/src/app/page.tsx b/src/app/page.tsx index daa0fea..558ae58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,10 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, BarChart3, Brain, Github, Linkedin, Mail, Sparkles, Star, Target, TrendingUp, Twitter, Users, Zap } from "lucide-react"; +import { Award, BarChart3, Brain, Github, Linkedin, Mail, Sparkles, Target, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -116,54 +114,6 @@ export default function LandingPage() { /> -