Merge version_1 into main #2
@@ -46,65 +46,28 @@ export default function LogisticsPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "when",
|
||||
badge: "Schedule",
|
||||
badgeIcon: Calendar,
|
||||
price: "48-Hour Event",
|
||||
subtitle: "May 16-18, 2025",
|
||||
buttons: [{ text: "Add to Calendar", href: "#" }],
|
||||
id: "when", badge: "Schedule", badgeIcon: Calendar,
|
||||
price: "48-Hour Event", subtitle: "May 16-18, 2025", buttons: [{ text: "Add to Calendar", href: "#" }],
|
||||
features: [
|
||||
"Friday 6 PM - Sunday 6 PM",
|
||||
"Continuous hacking allowed",
|
||||
"On-site accommodations provided",
|
||||
"Meals included for all participants",
|
||||
"Mentorship available 24/7",
|
||||
],
|
||||
"Friday 6 PM - Sunday 6 PM", "Continuous hacking allowed", "On-site accommodations provided", "Meals included for all participants", "Mentorship available 24/7"],
|
||||
},
|
||||
{
|
||||
id: "where",
|
||||
badge: "Location",
|
||||
badgeIcon: MapPin,
|
||||
price: "Adelaide Innovation Hub",
|
||||
subtitle: "91 Young Street, Adelaide SA 5000",
|
||||
buttons: [{ text: "Get Directions", href: "#" }],
|
||||
id: "where", badge: "Location", badgeIcon: MapPin,
|
||||
price: "Adelaide Innovation Hub", subtitle: "91 Young Street, Adelaide SA 5000", buttons: [{ text: "Get Directions", href: "#" }],
|
||||
features: [
|
||||
"2,000 sqm state-of-the-art facility",
|
||||
"High-speed internet & power",
|
||||
"Multiple break-out spaces",
|
||||
"Full kitchen and dining area",
|
||||
"Comfortable rest areas",
|
||||
],
|
||||
"2,000 sqm state-of-the-art facility", "High-speed internet & power", "Multiple break-out spaces", "Full kitchen and dining area", "Comfortable rest areas"],
|
||||
},
|
||||
{
|
||||
id: "who",
|
||||
badge: "Participants",
|
||||
badgeIcon: Users,
|
||||
price: "Teams of 2-5",
|
||||
subtitle: "200+ innovators expected",
|
||||
buttons: [{ text: "Explore Tracks", href: "#" }],
|
||||
id: "who", badge: "Participants", badgeIcon: Users,
|
||||
price: "Teams of 2-5", subtitle: "200+ innovators expected", buttons: [{ text: "Explore Tracks", href: "#" }],
|
||||
features: [
|
||||
"Software engineers & developers",
|
||||
"Healthcare professionals & clinicians",
|
||||
"Product & UX designers",
|
||||
"Data scientists & researchers",
|
||||
"Entrepreneurs & business minds",
|
||||
],
|
||||
"Software engineers & developers", "Healthcare professionals & clinicians", "Product & UX designers", "Data scientists & researchers", "Entrepreneurs & business minds"],
|
||||
},
|
||||
{
|
||||
id: "what",
|
||||
badge: "Focus Areas",
|
||||
badgeIcon: Lightbulb,
|
||||
price: "Six Challenge Tracks",
|
||||
subtitle: "Choose your healthcare focus",
|
||||
buttons: [{ text: "View Challenges", href: "#" }],
|
||||
id: "what", badge: "Focus Areas", badgeIcon: Lightbulb,
|
||||
price: "Six Challenge Tracks", subtitle: "Choose your healthcare focus", buttons: [{ text: "View Challenges", href: "#" }],
|
||||
features: [
|
||||
"AI/ML in Diagnostics",
|
||||
"Patient Monitoring & Remote Care",
|
||||
"Surgical Innovation & Robotics",
|
||||
"Mental Health & Wellness Tech",
|
||||
"Healthcare Data Security",
|
||||
"Accessibility & Inclusion",
|
||||
],
|
||||
"AI/ML in Diagnostics", "Patient Monitoring & Remote Care", "Surgical Innovation & Robotics", "Mental Health & Wellness Tech", "Healthcare Data Security", "Accessibility & Inclusion"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -119,45 +82,27 @@ export default function LogisticsPage() {
|
||||
sideDescription="Everything you need to know about the Adelaide MedTech Hackathon"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need medical or tech experience?",
|
||||
content:
|
||||
"No! We welcome participants from all backgrounds. The best hackathon projects come from diverse teams mixing healthcare professionals with engineers, designers, and entrepreneurs. If you're passionate about solving medical challenges, you belong here.",
|
||||
},
|
||||
id: "1", title: "Do I need medical or tech experience?", content:
|
||||
"No! We welcome participants from all backgrounds. The best hackathon projects come from diverse teams mixing healthcare professionals with engineers, designers, and entrepreneurs. If you're passionate about solving medical challenges, you belong here."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What should I bring?",
|
||||
content:
|
||||
"Bring your laptop, chargers, and any personal items you need for comfort. We provide all meals, beverages, sleeping areas, and snacks. Bring your energy and creativity—the rest is on us!",
|
||||
},
|
||||
id: "2", title: "What should I bring?", content:
|
||||
"Bring your laptop, chargers, and any personal items you need for comfort. We provide all meals, beverages, sleeping areas, and snacks. Bring your energy and creativity—the rest is on us!"},
|
||||
{
|
||||
id: "3",
|
||||
title: "How are teams formed?",
|
||||
content:
|
||||
"You can come with a pre-formed team (2-5 people) or join our team-matching session on Friday evening. We'll help connect solo participants with complementary skills and interests.",
|
||||
},
|
||||
id: "3", title: "How are teams formed?", content:
|
||||
"You can come with a pre-formed team (2-5 people) or join our team-matching session on Friday evening. We'll help connect solo participants with complementary skills and interests."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is there a registration fee?",
|
||||
content:
|
||||
"Registration is completely free for all participants! We're funded by our sponsors to ensure accessibility for innovators of all economic backgrounds.",
|
||||
},
|
||||
id: "4", title: "Is there a registration fee?", content:
|
||||
"Registration is completely free for all participants! We're funded by our sponsors to ensure accessibility for innovators of all economic backgrounds."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What can I win?",
|
||||
content:
|
||||
"The $50K prize pool includes: $20K for first place, $15K for second place, $10K for third place, and $5K for special awards (best healthcare impact, most innovative technology, best design). Plus mentorship and potential investment opportunities with industry partners.",
|
||||
},
|
||||
id: "5", title: "What can I win?", content:
|
||||
"The $50K prize pool includes: $20K for first place, $15K for second place, $10K for third place, and $5K for special awards (best healthcare impact, most innovative technology, best design). Plus mentorship and potential investment opportunities with industry partners."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do I need to stay the entire 48 hours?",
|
||||
content:
|
||||
"While we encourage full participation, you can attend specific sessions and workshops. However, to be eligible for prizes, your project must be presented at the final demo session on Sunday.",
|
||||
},
|
||||
id: "6", title: "Do I need to stay the entire 48 hours?", content:
|
||||
"While we encourage full participation, you can attend specific sessions and workshops. However, to be eligible for prizes, your project must be presented at the final demo session on Sunday."},
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Still Have Questions?", href: "mailto:hello@adelaidemtechackathon.com" },
|
||||
]}
|
||||
@@ -168,8 +113,7 @@ export default function LogisticsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Event",
|
||||
items: [
|
||||
title: "Event", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Timeline", href: "#timeline" },
|
||||
{ label: "Logistics", href: "/logistics" },
|
||||
@@ -177,8 +121,7 @@ export default function LogisticsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Past Winners", href: "#winners" },
|
||||
{ label: "Team & Roles", href: "#team" },
|
||||
{ label: "Sponsorship", href: "#sponsors" },
|
||||
@@ -186,8 +129,7 @@ export default function LogisticsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Code of Conduct", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user