From 4d29fa09b97a529b0c369a4f6b6738f3d203cb6f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 11:46:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 373 +++++++++++------------------------------------ 1 file changed, 85 insertions(+), 288 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9257a2d..402858c 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 HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; +import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +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, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -54,303 +25,129 @@ export default function LandingPage() { {/* Navbar */} - {/* Features - Interactive */} -
- + -
- - {/* Capabilities - Hover Pattern */} -
- -
- - {/* About - Metrics */} -
-
- {/* Testimonials */} -
- + +
+ + {/* Social Proof */} +
+ -
- - {/* Pricing */} -
- -
- - {/* FAQ */} -
-
{/* Contact */}
- +
+
+
+

+ Ready to Transform Your Business? +

+

+ Get in touch with our team to discuss how SAAR Technologies can help you achieve your goals. +

+
+ +
+
{/* Footer */}