From 7d815994a4a37bc227803c8a1649349f1888551a Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 11:48:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 ++++++++++++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acfca2e..c1fe1f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactInline from "@/components/sections/contact/ContactInline"; import FooterSocial from "@/components/sections/footer/FooterSocial"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import { Quote, Users } from "lucide-react"; export default function LandingPage() { @@ -107,44 +106,61 @@ export default function LandingPage() {
-