ok
This commit is contained in:
@@ -11,6 +11,7 @@ import { CallTo } from '@/components/CallTo'
|
||||
import { ScrollDown } from '@/components/ui/ScrollDown'
|
||||
import { ScrollUp } from '@/components/ui/ScrollUp'
|
||||
import { GridStats } from '@/components/GridStats'
|
||||
import { WorldMap } from '@/components/WorldMap'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -18,21 +19,19 @@ export default function Home() {
|
||||
<section id="home-hero">
|
||||
<HomeHero />
|
||||
</section>
|
||||
<section id="home-about">
|
||||
<HomeAbout />
|
||||
</section>
|
||||
<section id="grid-stats">
|
||||
<GridStats />
|
||||
</section>
|
||||
<section id="companies">
|
||||
<Companies />
|
||||
</section>
|
||||
<section id="stack-section">
|
||||
<StackSectionPreview />
|
||||
</section>
|
||||
<section id="steps">
|
||||
<Steps />
|
||||
</section>
|
||||
<section id="grid-stats">
|
||||
<GridStats />
|
||||
</section>
|
||||
<section id="stack-section">
|
||||
<StackSectionPreview />
|
||||
</section>
|
||||
|
||||
<section id="clickable-gallery">
|
||||
<ClickableGallery />
|
||||
</section>
|
||||
@@ -45,6 +44,7 @@ export default function Home() {
|
||||
<section id="faqs">
|
||||
<Faqs />
|
||||
</section>
|
||||
|
||||
<ScrollDown />
|
||||
<ScrollUp />
|
||||
</>
|
||||
|
@@ -25,7 +25,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" className={clsx('bg-white antialiased', mulish.variable)}>
|
||||
<html lang="en" className={clsx('antialiased', mulish.variable)}>
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
)
|
||||
|
Reference in New Issue
Block a user