Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-22 09:06:31 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
import { BarChart2, Database, Zap } from "lucide-react";
import { BarChart2, Database } from "lucide-react";
export default function LandingPage() {
return (
@@ -49,11 +49,7 @@ export default function LandingPage() {
description="Showcasing my research path, academic projects, and future vision for advanced graduate studies at top-tier universities."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-backpack-full-stationery-items_23-2148224267.jpg", imageAlt: "Research Excellence" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-display-photovoltaics-factory_482257-124932.jpg", imageAlt: "Data Science Projects" },
{ imageSrc: "http://img.b2bpic.net/free-photo/school-word-color-pencils-black-background_23-2148193369.jpg", imageAlt: "University Campus" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pile-paperback-books-table_93675-129043.jpg", imageAlt: "Academic Planning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-update-ai-systems_482257-96249.jpg", imageAlt: "Software Laboratory" },
{ imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-student-male-blue-t-shirt-sitting-desk-indoors-rewriting-information-from-book-copy-book-attractive-dark-skinned-man-writing-sinopsis-while-sitting-cozy-cafeteria_273609-7518.jpg", imageAlt: "Graduation Success" }
{ imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-display-photovoltaics-factory_482257-124932.jpg", imageAlt: "Data Science Projects" }
]}
/>
</div>
@@ -71,9 +67,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "p1", label: "Research", title: "Algorithmic Efficiency", items: ["Large scale data structures", "Performance optimization", "Complexity analysis"] },
{ id: "p2", label: "Data", title: "Predictive Modeling", items: ["Machine learning", "Insight generation", "Big data analytics"] },
{ id: "p3", label: "Eng", title: "Robotics Integration", items: ["Autonomous systems", "Environmental monitoring", "Sensor fusion"] }
{ id: "p1", label: "Research", title: "Algorithmic Efficiency", items: ["Large scale data structures", "Performance optimization"] },
{ id: "p2", label: "Data", title: "Predictive Modeling", items: ["Machine learning", "Insight generation"] }
]}
title="Academic Projects & Research"
description="Selected projects spanning data analysis, software engineering, and robotics."
@@ -103,8 +98,7 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "3.9+", title: "Academic GPA", description: "Consistent excellence", imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-girl_23-2148201854.jpg" },
{ id: "m2", value: "15", title: "Research Projects", description: "Diverse portfolio", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-study-library_1157-22204.jpg" },
{ id: "m3", value: "6", title: "Target Unis", description: "High impact goals", imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-looking-front-smiling-confident-standing-pink-wall_141793-48066.jpg" }
{ id: "m2", value: "15", title: "Research Projects", description: "Diverse portfolio", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-study-library_1157-22204.jpg" }
]}
title="Academic Achievement Metrics"
description="Progress tracking across my application portfolio milestones."
@@ -131,10 +125,10 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{ id: "q1", title: "Research Interests?", content: "I focus on AI and data optimization." },
{ id: "q2", title: "Degree Goal?", content: "Pursuing an MS leading into a PhD program." },
{ id: "q3", title: "Timeline?", content: "Applications for the Fall 2025 cycle." }
{ id: "q2", title: "Degree Goal?", content: "Pursuing an MS leading into a PhD program." }
]}
title="Common Inquiries"
description="Frequently asked questions about my research journey."
textboxLayout="default"
/>
</div>