Merge version_4 into main #4
1387
src/app/layout.tsx
1387
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -43,7 +43,7 @@ export default function ProfilePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Build Stunning Profile Experiences"
|
||||
title="Launch Professional Profiles in Days"
|
||||
description="Launch professional profiles in days, not months—with pre-built components that adapt to your brand."
|
||||
tag="Design System"
|
||||
tagIcon={Sparkles}
|
||||
@@ -67,6 +67,12 @@ export default function ProfilePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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>
|
||||
|
||||
@@ -223,4 +229,4 @@ export default function ProfilePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user