From 539ee153e1f12004c57706f98c0cee5f041c6033 Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Sat, 24 Jan 2026 15:07:50 +0100 Subject: [PATCH] Updated icons, adjusted button functionality, and cleaned up commented code in `LandingImage.jsx`. --- src/components/LandingImage/LandingImage.jsx | 21 ++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/components/LandingImage/LandingImage.jsx b/src/components/LandingImage/LandingImage.jsx index 966d720..a759f5a 100644 --- a/src/components/LandingImage/LandingImage.jsx +++ b/src/components/LandingImage/LandingImage.jsx @@ -1,7 +1,15 @@ "use client"; import { Button, Card, Container, Stack, Typography } from "@mui/material"; import { TypeAnimation } from "react-type-animation"; -import {Article, CalendarMonthOutlined, CameraAlt} from "@mui/icons-material"; +import { + AppRegistration, + Article, + CalendarMonthOutlined, + CameraAlt, + Description, + EditNote, + EditNoteOutlined, +} from "@mui/icons-material"; import { useEffect, useState } from "react"; import { MeshContainer } from "./MeshContainer/MeshContainer"; @@ -68,18 +76,19 @@ function LandingImage() { fontSize: "1rem", }} color={"primary"} - startIcon={} + startIcon={} + //startIcon={} onClick={() => - // document.getElementById("signupForm").scrollIntoView({ - document.getElementById("images").scrollIntoView({ + document.getElementById("signupForm").scrollIntoView({ + //document.getElementById("images").scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest", }) } > - {/* Registration */} - Photo Gallery + Registration + {/*Photo Gallery */}