From 23d54cf9d332e60f7c9a73937bd16504c091f4f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 06:45:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 355 ++++++----------------------------------------- 1 file changed, 45 insertions(+), 310 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b83b5..bae822d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,9 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav 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 { Cpu, Zap, Camera } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +33,10 @@ export default function LandingPage() {