diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6741703..09774b3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,31 +44,20 @@ export default function LandingPage() {
@@ -88,55 +69,30 @@ export default function LandingPage() {
title="Passionate about building intuitive software."
buttons={[
{
- text: "View Resume",
- href: "#",
- },
+ text: "View Resume", href: "#"},
]}
/>
@@ -194,29 +138,19 @@ export default function LandingPage() {
logoText="Portfolio"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Projects",
- href: "#projects",
- },
+ label: "Projects", href: "#projects"},
],
},
{
- title: "Social",
- items: [
+ title: "Social", items: [
{
- label: "LinkedIn",
- href: "#",
- },
+ label: "LinkedIn", href: "#"},
{
- label: "GitHub",
- href: "#",
- },
+ label: "GitHub", href: "#"},
],
},
]}