From c23dd06cb7c9a88400847659ed1fa5b0651eca18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:11:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 +++++++++++++++-------------------------------- 1 file changed, 56 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c83d351..0a24688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,15 +4,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Shield, Sparkles, Star } from "lucide-react"; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import { Shield, Sparkles, Star, Zap, Palette, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -32,12 +33,9 @@ export default function LandingPage() { -- 2.49.1