import Head from "next/head"; import { Container, Row, Card, Button } from "react-bootstrap"; export default function Home() { return ( ReactJS with react-bootstrap

Welcome to Next.js!

Get started by editing pages/index.js

Documentation Find in-depth information about Next.js features and API. Learn Learn about Next.js in an interactive course with quizzes! Examples Discover and deploy boilerplate example Next.js projects. Deploy Instantly deploy your Next.js site to a public URL with Vercel.
); }