From 1f4b5888ce27d5dc3bde92be8a26ff3dc7726ca9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 13:19:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 169 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d0ea39..0d081e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Mic, Share2, TrendingUp, Video } from "lucide-react"; +import { Award, Mic, Share2, TrendingUp, Video, BrainCircuit } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -81,67 +63,38 @@ export default function LandingPage() {
-- 2.49.1