Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 06:58:05 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="For Anime Lovers"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
kpis={[
{ value: "50K+", label: "Anime Fans" },
{ value: "1000+", label: "Titles Tracked" },
@@ -100,13 +100,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Anime Discussions", description: "Join forums and threads to discuss episodes, theories, and character developments with fellow fans.", imageSrc: "http://img.b2bpic.net/free-psd/international-youth-day-template-design_23-2151602842.jpg?_wi=1"},
title: "Anime Discussions", description: "Join forums and threads to discuss episodes, theories, and character developments with fellow fans.", imageSrc: "http://img.b2bpic.net/free-psd/international-youth-day-template-design_23-2151602842.jpg"},
{
id: 2,
title: "Recommendation Sharing", description: "Create personalized watchlists and share your favorite anime recommendations with the community.", imageSrc: "http://img.b2bpic.net/free-psd/international-youth-day-template-design_23-2151602842.jpg?_wi=2"},
title: "Recommendation Sharing", description: "Create personalized watchlists and share your favorite anime recommendations with the community.", imageSrc: "http://img.b2bpic.net/free-psd/international-youth-day-template-design_23-2151602842.jpg"},
{
id: 3,
title: "Fan Events", description: "Participate in exclusive anime watchalongs, contests, and community-driven events throughout the year.", imageSrc: "http://img.b2bpic.net/free-psd/international-youth-day-template-design_23-2151602842.jpg?_wi=3"},
title: "Fan Events", description: "Participate in exclusive anime watchalongs, contests, and community-driven events throughout the year.", imageSrc: "http://img.b2bpic.net/free-psd/international-youth-day-template-design_23-2151602842.jpg"},
]}
buttons={[{ text: "Start Discussing", href: "#contact" }]}
buttonAnimation="slide-up"
@@ -149,17 +149,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sakura Tanaka", handle: "@anime_lover_sakura", testimonial: "AnimeHub has become my go-to platform for connecting with other anime enthusiasts. The community is welcoming and discussions are engaging!", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100211.jpg?_wi=1", imageAlt: "Sakura Tanaka"},
id: "1", name: "Sakura Tanaka", handle: "@anime_lover_sakura", testimonial: "AnimeHub has become my go-to platform for connecting with other anime enthusiasts. The community is welcoming and discussions are engaging!", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100211.jpg", imageAlt: "Sakura Tanaka"},
{
id: "2", name: "Kenji Yamamoto", handle: "@manga_fan_kenji", testimonial: "I love how easy it is to find recommendations and discover new anime. The community features make watching anime more fun!", imageSrc: "http://img.b2bpic.net/free-vector/people-avatars-collection_1333-56.jpg?_wi=1", imageAlt: "Kenji Yamamoto"},
id: "2", name: "Kenji Yamamoto", handle: "@manga_fan_kenji", testimonial: "I love how easy it is to find recommendations and discover new anime. The community features make watching anime more fun!", imageSrc: "http://img.b2bpic.net/free-vector/people-avatars-collection_1333-56.jpg", imageAlt: "Kenji Yamamoto"},
{
id: "3", name: "Yuki Nakamura", handle: "@otaku_yuki", testimonial: "Finally, a platform where anime fans can truly connect and share their passion. AnimeHub is amazing!", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100173.jpg", imageAlt: "Yuki Nakamura"},
{
id: "4", name: "Hiro Suzuki", handle: "@anime_explorer", testimonial: "The watchlists and community discussions have completely changed how I experience anime. Highly recommend AnimeHub!", imageSrc: "http://img.b2bpic.net/free-vector/creative-people-avatar-stickers-set_52683-63206.jpg", imageAlt: "Hiro Suzuki"},
{
id: "5", name: "Aiko Ito", handle: "@fan_aiko_chan", testimonial: "Best community for anime fans hands down. The vibe here is inclusive and everyone is passionate about anime.", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100211.jpg?_wi=2", imageAlt: "Aiko Ito"},
id: "5", name: "Aiko Ito", handle: "@fan_aiko_chan", testimonial: "Best community for anime fans hands down. The vibe here is inclusive and everyone is passionate about anime.", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100211.jpg", imageAlt: "Aiko Ito"},
{
id: "6", name: "Takeshi Sato", handle: "@series_tracker", testimonial: "I've made so many friends through AnimeHub. It's not just a platform, it's a family of anime lovers.", imageSrc: "http://img.b2bpic.net/free-vector/people-avatars-collection_1333-56.jpg?_wi=2", imageAlt: "Takeshi Sato"},
id: "6", name: "Takeshi Sato", handle: "@series_tracker", testimonial: "I've made so many friends through AnimeHub. It's not just a platform, it's a family of anime lovers.", imageSrc: "http://img.b2bpic.net/free-vector/people-avatars-collection_1333-56.jpg", imageAlt: "Takeshi Sato"},
]}
textboxLayout="default"
animationType="slide-up"