6 Commits

Author SHA1 Message Date
315ac25110 Merge version_4 into main
Merge version_4 into main
2026-03-04 08:44:32 +00:00
4d1d69e3c0 Update src/app/page.tsx 2026-03-04 08:44:27 +00:00
c914831208 Update src/app/layout.tsx 2026-03-04 08:44:27 +00:00
5f43d9235f Merge version_3 into main
Merge version_3 into main
2026-03-04 08:42:03 +00:00
e8b5ad5913 Update src/app/page.tsx 2026-03-04 08:41:59 +00:00
c671cbe6a5 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:39:46 +00:00
2 changed files with 1396 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -43,8 +43,8 @@ export default function ProfilePage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Build Stunning Profile Experiences"
description="A comprehensive, adaptable profile UI design system for any brand. Minimal, professional, and ready to customize."
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}
tagAnimation="slide-up"
@@ -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>
);
}
}