Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
170
src/app/page.tsx
170
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Award, Code, GraduationCap, Lightbulb } from "lucide-react";
|
||||
import { Award, Code, GraduationCap, Lightbulb, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="sarthakg.dev"
|
||||
/>
|
||||
@@ -57,13 +49,9 @@ export default function LandingPage() {
|
||||
description="Robotics Software Developer & AI Researcher. Designing autonomous systems and intelligence-driven pipelines."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Projects", href: "#projects"},
|
||||
{
|
||||
text: "Contact Me",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Me", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-tunnel-backgrund_1017-3414.jpg"
|
||||
@@ -78,24 +66,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: GraduationCap,
|
||||
label: "GPA",
|
||||
value: "3.68",
|
||||
},
|
||||
label: "GPA", value: "3.68"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "AI Certifications",
|
||||
value: "5+",
|
||||
},
|
||||
label: "AI Certifications", value: "5+"},
|
||||
{
|
||||
icon: Code,
|
||||
label: "Languages",
|
||||
value: "7+",
|
||||
},
|
||||
label: "Languages", value: "7+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Hackathon/Teams",
|
||||
value: "Top 12",
|
||||
},
|
||||
label: "Hackathon/Teams", value: "Top 12"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -107,22 +87,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Robotics Software Developer",
|
||||
description: "Developing C++ Gazebo plugins for submarine control systems and improving localization rates to 10Hz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-employee-project-manager-analysing-mechanical-metalic-parts_482257-18771.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Robotics Software Developer", description: "Developing C++ Gazebo plugins for submarine control systems and improving localization rates to 10Hz.", imageSrc: "http://img.b2bpic.net/free-photo/black-employee-project-manager-analysing-mechanical-metalic-parts_482257-18771.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Undergraduate Researcher",
|
||||
description: "Architected end-to-end AI video pipelines scaling to 500GB+ datasets on HPC platforms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-network-connections-design-with-connecting-lines-dots_1048-13615.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Undergraduate Researcher", description: "Architected end-to-end AI video pipelines scaling to 500GB+ datasets on HPC platforms.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-network-connections-design-with-connecting-lines-dots_1048-13615.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "AI Developer Intern",
|
||||
description: "Built LLM-driven agentic pipelines for data extraction and RAG-based search systems for community services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-coding-tablet-programming-artificial-intelligence_482257-91097.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "AI Developer Intern", description: "Built LLM-driven agentic pipelines for data extraction and RAG-based search systems for community services.", imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-coding-tablet-programming-artificial-intelligence_482257-91097.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Research Assistant", description: "Supporting computer vision research through data labeling and model validation.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Professional Experience"
|
||||
@@ -138,41 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Audionomous",
|
||||
price: "Vision-Audio Modulation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-3d-sphere-with-eye-effect_23-2150885555.jpg",
|
||||
},
|
||||
id: "p1", name: "Audionomous", price: "Vision-Audio Modulation", imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-3d-sphere-with-eye-effect_23-2150885555.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "PlayCast",
|
||||
price: "Real-time Highlight Reels",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-surprised-girl-showing-mobile-phone-app-screen-smartphone-display-application-interface-standing-against-pink-background_1258-90056.jpg",
|
||||
},
|
||||
id: "p2", name: "PlayCast", price: "Real-time Highlight Reels", imageSrc: "http://img.b2bpic.net/free-photo/image-surprised-girl-showing-mobile-phone-app-screen-smartphone-display-application-interface-standing-against-pink-background_1258-90056.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "SubjuGator 9",
|
||||
price: "RoboSub 2025",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-half-whale-half-robot_23-2151603029.jpg",
|
||||
},
|
||||
id: "p3", name: "SubjuGator 9", price: "RoboSub 2025", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-half-whale-half-robot_23-2151603029.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "ResourceMap",
|
||||
price: "RAG-based Service Data",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-surprised-by-ai-materializing-screen-unprompted_482257-90809.jpg",
|
||||
},
|
||||
id: "p4", name: "ResourceMap", price: "RAG-based Service Data", imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-surprised-by-ai-materializing-screen-unprompted_482257-90809.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Video Pipeline",
|
||||
price: "HPC Scaling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-using-transparent-digital-tablet-screen-futuristic-technology_53876-105379.jpg",
|
||||
},
|
||||
id: "p5", name: "Video Pipeline", price: "HPC Scaling", imageSrc: "http://img.b2bpic.net/free-photo/designer-using-transparent-digital-tablet-screen-futuristic-technology_53876-105379.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "MediaPipe FaceMesh",
|
||||
price: "AI Dynamic Control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chemist-looking-through-microscopic-lens-optical-tool-wearing-face-mask-protective-goggles-laboratory-microbiologist-using-microscope-selective-focus-experiment-close-up_482257-32303.jpg",
|
||||
},
|
||||
id: "p6", name: "MediaPipe FaceMesh", price: "AI Dynamic Control", imageSrc: "http://img.b2bpic.net/free-photo/chemist-looking-through-microscopic-lens-optical-tool-wearing-face-mask-protective-goggles-laboratory-microbiologist-using-microscope-selective-focus-experiment-close-up_482257-32303.jpg"},
|
||||
]}
|
||||
title="Selected Projects"
|
||||
description="Engineered technical solutions from AI-vision hardware to scalable mobile video platforms."
|
||||
@@ -186,45 +136,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Research Lead",
|
||||
handle: "@university",
|
||||
testimonial: "Exceptional capability in scaling complex AI pipelines and robotics integration.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
},
|
||||
id: "t1", name: "Dr. Research Lead", handle: "@university", testimonial: "Exceptional capability in scaling complex AI pipelines and robotics integration.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Lab Coordinator",
|
||||
handle: "@mil",
|
||||
testimonial: "Sarthak brings a unique blend of C++ expertise and high-level AI architectural knowledge.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
},
|
||||
id: "t2", name: "Lab Coordinator", handle: "@mil", testimonial: "Sarthak brings a unique blend of C++ expertise and high-level AI architectural knowledge.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Innovation Foundation",
|
||||
handle: "@fci",
|
||||
testimonial: "Successfully optimized our resource search systems with cutting-edge RAG implementations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-adult-male-student-doing-research-public-library_74855-1876.jpg",
|
||||
},
|
||||
id: "t3", name: "Innovation Foundation", handle: "@fci", testimonial: "Successfully optimized our resource search systems with cutting-edge RAG implementations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-adult-male-student-doing-research-public-library_74855-1876.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "RoboSub Team Lead",
|
||||
handle: "@robosub",
|
||||
testimonial: "Key contributor in our autonomy systems advancement, reliable through high pressure.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
|
||||
},
|
||||
id: "t4", name: "RoboSub Team Lead", handle: "@robosub", testimonial: "Key contributor in our autonomy systems advancement, reliable through high pressure.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Project Peer",
|
||||
handle: "@cs-dept",
|
||||
testimonial: "Strong technical communicator and an incredibly effective developer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
},
|
||||
id: "t5", name: "Project Peer", handle: "@cs-dept", testimonial: "Strong technical communicator and an incredibly effective developer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Research & Professional Mentorship"
|
||||
@@ -236,8 +161,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready for the next challenge."
|
||||
description="Currently exploring new opportunities in Robotics and AI Engineering. Let's connect."
|
||||
@@ -250,33 +174,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com",
|
||||
},
|
||||
label: "GitHub", href: "https://github.com"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "https://sarthakg.dev",
|
||||
},
|
||||
label: "Portfolio", href: "https://sarthakg.dev"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Resume",
|
||||
href: "/resume.pdf",
|
||||
},
|
||||
label: "Resume", href: "/resume.pdf"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user