UNPKG

@hope-dies-here/next-blog-one

Version:

A plug-and-play Next.js blog feature for easy integration via npx.

15 lines (12 loc) 309 B
'use client'; import HomeLayout from "../components/HomeLayout"; // import input.css import "../styles/blog-globals.css"; export default function Home() { return ( <HomeLayout companyName={"Blog - Ethiopian Gamers Association"} tagLine={"Connecting Gamers Across Ethiopia"} /> ); }