post/deploying-next-apps

My First Blog

C++ Image

Welcome to my first blog in next.js app

23th June 2023

This is my first blog post using markdown

My subheading

See Image Below:

Gaming Pc

Here are some code snippet below:

export function newComponent() {
        return(
            <p> new Component Test </p>
        )
}