Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d1d69e3c0 | |||
| c914831208 | |||
| 5f43d9235f | |||
| e8b5ad5913 | |||
| c671cbe6a5 |
1387
src/app/layout.tsx
1387
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -43,8 +43,8 @@ export default function ProfilePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
title="Build Stunning Profile Experiences"
|
title="Launch Professional Profiles in Days"
|
||||||
description="A comprehensive, adaptable profile UI design system for any brand. Minimal, professional, and ready to customize."
|
description="Launch professional profiles in days, not months—with pre-built components that adapt to your brand."
|
||||||
tag="Design System"
|
tag="Design System"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -67,6 +67,12 @@ export default function ProfilePage() {
|
|||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
|
avatars={[
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", alt: "User 1" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", alt: "User 2" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", alt: "User 3" }
|
||||||
|
]}
|
||||||
|
avatarText="Trusted by 500+ professionals"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user