diff --git a/src/app/page.tsx b/src/app/page.tsx index bae822d..1c658b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import { Cpu, Zap, Camera } from "lucide-react"; export default function LandingPage() { @@ -63,6 +58,7 @@ export default function LandingPage() { title="Technical Specifications" description="Precision engineering in every component." textboxLayout="split" + animationType="slide-up" items={[ { trigger: "Processor Power", content: "Equipped with the latest Snapdragon 8 Elite chipset for unmatched performance."},