repl head
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { CallToAction } from '@/components/CallToAction'
|
||||
import { Faqs } from '@/components/Faqs'
|
||||
import { Footer } from '@/components/Footer'
|
||||
import { Header } from '@/components/Header'
|
||||
import { Header_darkbg } from '@/components/Header_darkbg'
|
||||
import { Hero } from '@/components/Hero'
|
||||
import { Pricing } from '@/components/Pricing'
|
||||
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
|
||||
@@ -11,7 +11,7 @@ import { Testimonials } from '@/components/Testimonials'
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<Header_darkbg />
|
||||
<main>
|
||||
<Hero />
|
||||
<PrimaryFeatures />
|
||||
|
Reference in New Issue
Block a user