style changes

This commit is contained in:
2025-10-03 01:48:36 +02:00
parent d0227e4539
commit f5cf8bbaa7
12 changed files with 85 additions and 180 deletions

View File

@@ -10,10 +10,12 @@ export default function HomeLayout(){
<>
{/* Example usage of imported components, adjust as needed */}
<HomeNav />
<Home />
<ContactMeForm />
<Portfolio />
<Home /> {/*page*/}
<Drone />
<Portfolio />
<div style={{ margin: "6em auto", marginTop: "15em", maxWidth: "80vw" }}>
<ContactMeForm />
</div>
<Footer />
</>
)