From da52e0bacac9e7b43a9430519427cfca814ae0b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 05:36:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf6ff7b..5db6fec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,59 +45,36 @@ export default function LandingPage() {
@@ -117,17 +86,11 @@ export default function LandingPage() { description="Our AI analyzes millions of market data points to construct the most efficient path for your career transition." metrics={[ { - value: "95%", - title: "Career Accuracy", - }, + value: "95%", title: "Career Accuracy"}, { - value: "12k+", - title: "Users Placed", - }, + value: "12k+", title: "Users Placed"}, { - value: "3x", - title: "Speed to Growth", - }, + value: "3x", title: "Speed to Growth"}, ]} imageSrc="http://img.b2bpic.net/free-photo/startup-employee-looking-business-charts-using-ai-software_482257-100453.jpg" mediaAnimation="slide-up" @@ -143,20 +106,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Skill Gap Analysis", - description: "Pinpoint exactly where your skills need to grow.", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg", - }, + title: "AI Skill Gap Analysis", description: "Pinpoint exactly where your skills need to grow.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg"}, { - title: "Dynamic Roadmap Building", - description: "Automated, flexible learning paths that adjust.", - imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-background-technology-concept-connecting-dots-design_53876-153353.jpg", - }, + title: "Dynamic Roadmap Building", description: "Automated, flexible learning paths that adjust.", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-background-technology-concept-connecting-dots-design_53876-153353.jpg"}, { - title: "Predictive Salary Insight", - description: "Know your worth backed by real-time data.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-streaks-with-spheres_1017-2806.jpg", - }, + title: "Predictive Salary Insight", description: "Know your worth backed by real-time data.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-streaks-with-spheres_1017-2806.jpg"}, ]} title="Engineered for Success" description="Powerful tools to navigate the modern job market with confidence." @@ -170,36 +124,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - tag: "Essentials", - price: "$0", - period: "/mo", - description: "Basic career mapping.", - button: { - text: "Get Started", - }, - featuresTitle: "Includes:", - features: [ - "Limited Roadmaps", - "Basic Analytics", - "Industry News", - ], + id: "p1", tag: "Essentials", price: "$0", period: "/mo", description: "Basic career mapping.", button: { + text: "Get Started"}, + featuresTitle: "Includes:", features: [ + "Limited Roadmaps", "Basic Analytics", "Industry News"], }, { - id: "p2", - tag: "Pro", - price: "$29", - period: "/mo", - description: "Deep insights and planning.", - button: { - text: "Upgrade", - }, - featuresTitle: "Everything in Essentials, plus:", - features: [ - "Full Roadmap Control", - "AI Mentoring", - "Salary Reports", - ], + id: "p2", tag: "Pro", price: "$29", period: "/mo", description: "Deep insights and planning.", button: { + text: "Upgrade"}, + featuresTitle: "Everything in Essentials, plus:", features: [ + "Full Roadmap Control", "AI Mentoring", "Salary Reports"], }, ]} title="Transparent Plans for Every Ambition" @@ -214,26 +148,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "85%", - title: "Placement Rate", - description: "Success in first job target", - imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", - }, + id: "m1", value: "85%", title: "Placement Rate", description: "Success in first job target", imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg"}, { - id: "m2", - value: "45%", - title: "Salary Increase", - description: "Average pay boost", - imageSrc: "http://img.b2bpic.net/free-photo/glowing-blue-wave-pattern-ignites-futuristic-technology-generated-by-ai_188544-18502.jpg", - }, + id: "m2", value: "45%", title: "Salary Increase", description: "Average pay boost", imageSrc: "http://img.b2bpic.net/free-photo/glowing-blue-wave-pattern-ignites-futuristic-technology-generated-by-ai_188544-18502.jpg"}, { - id: "m3", - value: "6mo", - title: "Avg. Transition", - description: "Time to achievement", - imageSrc: "http://img.b2bpic.net/free-photo/reminder-occupation-office-competition-award_1134-955.jpg", - }, + id: "m3", value: "6mo", title: "Avg. Transition", description: "Time to achievement", imageSrc: "http://img.b2bpic.net/free-photo/reminder-occupation-office-competition-award_1134-955.jpg"}, ]} title="Impact by the Numbers" description="Real results driving thousands of professional transformations." @@ -241,54 +160,31 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1