diff --git a/src/app/page.tsx b/src/app/page.tsx
index a5a3f92..1479059 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,137 +30,37 @@ export default function LandingPage() {
@@ -170,18 +70,9 @@ export default function LandingPage() {
title="Passionate Learner, Aspiring Engineer"
description="Currently pursuing a degree in CS with a focus on full-stack development and artificial intelligence. I bridge the gap between complex logic and user-centric design."
metrics={[
- {
- value: "15+",
- title: "Projects Completed",
- },
- {
- value: "3+",
- title: "Hackathons Won",
- },
- {
- value: "2000+",
- title: "Commits This Year",
- },
+ { value: "15+", title: "Projects Completed" },
+ { value: "3+", title: "Hackathons Won" },
+ { value: "2000+", title: "Commits This Year" },
]}
imageSrc="http://img.b2bpic.net/free-photo/working-man_1098-18366.jpg"
imageAlt="student portrait modern tech"
@@ -196,26 +87,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- tag: "Software Architecture",
- title: "Distributed Cloud Systems",
- subtitle: "Scalable Infrastructure",
- description: "Designed and deployed a highly available distributed system.",
- imageSrc: "http://img.b2bpic.net/free-photo/engineer-oversees-ai-neural-network_482257-75607.jpg",
- },
+ tag: "Software Architecture", title: "Distributed Cloud Systems", subtitle: "Scalable Infrastructure", description: "Designed and deployed a highly available distributed system.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-oversees-ai-neural-network_482257-75607.jpg"},
{
- tag: "Mobile Dev",
- title: "Cross-Platform App",
- subtitle: "User Experience Focused",
- description: "Developed a full-stack mobile application.",
- imageSrc: "http://img.b2bpic.net/free-photo/engineers-data-center-using-isolated-screen-mockup-laptop_482257-122519.jpg",
- },
+ tag: "Mobile Dev", title: "Cross-Platform App", subtitle: "User Experience Focused", description: "Developed a full-stack mobile application.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-data-center-using-isolated-screen-mockup-laptop_482257-122519.jpg"},
{
- tag: "AI & ML",
- title: "Predictive Analytics Engine",
- subtitle: "Data Science",
- description: "Built a predictive analytics engine.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg",
- },
+ tag: "AI & ML", title: "Predictive Analytics Engine", subtitle: "Data Science", description: "Built a predictive analytics engine.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-connecting-lines-dots_1048-7940.jpg"},
]}
title="Technical Projects"
description="A showcase of some recent work demonstrating my technical proficiency and problem-solving skills."
@@ -228,24 +104,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "s1",
- icon: Code,
- title: "Programming",
- value: "Expert",
- },
- {
- id: "s2",
- icon: Database,
- title: "Systems",
- value: "Proficient",
- },
- {
- id: "s3",
- icon: Cloud,
- title: "Infrastructure",
- value: "Certified",
- },
+ { id: "s1", icon: Code, title: "Programming", value: "Expert" },
+ { id: "s2", icon: Database, title: "Systems", value: "Proficient" },
+ { id: "s3", icon: Cloud, title: "Infrastructure", value: "Certified" },
]}
title="Tech Stack Mastery"
description="Core competencies across multiple layers of technology."
@@ -254,44 +115,15 @@ export default function LandingPage() {
@@ -330,40 +147,8 @@ export default function LandingPage() {