diff --git a/src/app/page.tsx b/src/app/page.tsx index 844e251..64d00df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,12 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; + import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; + import { Cloud, Code, Feather, ShieldCheck, Sparkles, Target } from "lucide-react"; export default function LandingPage() { @@ -36,10 +36,6 @@ export default function LandingPage() { name: "Services", id: "services"}, { name: "Portfolio", id: "portfolio"}, - { - name: "Dashboard", id: "dashboard"}, - { - name: "Security", id: "security"}, { name: "Client Login", id: "client-login"}, ]} @@ -179,49 +175,7 @@ export default function LandingPage() { /> -