Skip to content

Commit

Permalink
v0.4.49 Image correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubaton committed May 24, 2024
1 parent 27dadb0 commit b3bb6f3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function Home() {
setFormData(formData);
};

// State to store form data
const currentYear = new Date().getFullYear();

const [formData, setFormData] = useState({
name: "",
title: "",
Expand All @@ -40,8 +41,8 @@ export default function Home() {
src={Pettens}
alt="Petten"
priority={true}
width={"full"}
height={"100vh"}
width={"2560"}
height={"1440"}
/>
</div>

Expand All @@ -52,7 +53,7 @@ export default function Home() {
<FaXTwitter />
</a>
</span>
<span>
<span className="flex items-center">
Powered By{" "}
<Link
href="https://creativemg.netlify.app/"
Expand All @@ -61,7 +62,7 @@ export default function Home() {
>
Creative Mind Graphics (Pty) Ltd
</Link>{" "}
| Copyright © 2023, All Rights Reserved
| Copyright © <span>{currentYear}</span>, All Rights Reserved
</span>
<span>
<a href="https://github.com/Ubaton" target="_blank">
Expand Down

0 comments on commit b3bb6f3

Please sign in to comment.