Skip to content

Commit

Permalink
Update landingPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sspzoa committed Sep 24, 2024
1 parent 05f8157 commit bcb4b99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/landing/landingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ export default function LandingPage() {
<div className="flex-grow flex items-center justify-center">
<div className="flex flex-col gap-spacing-700 justify-center items-center">
<div className="flex flex-col gap-spacing-550 md:gap-spacing-850 justify-center items-center">
<Link className="ease-in-out duration-500 hover:opacity-50" href="https://portfolio.sspzoa.io">
<Link
className="ease-in-out duration-500 hover:opacity-50"
href="https://portfolio.sspzoa.io"
target="_blank"
rel="noreferrer noopener">
<Image
className="w-[128px] h-[128px] md:w-[256px] md:h-[256px] rounded-[32px] md:rounded-[64px] shadow-[#6d87a8] shadow-2xl"
draggable={false}
Expand Down

0 comments on commit bcb4b99

Please sign in to comment.