Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:00:38 +00:00

View File

@@ -98,6 +98,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/business-woman-showing-something-her-colleagues_58466-11712.jpg"
imageAlt="Computer Club Members Collaborating"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -109,6 +110,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
id: "1", title: "Collaborative Projects", description: "Work together on exciting tech projects from web development to AI. Build real-world applications and learn from experienced members.", reverse: false,
@@ -153,6 +155,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "89", title: "Members", description: "Active community participants", icon: Users },
{ id: "2", value: "24", title: "Projects", description: "Completed collaborations", icon: Code2 },
@@ -175,6 +178,7 @@ export default function LandingPage() {
{ id: "4", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg" },
]}
memberVariant="default"
useInvertedBackground={false}
/>
</div>
@@ -192,6 +196,7 @@ export default function LandingPage() {
cardTag="See What Members Say"
cardTagIcon={Heart}
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -203,6 +208,7 @@ export default function LandingPage() {
tagIcon={HelpCircle}
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "How do I join the Computer Club?", content: "Joining is easy! Simply fill out the membership form on our website or attend one of our weekly meetings. No prior experience necessary - we welcome everyone from beginners to advanced developers."},
@@ -234,6 +240,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Join Newsletter"
termsText="By joining our newsletter, you agree to receive updates about club events and opportunities. We respect your privacy and will never spam."
useInvertedBackground={false}
/>
</div>