Skip to content

Commit 046ea13

Browse files
committed
chore: spacing, stucture fix
1 parent 290c33d commit 046ea13

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/app/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { GoMoveToTop } from "react-icons/go";
77

88
const Footer = () => {
99
return (
10-
<footer className="w-full mt-35 bg-gray-950 p-4 shadow-[0_-10px_30px_rgba(3,7,18,0.45)] pb-14">
10+
<footer className="w-full mt-35 bg-gray-950 p-4 shadow-[0_-10px_30px_rgba(3,7,18,0.45)] pb-14 pt-14">
1111
<div className="max-w-7xl mx-auto flex flex-col gap-3 justify-center items-center px-6 mb-3">
1212
<button
1313
title="go to top"
@@ -21,7 +21,7 @@ const Footer = () => {
2121
<h3 className="text-xl font-medium font-display flex gap-1">
2222
<Code2Icon /> SAYYED SOHEL
2323
</h3>
24-
<p className="text-gray-500">
24+
<p className="text-gray-500 text-center">
2525
Sayyed Sohel © {new Date().getFullYear()} Built with ❤️ by Sohel
2626
Sayyed
2727
</p>

src/app/components/home/Hero.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ const Hero = () => {
1515
className="grayscale-100 hover:grayscale-0 object-cover transition-transform duration-500 ease-in-out group-hover:scale-105"
1616
/>
1717
</div>
18-
<div className="flex flex-col justify-center items-center gap-8 max-w-3xl">
18+
<div className="flex flex-col justify-center items-center gap-4 max-w-3xl">
19+
1920
<div>
2021
<span>Hi, I&apos;m</span>
2122
<h1 className="font-display tracking-wide text-5xl font-bold text-gray-50">
2223
Sohel Sayyed
2324
</h1>
2425
</div>
25-
26+
<SkillsSlider />
2627
<div>
2728
<ul className="flex gap-3 justify-center items-center">
2829
<li className="hover:text-gray-50 hover:border-b-[0.5px] p-1">
@@ -45,7 +46,7 @@ const Hero = () => {
4546
feature-rich mobile app, or both!
4647
</p>
4748

48-
<SkillsSlider />
49+
{/* <SkillsSlider /> */}
4950
</div>
5051
</div>
5152
</section>
@@ -59,7 +60,7 @@ export default Hero;
5960
const SkillsSlider = () => {
6061
return (
6162
<div className="flex gap-2 justify-center items-baseline">
62-
<div>I am</div>
63+
{/* <div>I am</div> */}
6364
<div className="slider">
6465
<div className="slides ">
6566
<div className="underline decoration-1 decoration-blue-500">Android Dev</div>

0 commit comments

Comments
 (0)