import { Hero } from "@/components";
import { useEffect } from "react";
import { AnimatePresence, motion } from 'motion';
export const metadata = {
title: 'portfolio | aeyika',
description: "aeyika - full-stack web developer",
}const stack = {
framework: 'Next.js',
styling: 'Tailwind CSS',
animation: 'Framer Motion',
}export default function App() {
return <Hero />
}having trouble? add @aeyika on discord