diff --git a/src/app/page.tsx b/src/app/page.tsx index 52e0761..8934bc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,10 +10,9 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Clock, Crown, Diamond, Droplet, Leaf, PhoneCall, ShieldCheck, Sparkles, Star, Users, Wind } from "lucide-react"; +import { Award, Clock, Droplet, Leaf, PhoneCall, ShieldCheck, Star, Users, Wind } from "lucide-react"; export default function LandingPage() { return ( @@ -41,8 +40,6 @@ export default function LandingPage() { name: "Services", id: "#services"}, { name: "Systems", id: "#products"}, - { - name: "Pricing", id: "#pricing"}, { name: "Testimonials", id: "#testimonials"}, { @@ -236,45 +233,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file