add
This commit is contained in:
@@ -35,6 +35,9 @@ export default function Home() {
|
||||
<section id="features">
|
||||
<UseCases />
|
||||
</section>
|
||||
<section id="clickable-gallery">
|
||||
<ClickableGallery />
|
||||
</section>
|
||||
<section id="get-started">
|
||||
<GetStarted />
|
||||
</section>
|
||||
|
@@ -1,7 +1,6 @@
|
||||
import { type Metadata } from 'next'
|
||||
import { Mulish } from 'next/font/google'
|
||||
import clsx from 'clsx'
|
||||
import SmoothScrollProvider from '@/components/SmoothScrollProvider'
|
||||
|
||||
import '@/styles/tailwind.css'
|
||||
|
||||
@@ -27,7 +26,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" className={clsx('antialiased', mulish.variable)}>
|
||||
<body className="bg-black text-white"><SmoothScrollProvider>{children}</SmoothScrollProvider></body>
|
||||
<body className="bg-black text-white">{children}</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user