page.tsx
article-two.tsx
import ArticleTwo from "@/components/article-two";

export default function Page() {
  return <ArticleTwo />;
}