diff --git a/src/app/(__PAGES__)/layout.tsx b/src/app/(__PAGES__)/layout.tsx index 75918ee..573f384 100644 --- a/src/app/(__PAGES__)/layout.tsx +++ b/src/app/(__PAGES__)/layout.tsx @@ -1,5 +1,4 @@ import React from "react"; - import Navbar from "@/components/navbar"; function Layout({ children }: { children: JSX.Element }) { diff --git a/src/app/(__PAGES__)/page.tsx b/src/app/(__PAGES__)/page.tsx index 2536bdf..9c8fc06 100644 --- a/src/app/(__PAGES__)/page.tsx +++ b/src/app/(__PAGES__)/page.tsx @@ -1,9 +1,4 @@ import { Hero, Projects } from "@/components/setions"; -import { Button } from "@/components/ui/button"; -import { projects } from "@/constants"; -import { ArrowRight } from "lucide-react"; -import Image from "next/image"; -import Link from "next/link"; export default function Home() { return ( diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2f3a2b9..08f3675 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Pablo Shortman", + // description: "Generated by create next app", }; export default function RootLayout({