diff --git a/src/app/page.tsx b/src/app/page.tsx
index 303c4a5..9a2884d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,64 +41,27 @@ export default function LandingPage() {
@@ -122,18 +73,9 @@ export default function LandingPage() {
title="My Journey & Mission"
description="Dedicated to bridging the gap between complex academic theories and practical, real-world solutions that drive impact."
bulletPoints={[
- {
- title: "Academic Rigor",
- description: "Foundation in analytical thinking and systematic problem-solving.",
- },
- {
- title: "Continuous Growth",
- description: "Always exploring new technologies and methodologies.",
- },
- {
- title: "Professional Values",
- description: "Integrity, collaboration, and quality-first mindset.",
- },
+ { title: "Academic Rigor", description: "Foundation in analytical thinking and systematic problem-solving." },
+ { title: "Continuous Growth", description: "Always exploring new technologies and methodologies." },
+ { title: "Professional Values", description: "Integrity, collaboration, and quality-first mindset." }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg"
mediaAnimation="blur-reveal"
@@ -148,21 +90,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Technical Analysis",
- description: "Deep understanding of data and logic systems.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg",
- },
- {
- title: "Strategy & Planning",
- description: "Translating goals into clear, actionable steps.",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-holding-tablet_23-2152013704.jpg",
- },
- {
- title: "Creative Innovation",
- description: "Applying unique angles to complex challenges.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-sustainable-light-bulb-alternatives_23-2149165739.jpg",
- },
+ { title: "Technical Analysis", description: "Deep understanding of data and logic systems.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg" },
+ { title: "Strategy & Planning", description: "Translating goals into clear, actionable steps.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-holding-tablet_23-2152013704.jpg" },
+ { title: "Creative Innovation", description: "Applying unique angles to complex challenges.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sustainable-light-bulb-alternatives_23-2149165739.jpg" }
]}
title="My Core Capabilities"
description="Leveraging a diverse toolkit to solve modern problems."
@@ -176,18 +106,9 @@ export default function LandingPage() {
title="Academic Foundation"
description="Building a solid base through dedicated research and structured learning."
bulletPoints={[
- {
- title: "Degree Name",
- description: "Focus areas including advanced theory and practice.",
- },
- {
- title: "Research Work",
- description: "In-depth studies on relevant industry topics.",
- },
- {
- title: "Certifications",
- description: "Validating professional skills and knowledge.",
- },
+ { title: "Degree Name", description: "Focus areas including advanced theory and practice." },
+ { title: "Research Work", description: "In-depth studies on relevant industry topics." },
+ { title: "Certifications", description: "Validating professional skills and knowledge." }
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/contemporary-workspace-with-plant-glass-vase-desk_23-2148225535.jpg"
@@ -197,30 +118,13 @@ export default function LandingPage() {
@@ -352,4 +192,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file