clean-up
This commit is contained in:
@@ -19,7 +19,7 @@ export function CallToAction() {
|
||||
Launch Ventures That Shape the Future
|
||||
</h2>
|
||||
<p className="mt-4 text-lg tracking-tight text-white">
|
||||
Partner with OurWorld to build infrastructure, metaverse platforms, DeFi, education, and digital economy ventures; all backed by funding, mentorship, and mission-aligned infrastructure.
|
||||
Partner with OurWorld to build infrastructure, AI, DeFi, education, and digital economy ventures; all backed by funding, mentorship, and mission-aligned infrastructure.
|
||||
</p>
|
||||
<div className="mt-12 flex flex-col sm:flex-row gap-8 justify-center">
|
||||
<Button href="/contact" color="white">
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
import { CallToAction } from '@/components/CallToAction'
|
||||
import { Faqs } from '@/components/Faqs'
|
||||
import { Footer } from '@/components/Footer'
|
||||
import { Header_darkbg } from '@/components/Header_darkbg'
|
||||
import { Quote } from '@/components/Quote'
|
||||
import { VenturesHeroApp } from '@/components/VenturesHeroApp'
|
||||
|
||||
export default function Hero() {
|
||||
return (
|
||||
<>
|
||||
<Header_darkbg />
|
||||
<main>
|
||||
<VenturesHeroApp />
|
||||
<Quote />
|
||||
<CallToAction />
|
||||
<Faqs />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user