Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -82,14 +82,14 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
tag="Our Mission"
|
||||
tagIcon={Target}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Empowering the Next Generation of Builders"
|
||||
description="The Hacker House is more than just a residency—it's a launchpad for transformative ideas. We bring together exceptional talents from diverse backgrounds to create, collaborate, and innovate."
|
||||
subdescription="Our residents benefit from direct access to industry leaders, state-of-the-art facilities, and a vibrant community dedicated to pushing technological boundaries."
|
||||
icon={Lightbulb}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3q21rC5eBvkm8rGQXUJ0wPfFu/a-diverse-group-of-talented-individuals--1773727970782-e769bbf6.png"
|
||||
imageAlt="Hacker House Community"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About Hacker House Residency"
|
||||
/>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user