From f7063a7f413e816e5a45e117c5ef5767be936283 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:16:57 +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 9ea4cfb..4dada0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,9 +6,10 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -122,34 +123,28 @@ export default function LandingPage() {
-
-- 2.49.1