Merge version_9_1779322469051 into main #6

Merged
bender merged 1 commits from version_9_1779322469051 into main 2026-05-21 00:15:32 +00:00

View File

@@ -27,7 +27,47 @@ export default function HomePage() {
href: "#contact",
}}
imageSrc="http://img.b2bpic.net/free-photo/luxury-hotel-reception-hall-office-with-decor-shelf_105762-1676.jpg"
/>
>
<div className="mt-8 flex items-center gap-4">
<div className="flex -space-x-2 overflow-hidden">
<img
className="inline-block h-10 w-10 rounded-full ring-2 ring-background"
src="https://images.unsplash.com/photo-1491528323818-fdd1faba65f8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt="Avatar 1"
/>
<img
className="inline-block h-10 w-10 rounded-full ring-2 ring-background"
src="https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-1.2.1&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt="Avatar 2"
/>
<img
className="inline-block h-10 w-10 rounded-full ring-2 ring-background"
src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt="Avatar 3"
/>
</div>
<div className="flex flex-col">
<div className="flex items-center gap-1 text-amber-400">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
className="h-5 w-5"
>
<path
fillRule="evenodd"
d="M10.868 2.884c.321-.783 1.415-.783 1.736 0l1.832 4.486a1.001 1.001 0 00.972.754l4.776.422c.887.078 1.237 1.163.577 1.764l-3.624 3.21a1 1 0 00-.28.86l1.027 4.683c.194.887-.751 1.543-1.534 1.195l-4.386-2.592a1 1 0 00-1.009 0L5.053 19.16c-.783.348-1.728-.308-1.534-1.195l1.027-4.683a1 1 0 00-.28-.86l-3.624-3.21c-.66-.601-.31-1.686.577-1.764l4.776-.422a1.001 1.001 0 00.972-.754l1.832-4.486z"
clipRule="evenodd"
/>
</svg>
<span>5.0</span>
</div>
<p className="text-sm text-muted-foreground">
from 500+ happy clients
</p>
</div>
</div>
</HeroBillboardBrand>
</SectionErrorBoundary>
</div>