import Title from "./Title";
import Content from "./Content";
export default function Home() {
return (
<div className="inner">
<Title lineContent="With-GSAP" lineContent2="Using NEXT" />
<div>
<div className="other">
{/* Does project report used question death, out more rhetoric unpleasing
what compared both of sentinels. */}
<Content />
</div>
</div>
</div>
);
}