next.js/examples/with-gsap/components/Home.tsx
Home.tsx18 lines444 B
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>
  );
}
Quest for Codev2.0.0
/
SIGN IN