"use client"; import React from "react"; import Image from "next/image"; import { LinkedinIcon, GithubIcon } from "lucide-react"; import styles from "./styles/Presentation.module.css"; const Presentation = () => { return (
{/* Right Image Column (appears first on small screens due to flex-col order) */}
{/* Left Content Column (appears second on small screens, first on medium screens) */}
{/* Title */}

AI - Robotic Engineer & Data Scientist
Student{" "}

{/* Description */}

Hello, I'm Valentin Massonniere, an enthusiastic{" "}
AI - Robotic Engineer & Data Scientist at IceBergData Lab from France{" "} 🇫🇷

{/* Social Links */}
{/* Tech Stack */}

Tech Stack |

Logo C++ Logo Python Logo GCP Logo GCP Logo Docker Logo RaspberryPi
{/* Scroll Down Indicator */} { e.preventDefault(); const element = document.querySelector("#aboutScroll"); if (element) { window.scrollTo({ top: element.offsetTop - 150, behavior: "smooth", }); } }} >
); }; export default Presentation;