add servies page with content and a typing words feature to contact page
This commit is contained in:
@@ -46,16 +46,13 @@ export default function Home() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="flex min-h-screen flex-col bg-zinc-50 font-sans dark:bg-black">
|
||||
<main className="mx-auto flex w-full max-w-7xl flex-1 flex-col items-center justify-between bg-white px-8 py-32 dark:bg-black sm:items-start">
|
||||
|
||||
<>
|
||||
<HeroSection />
|
||||
<PicWithText {...picWithText} />
|
||||
|
||||
<div className="w-full m-auto">
|
||||
<ContentCardCarousel cards={contentCards} />
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user