From beaec1442732c0ed4f34c8a3914b20b537ee46ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 18:40:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 299 ++++++----------------------------------------- 1 file changed, 37 insertions(+), 262 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f75537..8e3444b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Award } from "lucide-react"; export default function LandingPage() { @@ -31,26 +31,11 @@ export default function LandingPage() {