add tagline and about sections
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import { Hero } from "./components/Hero";
|
||||
import { Tagline } from "./components/Tagline";
|
||||
import { About } from "./components/About";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<Hero />
|
||||
<Tagline />
|
||||
<About />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user