From 145432ac0485ed825b5235c09256e77d82f004a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 19:49:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 187 ++++++++++++++--------------------------------- 1 file changed, 54 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 974cc0f..22f9f50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { Lightbulb, Zap, Award, Star, Briefcase, Users, TrendingUp, Trophy, Linkedin, Twitter, Instagram, Github, Brain, Target, Palette, Heart, Shield, Code, Lock, CheckCircle, Sparkles } from "lucide-react"; +import NavbarInline from "@/components/ui/NavbarInline"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; +import AboutTestimonialParallax from "@/components/sections/about/AboutTestimonialParallax"; +import FeaturesMediaCarousel from "@/components/sections/features/FeaturesMediaCarousel"; +import MetricsIconCards from "@/components/sections/metrics/MetricsIconCards"; +import TestimonialRatingCards from "@/components/sections/testimonial/TestimonialRatingCards"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterBrand from "@/components/sections/footer/FooterBrand"; +import { Zap, Brain, Target, Code, Lock, CheckCircle, Star, Briefcase, Users, TrendingUp, Trophy } from "lucide-react"; export default function LandingPage() { return ( @@ -27,170 +26,92 @@ export default function LandingPage() { headingFontWeight="medium" >
-
-
-
-
- -
- -
-
-
-- 2.49.1