From 5f6714efe39177a67767e7f86d0c81f36c04e23e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 03:09:58 +0000 Subject: [PATCH] Switch to version 8: modified src/app/page.tsx --- src/app/page.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d61b7c..be8afb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react"; @@ -112,21 +111,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}