feat :Home page design

This commit is contained in:
2025-06-29 15:19:56 +05:30
parent 6f44347947
commit 054c4b8d0e
2 changed files with 167 additions and 19 deletions

View File

@@ -42,14 +42,11 @@ export default function Login() {
<div
style={{
backgroundColor: "#f8f9fa",
padding: "20px",
fontFamily: "sans-serif",
width:"100%",
height: '100vh',
// border: "solid black"
}}
>
<Image
radius="md"
fit="cover"
src={myImage}
component={NextImage}
@@ -87,7 +84,6 @@ export default function Login() {
<div style={{ display: "flex", height: "70vh" }}>
<div style={{ flex: 1, backgroundColor: "#c1e0f0", display: "flex" }}>
<Image
radius="md"
fit="cover"
src={frontPage}
component={NextImage}