From c65d40adb64608616924c88e09438dc9d2449783 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 06:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb2f3c0..acb723a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { description="An immersive residency program designed for innovators, builders, and creative technologists. Collaborate with like-minded individuals, access world-class mentorship, and bring your boldest ideas to life." tag="Innovation Hub" tagIcon={Zap} - tagAnimation="entrance-slide" - background="aurora" + tagAnimation="slide-up" + background={{ variant: "radial-gradient" }} buttons={[ { text: "Start Your Journey", href: "#apply" }, { text: "Learn More", href: "#about" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3q21rC5eBvkm8rGQXUJ0wPfFu/a-vibrant-main-hall-of-a-modern-hacker-h-1773727970705-4c7d73c4.png", imageAlt: "Hacker House Main Hall" @@ -73,7 +73,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3q21rC5eBvkm8rGQXUJ0wPfFu/an-evening-collaboration-scene-at-a-hack-1773727970475-6ce07d5c.png", imageAlt: "Evening Collaboration" } ]} - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" ariaLabel="Hacker House Residency Hero" /> @@ -82,14 +82,14 @@ export default function LandingPage() { @@ -101,11 +101,11 @@ export default function LandingPage() { description="Our comprehensive residency program provides everything you need to accelerate your growth and innovation." tag="Program Benefits" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Explore All Benefits", href: "#apply" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" accordionItems={[ { id: "mentorship", title: "Elite Mentorship Network", content: "Connect with veteran technologists, successful founders, and industry experts. Weekly 1-on-1 sessions, group workshops, and networking events designed to accelerate your learning and career growth." @@ -122,7 +122,7 @@ export default function LandingPage() { ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3q21rC5eBvkm8rGQXUJ0wPfFu/a-comprehensive-view-of-a-hacker-house-w-1773727972156-04907e6a.png" imageAlt="Workspace Overview" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" useInvertedBackground={true} mediaPosition="right" ariaLabel="Hacker House Program Features" @@ -139,7 +139,7 @@ export default function LandingPage() { description="Our partnerships span the globe, connecting residents with the best in tech, venture capital, and innovation." tag="Partner Ecosystem" tagIcon={Network} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} showCard={true} @@ -173,7 +173,7 @@ export default function LandingPage() { cardTitle="Success Stories from Our Residents" cardTag="Resident Voices" cardTagIcon={MessageCircle} - cardAnimation="entrance-slide" + cardAnimation="slide-up" useInvertedBackground={false} ariaLabel="Resident Testimonials" /> @@ -186,7 +186,7 @@ export default function LandingPage() { buttons={[ { text: "Contact Us", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" faqs={[ { id: "1", title: "Who can apply to the Hacker House?", content: "We welcome innovators, builders, designers, and entrepreneurs at any stage of their journey. Whether you're a student, seasoned developer, or non-technical visionary, if you're passionate about creating impact through technology, we want to hear from you." @@ -207,7 +207,7 @@ export default function LandingPage() { id: "6", title: "How is funding handled after the program?", content: "We have no equity stake in resident projects. Funding is entirely up to you. However, we provide demo day opportunities, direct investor introductions, and post-residency support to help you raise capital if you choose to." } ]} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textPosition="left" useInvertedBackground={false} animationType="smooth"