From 4ab0af7260e59525cdd51155ec37fa8642d33738 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:44:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 106 ++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 80 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1678ad..3990d7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Coffee, MapPin, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { @@ -31,12 +31,9 @@ export default function LandingPage() {