diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7396ada..8732e4a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,30 +30,12 @@ export default function LandingPage() {
@@ -61,24 +43,13 @@ export default function LandingPage() {
@@ -100,34 +71,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
members={[
- {
- id: "1",
- name: "Guillemot",
- role: "Software Developer | 2025 - Present",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941524.jpg",
- imageAlt: "3d rendering of futuristic technologies",
- },
- {
- id: "2",
- name: "SIEMENS",
- role: "Software Engineer | 2024 - 2025",
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111128.jpg",
- imageAlt: "Doctor from the future concept",
- },
- {
- id: "3",
- name: "GRAITEC",
- role: "Junior Software Developer | 2023 - 2024",
- imageSrc: "http://img.b2bpic.net/free-photo/medical-research-scientist-working-tablet-with-green-screen-mock-up-template-applied-science-lab-engineers-conducting-experiments-background-examining-vaccine-evolution-using-high-tech_482257-12829.jpg",
- imageAlt: "Medical research scientist working on tablet",
- },
- {
- id: "4",
- name: "Arctic",
- role: "Intern | 2022",
- imageSrc: "http://img.b2bpic.net/free-photo/biotechnology-scientist-researching-laboratory-using-microscope-typing-pc-chemist-examining-virus-evolution-using-high-tech-scientific-research-vaccine-development-against-covid19_482257-12812.jpg",
- imageAlt: "Biotechnology scientist researching in laboratory",
- },
+ { id: "1", name: "Guillemot", role: "Software Developer | 2025 - Present", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941524.jpg", imageAlt: "3d rendering of futuristic technologies" },
+ { id: "2", name: "SIEMENS", role: "Software Engineer | 2024 - 2025", imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111128.jpg", imageAlt: "Doctor from the future concept" },
+ { id: "3", name: "GRAITEC", role: "Junior Software Developer | 2023 - 2024", imageSrc: "http://img.b2bpic.net/free-photo/medical-research-scientist-working-tablet-with-green-screen-mock-up-template-applied-science-lab-engineers-conducting-experiments-background-examining-vaccine-evolution-using-high-tech_482257-12829.jpg", imageAlt: "Medical research scientist working on tablet" },
+ { id: "4", name: "Arctic", role: "Intern | 2022", imageSrc: "http://img.b2bpic.net/free-photo/biotechnology-scientist-researching-laboratory-using-microscope-typing-pc-chemist-examining-virus-evolution-using-high-tech-scientific-research-vaccine-development-against-covid19_482257-12812.jpg", imageAlt: "Biotechnology scientist researching in laboratory" },
]}
title="Professional Experience"
description="A timeline of my professional journey in software development."
@@ -136,64 +83,17 @@ export default function LandingPage() {
@@ -271,36 +145,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-lights_181624-23730.jpg"
logoText="Andrei Săpunaru"
columns={[
- {
- title: "Navigate",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Projects",
- href: "#projects",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
- {
- title: "Links",
- items: [
- {
- label: "GitHub",
- href: "https://github.com/Andrei64-ux",
- },
- {
- label: "LinkedIn",
- href: "#",
- },
- ],
- },
+ { title: "Navigate", items: [{ label: "About", href: "#about" }, { label: "Projects", href: "#projects" }, { label: "Contact", href: "#contact" }] },
+ { title: "Links", items: [{ label: "GitHub", href: "https://github.com/Andrei64-ux" }, { label: "LinkedIn", href: "#" }] },
]}
/>