ok
This commit is contained in:
@@ -46,7 +46,7 @@ export function HomeAbout() {
|
||||
OurWorld is a venture creator, dedicated to empowering startups with the resources and support they need to revolutionize the future.
|
||||
</p>
|
||||
</div>
|
||||
<div className="mx-auto mt-16 max-w-2xl sm:mt-20 lg:mt-24 lg:max-w-none">
|
||||
<div className="mx-auto mt-16 max-w-2xl lg:mt-16 lg:max-w-none">
|
||||
<dl className="grid max-w-xl grid-cols-1 gap-x-8 gap-y-16 lg:max-w-none lg:grid-cols-2">
|
||||
{features.map((feature) => (
|
||||
<div key={feature.name} className="flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user