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 */}