chore: add nextjs template

This commit is contained in:
Pranav Putta
2026-02-19 12:10:51 -08:00
parent 0283cf7ee7
commit a7675e42cd
18 changed files with 443 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export default function Footer() {
return (
<footer style={{ padding: "24px", textAlign: "center", color: "#666" }}>
<small>Sample footer for Next.js clone</small>
</footer>
);
}