ok
This commit is contained in:
@@ -33,7 +33,7 @@ const people = [
|
||||
<div className="mx-auto grid max-w-7xl grid-cols-1 gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
|
||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
||||
<H2 className="">Our People</H2>
|
||||
<PS className="">
|
||||
<PS className="mt-4">
|
||||
We are a dynamic family of individuals from diverse cultural backgrounds and varied expertise, united by our passion in spirituality and dedication delivering heartfelt and authentic Nile experiences for our guests.
|
||||
</PS>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@ const people = [
|
||||
>
|
||||
{people.map((person) => (
|
||||
<li key={person.name}>
|
||||
<img alt="" src={person.imageUrl} className="aspect-[4/4] w-full rounded-2xl object-cover" />
|
||||
<img alt="" src={person.imageUrl} className="aspect-[4/4] w-full object-cover" />
|
||||
<div className="flex items-center gap-x-3 mt-6">
|
||||
<H3 className="flex-1">{person.name}</H3>
|
||||
<a href={person.Url} className="text-gray-400 hover:text-gray-500" target='_blank' rel="noopener noreferrer">
|
||||
|
Reference in New Issue
Block a user