1 Commits

Author SHA1 Message Date
dbbdb06a78 Update src/app/page.tsx 2026-02-06 00:23:29 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
@@ -120,73 +120,63 @@ export default function LandingPage() {
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardOne <FeatureCardTwentyFive
title="Featured Projects" title="Core Competencies"
description="A selection of notable projects that showcase my expertise and impact." description="Specialized skills that drive product success and organizational growth."
tag="Notable Works" tag="What I Bring"
tagIcon={Star} tagIcon={CheckCircle}
features={[ features={[
{ {
title: "E-commerce Platform Redesign", title: "Strategic Product Vision", description: "Developing clear, ambitious product strategies aligned with business objectives and market opportunities. Building compelling narratives that unite teams around shared goals.", icon: Target,
description: "Revamped the user interface and experience for a leading e-commerce platform, increasing user engagement and sales.",
icon: ShoppingCart,
mediaItems: [ mediaItems: [
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/improvement-success-planning-ideas-research_53876-26264.jpg", imageAlt: "Product strategy session"
imageAlt: "E-commerce platform redesign"
}, },
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/businesspeople-planning-tasks-with-sticky-notes_53876-20933.jpg", imageAlt: "Strategy execution"
imageAlt: "User interface improvements"
} }
] ]
}, },
{ {
title: "Mobile App Development", title: "Innovation & Execution", description: "Balancing ambitious innovation with pragmatic execution. Creating frameworks that encourage experimentation while maintaining accountability and delivering measurable results.", icon: Zap,
description: "Developed a mobile application for a startup, focusing on user experience and seamless integration with backend services.",
icon: Mobile,
mediaItems: [ mediaItems: [
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/fingers-opening-future_1134-120.jpg", imageAlt: "Innovation workshop"
imageAlt: "Mobile app development"
}, },
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/colleagues-having-meeting-office_23-2148817049.jpg", imageAlt: "Team collaboration"
imageAlt: "User testing"
} }
] ]
}, },
{ {
title: "Enterprise Software Solution", title: "Team Leadership", description: "Building and scaling high-performing product teams. Fostering a culture of ownership, continuous learning, and psychological safety where great work happens naturally.", icon: Users,
description: "Designed and implemented a comprehensive software solution for a large enterprise, streamlining operations and enhancing productivity.",
icon: Server,
mediaItems: [ mediaItems: [
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg", imageAlt: "Team building"
imageAlt: "Enterprise software solution"
}, },
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/colleagues-having-meeting-office_23-2148817049.jpg", imageAlt: "Leadership in action"
imageAlt: "System integration"
} }
] ]
}, },
{ {
title: "Website Optimization", title: "Data-Driven Decisions", description: "Leveraging analytics and user research to inform product decisions. Establishing metrics that matter, tracking progress, and pivoting based on evidence rather than assumptions.", icon: BarChart3,
description: "Optimized a website's performance and SEO, resulting in a significant increase in traffic and conversion rates.",
icon: ChartBar,
mediaItems: [ mediaItems: [
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/improvement-success-planning-ideas-research_53876-26264.jpg", imageAlt: "Analytics dashboard"
imageAlt: "Website optimization"
}, },
{ {
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageSrc: "https://img.b2bpic.net/free-photo/businesspeople-planning-tasks-with-sticky-notes_53876-20933.jpg", imageAlt: "Performance metrics"
imageAlt: "SEO analysis"
} }
] ]
} }
]} ]}
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground="noInvert"
buttons={[
{ text: "View Case Studies", href: "#" }
]}
/> />
</div> </div>