Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Aug 12, 2024
1 parent a1be578 commit b232264
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 194 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"@material-tailwind/react": "^2.1.9",
"@vercel/analytics": "^1.3.1",
"lucide-react": "^0.378.0",
"next": "^14.2.3",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "20.11.8",
"@types/react": "18.2.20",
"autoprefixer": "10.4.15",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"husky": "9.0.11",
"postcss": "8.4.31",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "3.4.9",
"typescript": "5.5.4"
}
}
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default function Home() {
>
<Image src="/marco.jpg" alt="Marco's face" width={200} height={200} className="rounded-[100%] shadow" />
<div className="p-4 md:ml-10 md:p-0">
<Typography variant="h1" className="mb-2">
Hi, I&apos;m Marco Escaleira.
<Typography variant="h1" className="mb-2 text-3xl sm:text-4xl lg:text-5xl">
Hello there!
</Typography>
<Typography variant="lead" className="mb-6">
You landed in the right place!
Expand Down
Loading

0 comments on commit b232264

Please sign in to comment.