diff --git a/src/app/page.tsx b/src/app/page.tsx index b787168..d7b54e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,14 +5,14 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award } from "lucide-react"; +import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; +import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award, Package } from "lucide-react"; export default function LandingPage() { return ( @@ -122,7 +122,7 @@ export default function LandingPage() {
-
-
-
-
-
-