From 82896260fed2f132004fa79d3a8151f636b855e4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:29:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++------------------------------------ 1 file changed, 13 insertions(+), 42 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9827010..2f64285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,13 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Sparkles, Star, Users, Wallet } from "lucide-react"; +import { Award, Sparkles, Users, Wallet } from "lucide-react"; export default function LandingPage() { return ( @@ -55,44 +55,16 @@ export default function LandingPage() {
-