From 8f32db47f3a9ef68829a2acc1a589d2852c81d73 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:57:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5614643..9f4d21e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroCentered from "@/components/sections/hero/HeroCentered"; import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, Brain, Briefcase, CheckCircle, Clock, Crown, DollarSign, Mail, Shield, Target, TrendingUp, Users, Zap, Sparkles, Users2, Gauge, Globe, ArrowRight } from "lucide-react"; +import { Award, Brain, Briefcase, CheckCircle, Clock, Crown, DollarSign, Mail, Shield, Target, TrendingUp, Users, Zap, Sparkles, Users2, Gauge, Globe, ArrowRight, BarChart3 } from "lucide-react"; export default function LandingPage() { return ( @@ -58,8 +57,8 @@ export default function LandingPage() { ]} avatarText="Trusted by 500+ companies" buttons={[ - { text: "Post a Job", href: "#contact" }, { text: "Browse Talent", href: "#services" }, + { text: "Learn More", href: "#services" }, ]} buttonAnimation="slide-up" /> @@ -152,21 +151,45 @@ export default function LandingPage() { /> -
- + +
+ +
+
@@ -231,4 +254,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1