Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-18 15:22:02 +00:00

View File

@@ -57,21 +57,7 @@ export default function LandingPage() {
{
text: "Contact Me", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Du1hCkOp6mU1KzKakTWLCt3zPY/uploaded-1779117319036-4d5pt4i2.png?_wi=1"
imageAlt="Vaishnav V professional headshot"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/empty-military-drone-control-headquarters-employing-cctv-radar-footage_482257-89786.jpg", alt: "Collaborator 1"},
{
src: "http://img.b2bpic.net/free-photo/general-headquarters-monitoring-room-with-mockup-screen-tablet_482257-90086.jpg", alt: "Collaborator 2"},
{
src: "http://img.b2bpic.net/free-photo/soldier-implements-processes-tactical-data-with-reconnaissance-radar-system_482257-89904.jpg", alt: "Collaborator 3"},
{
src: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg", alt: "Collaborator 4"},
{
src: "http://img.b2bpic.net/free-photo/medic-expert-analyzing-ct-scan-result-examine-organs-condition_482257-112102.jpg", alt: "Collaborator 5"},
]}
marqueeItems={[
{
type: "text", text: "Full-Stack Dev"},
@@ -132,18 +118,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1", name: "Deepfake Detection (ViT)", price: "AI & Computer Vision", imageSrc: "http://img.b2bpic.net/free-photo/army-officer-examining-real-time-satellite-data-big-screen-military-base_482257-89895.jpg"},
{
id: "p2", name: "MatHeal Healthcare", price: "Full-Stack Web App", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-horizontal-green-screen-digital-tablet-ill-patient-bed-medic-senior-woman-looking-chroma-key-device-with-isolated-mockup-template-background_482257-39956.jpg"},
{
id: "p3", name: "JARVIS 1.0", price: "AI Terminal Assistant", imageSrc: "http://img.b2bpic.net/free-photo/tech-engineer-observing-multiple-system-security-breaches-caused-by-overloaded-storage-servers-software-developers-detecting-cloud-leak-solve-it-with-improved-application-coding_482257-41734.jpg"},
{
id: "p4", name: "EventSphere", price: "Scalable Event Platform", imageSrc: "http://img.b2bpic.net/free-vector/collection-workout-tracker-app-screens_52683-44360.jpg"},
{
id: "p5", name: "Cybersecurity Audit", price: "Ethical Hacking Project", imageSrc: "http://img.b2bpic.net/free-photo/hacker-uses-green-screen-pc-ai-deep-learning-develop-zero-day-exploit_482257-88622.jpg"},
{
id: "p6", name: "Network Automation", price: "Infrastructure Tools", imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg"},
{ id: "p1", name: "Deepfake Detection (ViT)", price: "AI & Computer Vision" },
{ id: "p2", name: "MatHeal Healthcare", price: "Full-Stack Web App" },
{ id: "p3", name: "JARVIS 1.0", price: "AI Terminal Assistant" },
{ id: "p4", name: "EventSphere", price: "Scalable Event Platform" },
{ id: "p5", name: "Cybersecurity Audit", price: "Ethical Hacking Project" },
{ id: "p6", name: "Network Automation", price: "Infrastructure Tools" },
]}
title="Featured Projects"
description="A showcase of my recent full-stack and AI-driven applications."
@@ -258,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}