From d0d3fdd82c74fe9b853b21fa23a07d6294ea28ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 11:48:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 ++++++++--------------------------------------- 1 file changed, 63 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9257a2d..a4aabc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,40 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; +import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { - Brain, - MessageSquare, - Zap, - Cloud, - Database, - Code, - Lock, - Globe, - Shield, - Settings, - TrendingUp, - Users, - BarChart3, - Cpu, - Award, - Star, - DollarSign, - HelpCircle, - Sparkles, - AlertCircle, - Wifi, - Bell, - Lightbulb, - FileText, -} from "lucide-react"; +import { Zap, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -54,305 +25,93 @@ export default function LandingPage() { {/* Navbar */} - {/* Features - Interactive */} -
- + -
- - {/* Capabilities - Hover Pattern */} -
- -
- - {/* About - Metrics */} -
- -
- - {/* Testimonials */} -
- -
- - {/* Pricing */} -
- -
- - {/* FAQ */} -
-
- - {/* Contact */} -
-
+ {/* About - Inline Image Split Text */} +
+ +
+ + {/* Social Proof - Social Proof One */} +
+ +
+ {/* Footer */}