From dc405502c649dfc29442f63a56bf0f3e6b08b707 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 08:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbbb3ac..6995f96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Briefcase, Globe, Star, Users } from "lucide-react"; @@ -128,27 +128,22 @@ export default function LandingPage() {
-