From 3c39667ae07e4ab0ab7f315a52d7dc7cd945b177 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:19:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 +++++++++++++++++++---------------------------- 1 file changed, 112 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c5e16d..c64c66f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { BarChart2, CheckCircle, Clock, TrendingUp, Users, Zap, BrainCircuit, Bot, Sparkles, Cpu } from "lucide-react"; +import { CheckCircle, Clock, TrendingUp, BrainCircuit, Bot, Sparkles, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -29,174 +29,126 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- ({ - title: `Core Feature ${i + 1}`, - description: "Essential retail management functionality for daily operations.", icon: CheckCircle, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-examining-reports-papers-looking-statistics-annual-data-analytics-increase-profit-workers-group-planning-research-strategy-with-documents-business-development_482257-64771.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graphs_1098-486.jpg" }] - })), - { title: "Smart AI Forecasting", description: "Predict sales trends with our advanced AI model.", icon: BrainCircuit, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg" }] }, - { title: "Automated Inventory", description: "Intelligent stock replenishment handled by AI.", icon: Bot, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg" }] }, - { title: "Personalized Marketing", description: "AI-driven insights for targeted campaigns.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg" }] }, - { title: "Intelligent Fraud Prevention", description: "Secure transactions monitored by AI agents.", icon: Cpu, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg" }] }, - ]} - title="Powerful Features at Your Fingertips" - description="Every tool you need to run, scale, and analyze your business operations in one intuitive platform." - /> -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);