Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e689fb1bd | |||
| 862adeabb9 | |||
| bb9af7162c |
@@ -8,6 +8,7 @@ import { cls } from "@/lib/utils";
|
|||||||
import type { LucideIcon } from "lucide-react";
|
import type { LucideIcon } from "lucide-react";
|
||||||
import type { ButtonConfig } from "@/types/button";
|
import type { ButtonConfig } from "@/types/button";
|
||||||
import type { Avatar } from "@/components/shared/AvatarGroup";
|
import type { Avatar } from "@/components/shared/AvatarGroup";
|
||||||
|
import { User, CheckCircle } from "lucide-react";
|
||||||
|
|
||||||
type HeroBillboardBackgroundProps = Extract<
|
type HeroBillboardBackgroundProps = Extract<
|
||||||
HeroBackgroundVariantProps,
|
HeroBackgroundVariantProps,
|
||||||
@@ -127,7 +128,7 @@ const HeroBillboard = ({
|
|||||||
buttonTextClassName={buttonTextClassName}
|
buttonTextClassName={buttonTextClassName}
|
||||||
center={true}
|
center={true}
|
||||||
/>
|
/>
|
||||||
<div className="flex flex-col gap-6" >
|
<div className="flex flex-col gap-3" >
|
||||||
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4", mediaWrapperClassName)}>
|
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4", mediaWrapperClassName)}>
|
||||||
<MediaContent
|
<MediaContent
|
||||||
imageSrc={imageSrc}
|
imageSrc={imageSrc}
|
||||||
@@ -151,6 +152,23 @@ const HeroBillboard = ({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
<div data-webild-id="webild-1770429676776-pbdgcp6ud" className="text-center mt-6">
|
||||||
|
Trusted by over 500 clients
|
||||||
|
<div className="flex justify-center mt-4">
|
||||||
|
<div className="flex items-center mx-4">
|
||||||
|
<User className="w-6 h-6 mr-2" />
|
||||||
|
<CheckCircle className="w-4 h-4 text-green-500" />
|
||||||
|
</div>
|
||||||
|
<div className="flex items-center mx-4">
|
||||||
|
<User className="w-6 h-6 mr-2" />
|
||||||
|
<CheckCircle className="w-4 h-4 text-green-500" />
|
||||||
|
</div>
|
||||||
|
<div className="flex items-center mx-4">
|
||||||
|
<User className="w-6 h-6 mr-2" />
|
||||||
|
<CheckCircle className="w-4 h-4 text-green-500" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user