Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/app/(site)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function HomePage() {

{/* Section: Docs */}
<article className="mx-auto mb-10 sm:space-x-10 flex flex-col items-center py-10 sm:flex-row">
<div className="w-full sm:w-1/2">
<div className="w-full sm:w-1/2 transition-transform duration-300 hover:-translate-y-2 hover:scale-105">
<Image
src="/img/home/docs.svg"
alt="Javaistic Docs"
Expand Down Expand Up @@ -111,7 +111,7 @@ export default function HomePage() {
</Button>
</Link>
</div>
<div className="w-full sm:w-1/2">
<div className="w-full sm:w-1/2 transition-transform duration-300 hover:-translate-y-2 hover:scale-105">
<Image
src="/img/home/programs.svg"
alt="Javaistic Programs"
Expand All @@ -127,7 +127,7 @@ export default function HomePage() {

{/* Section: GitHub */}
<article className="flex flex-col sm:flex-row items-center py-14 space-y-10 sm:space-y-0 sm:space-x-10">
<div className="w-full sm:w-1/2">
<div className="w-full sm:w-1/2 transition-transform duration-300 hover:-translate-y-2 hover:scale-105">
<Image
src="/img/home/open-source.svg"
alt="Javaistic GitHub"
Expand Down
Loading