diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a2c41b..5a23eb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,11 +9,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Clock, Gauge, Shield, Sparkles, Star, Users, Zap } from "lucide-react"; +import { Award, CheckCircle, Clock, Gauge, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -41,8 +40,6 @@ export default function LandingPage() { name: "About Us", id: "#about"}, { name: "Metrics", id: "#metrics"}, - { - name: "Pricing", id: "#pricing"}, { name: "Testimonials", id: "#testimonials"}, { @@ -207,45 +204,6 @@ export default function LandingPage() { /> -
- -
); -} \ No newline at end of file +}