Merge version_2 into main #4
201
src/app/finalists/page.tsx
Normal file
201
src/app/finalists/page.tsx
Normal file
@@ -0,0 +1,201 @@
|
||||
"use client"
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, Sparkles, Trophy } from 'lucide-react';
|
||||
|
||||
export default function FinalistsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="blurBottom"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="S IDEON"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Finalists", id: "finalists" },
|
||||
{ name: "Tickets", id: "/tickets" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Register Now", href: "#register"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Meet Our Design Finalists"
|
||||
description="Discover the most innovative and creative startups selected to showcase their groundbreaking designs at S IDEON. These shortlisted participants represent the future of design-driven innovation."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-diverse-group-of-successful-tech-entre-1773967758403-c0fc3c22.png", alt: "Design finalists showcase"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/an-interactive-workshop-session-with-par-1773967759786-4ad5a44e.png", alt: "Creative design presentations"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-vibrant-networking-lounge-at-a-tech-co-1773967757885-be1d01db.png", alt: "Design collaboration space"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/multiple-startup-founders-presenting-the-1773967757725-6bb5542d.png", alt: "Finalist presentations"
|
||||
}
|
||||
]}
|
||||
avatarText="25+ Design Startups Shortlisted"
|
||||
buttons={[
|
||||
{ text: "View Finalists", href: "#finalists-grid" },
|
||||
{ text: "Get Tickets", href: "/tickets" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Innovation Spotlight", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Design Excellence", icon: Award },
|
||||
{ type: "text-icon", text: "Top Talent", icon: Trophy },
|
||||
{ type: "text-icon", text: "Win Recognition", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Design Awards", icon: Award }
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="finalists-grid" data-section="finalists-grid">
|
||||
<FeatureCardTwentySeven
|
||||
title="Shortlisted Finalists"
|
||||
description="Explore the exceptional design startups that made it to our final round. Each team brings unique innovation and creative vision to the summit."
|
||||
tag="Spotlight Selection"
|
||||
tagIcon={Trophy}
|
||||
features={[
|
||||
{
|
||||
id: "finalist-1", title: "NeoDesign Studio", descriptions: [
|
||||
"AI-powered design tool revolutionizing UI/UX workflows.", "Founded by: Sarah Chen & Team | Focus: Design Automation"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-close-up-of-hands-typing-on-a-laptop-w-1773967759318-61f6060c.png", imageAlt: "NeoDesign Studio team"
|
||||
},
|
||||
{
|
||||
id: "finalist-2", title: "ChromaFlow", descriptions: [
|
||||
"Next-gen color theory platform for brand consistency.", "Founded by: Marcus Rodriguez | Focus: Brand Design Tools"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-panel-of-experienced-investors-and-men-1773967757854-f214fa75.png", imageAlt: "ChromaFlow platform showcase"
|
||||
},
|
||||
{
|
||||
id: "finalist-3", title: "PixelVerse", descriptions: [
|
||||
"Immersive 3D design experience for digital creators.", "Founded by: Tokyo Design Collective | Focus: 3D Design Tools"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-young-founder-confidently-presenting-t-1773967758959-820b75d2.png", imageAlt: "PixelVerse 3D interface"
|
||||
},
|
||||
{
|
||||
id: "finalist-4", title: "TypeFlow", descriptions: [
|
||||
"Revolutionary typography system for accessible design.", "Founded by: Elena Kowalski | Focus: Inclusive Design"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-celebration-scene-with-startup-winners-1773967757168-8f97ca34.png", imageAlt: "TypeFlow design system"
|
||||
},
|
||||
{
|
||||
id: "finalist-5", title: "MotionMagic", descriptions: [
|
||||
"AI-generated animations and motion design automation.", "Founded by: Dev Kumar & Priya Singh | Focus: Animation Tech"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-diverse-group-of-young-entrepreneurs-a-1773967758157-dd5e8f4f.png", imageAlt: "MotionMagic animation showcase"
|
||||
},
|
||||
{
|
||||
id: "finalist-6", title: "ComponentHub", descriptions: [
|
||||
"Collaborative design system platform for enterprises.", "Founded by: Design Systems Team | Focus: Enterprise Design"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/young-professionals-working-in-a-modern--1773967758523-7c6ba0f3.png", imageAlt: "ComponentHub interface"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Vote for Your Favorite", href: "#voting" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="spotlight" data-section="spotlight">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "finalist-spotlight-1", name: "NeoDesign Studio", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-diverse-group-of-successful-tech-entre-1773967758403-c0fc3c22.png", imageAlt: "NeoDesign team"
|
||||
},
|
||||
{
|
||||
id: "finalist-spotlight-2", name: "ChromaFlow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/an-interactive-workshop-session-with-par-1773967759786-4ad5a44e.png", imageAlt: "ChromaFlow team"
|
||||
},
|
||||
{
|
||||
id: "finalist-spotlight-3", name: "PixelVerse", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-vibrant-networking-lounge-at-a-tech-co-1773967757885-be1d01db.png", imageAlt: "PixelVerse team"
|
||||
},
|
||||
{
|
||||
id: "finalist-spotlight-4", name: "TypeFlow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/multiple-startup-founders-presenting-the-1773967757725-6bb5542d.png", imageAlt: "TypeFlow team"
|
||||
},
|
||||
{
|
||||
id: "finalist-spotlight-5", name: "MotionMagic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-close-up-of-hands-typing-on-a-laptop-w-1773967759318-61f6060c.png", imageAlt: "MotionMagic team"
|
||||
},
|
||||
{
|
||||
id: "finalist-spotlight-6", name: "ComponentHub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-panel-of-experienced-investors-and-men-1773967757854-f214fa75.png", imageAlt: "ComponentHub team"
|
||||
}
|
||||
]}
|
||||
cardTitle="Featured Design Finalists"
|
||||
cardTag="Shortlist Spotlight"
|
||||
cardTagIcon={Sparkles}
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "S IDEON", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#careers" },
|
||||
{ label: "Blog", href: "#blog" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Summit", items: [
|
||||
{ label: "Register", href: "#register" },
|
||||
{ label: "Finalists", href: "#finalists" },
|
||||
{ label: "Tickets", href: "/tickets" },
|
||||
{ label: "Schedule", href: "#schedule" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Design Guide", href: "#guide" },
|
||||
{ label: "Tips & Tricks", href: "#tips" },
|
||||
{ label: "Mentor Network", href: "#mentors" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/sideon" },
|
||||
{ label: "Instagram", href: "https://instagram.com/sideon" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/company/sideon" },
|
||||
{ label: "Discord", href: "https://discord.gg/sideon" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 S IDEON Experiences. All rights reserved."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
237
src/app/register/page.tsx
Normal file
237
src/app/register/page.tsx
Normal file
@@ -0,0 +1,237 @@
|
||||
"use client"
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { CheckCircle, HelpCircle, Lightbulb, Rocket, Sparkles, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
|
||||
export default function RegisterPage() {
|
||||
const handleFormSubmit = (email: string) => {
|
||||
console.log('Registration submitted with email:', email);
|
||||
// Handle form submission logic here
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="blurBottom"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="S IDEON"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Back to Home", href: "/"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Launch Your Startup Dream"
|
||||
description="Join 500+ young founders at S IDEON. Register now to pitch your idea, connect with investors, and get the support you need to launch successfully. Limited spots available—secure yours today."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-diverse-group-of-successful-tech-entre-1773967758403-c0fc3c22.png", alt: "Summit speakers and mentors"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/an-interactive-workshop-session-with-par-1773967759786-4ad5a44e.png", alt: "Interactive workshop sessions"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-vibrant-networking-lounge-at-a-tech-co-1773967757885-be1d01db.png", alt: "Networking opportunities"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/multiple-startup-founders-presenting-the-1773967757725-6bb5542d.png", alt: "Startup pitch competition"
|
||||
}
|
||||
]}
|
||||
avatarText="Join the Next Wave of Innovators"
|
||||
buttons={[
|
||||
{ text: "Register Now", href: "#registration-form" },
|
||||
{ text: "Learn More", href: "/" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Pitch to Investors", icon: Rocket },
|
||||
{ type: "text-icon", text: "Win Funding", icon: Zap },
|
||||
{ type: "text-icon", text: "Find Cofounders", icon: Users },
|
||||
{ type: "text-icon", text: "Get Mentorship", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Launch Your Startup", icon: CheckCircle }
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="registration-form" data-section="registration-form">
|
||||
<ContactForm
|
||||
title="Register for S IDEON Experiences"
|
||||
description="Get early access to our summit. Register your interest and we'll send you details about how to participate, pitch your idea, and join our founder community."
|
||||
tag="Minimal Friction Registration"
|
||||
tagIcon={Lightbulb}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Register Now"
|
||||
termsText="By registering, you agree to receive updates about S IDEON Experiences and our events. We respect your privacy."
|
||||
onSubmit={handleFormSubmit}
|
||||
centered={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="benefits" data-section="benefits">
|
||||
<FeatureCardTwentySeven
|
||||
title="What You Get as a Registered Participant"
|
||||
description="Unlock exclusive benefits when you register for S IDEON. From early-bird discounts to direct mentor access, we ensure you're set up for success from day one."
|
||||
tag="Registration Benefits"
|
||||
tagIcon={CheckCircle}
|
||||
features={[
|
||||
{
|
||||
id: "benefit-1", title: "Early-Bird Discount", descriptions: [
|
||||
"Register now and save 30% on summit access.", "Limited spots at this discounted rate—secure yours before they're gone."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-display-of-prize-money-visualization-w-1773967757620-5bb0f84c.png", imageAlt: "Early-bird savings"
|
||||
},
|
||||
{
|
||||
id: "benefit-2", title: "Pitch Preparation Workshop", descriptions: [
|
||||
"Get exclusive access to our pre-summit pitch coaching.", "One-on-one feedback from experienced founders and investors."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/an-interactive-workshop-session-with-par-1773967759786-4ad5a44e.png", imageAlt: "Workshop training"
|
||||
},
|
||||
{
|
||||
id: "benefit-3", title: "1-on-1 Mentor Session", descriptions: [
|
||||
"Connect with an industry mentor for personalized guidance.", "Discuss your idea, get actionable feedback, and build your network."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-panel-of-experienced-investors-and-men-1773967757854-f214fa75.png", imageAlt: "Mentorship session"
|
||||
},
|
||||
{
|
||||
id: "benefit-4", title: "Investor Introductions", descriptions: [
|
||||
"Get matched with VCs and angel investors interested in your space.", "Direct access to funding opportunities and investor networks."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-meeting-room-where-startup-founders-ar-1773967757304-1da8e064.png", imageAlt: "Investor meetings"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="stats" data-section="stats">
|
||||
<MetricCardTen
|
||||
title="Why Register Today"
|
||||
description="Join a thriving community of young innovators making real impact in the startup world."
|
||||
tag="Registration Impact"
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "stat-1", title: "500+", subtitle: "Expected Founders", category: "Community", value: "Growing Rapidly"
|
||||
},
|
||||
{
|
||||
id: "stat-2", title: "50+", subtitle: "Venture Investors", category: "Opportunities", value: "Direct Access"
|
||||
},
|
||||
{
|
||||
id: "stat-3", title: "$100K+", subtitle: "Prize Pool", category: "Rewards", value: "Up for Grabs"
|
||||
},
|
||||
{
|
||||
id: "stat-4", title: "2000+", subtitle: "Alumni Network", category: "Support", value: "Ongoing Help"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Registration Questions"
|
||||
description="Everything you need to know about registering for S IDEON Experiences."
|
||||
tag="Quick Answers"
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-reg-1", title: "Is registration free?", content: "Registration is free to express interest. Once you're shortlisted, you'll have access to different ticket tiers with early-bird discounts available for registered participants."
|
||||
},
|
||||
{
|
||||
id: "faq-reg-2", title: "Do I need an idea to register?", content: "You don't need a fully formed idea to register. Many participants refine their ideas through our pre-summit workshops and mentor sessions. Just bring your passion for entrepreneurship."
|
||||
},
|
||||
{
|
||||
id: "faq-reg-3", title: "Can I register as a team?", content: "Absolutely! Register as an individual and indicate your team size during the process. All team members get full access to the summit once shortlisted."
|
||||
},
|
||||
{
|
||||
id: "faq-reg-4", title: "What happens after I register?", content: "You'll receive a confirmation email with next steps. We'll notify you about pitch deadline, workshop dates, and mentor matching. Our team will guide you through the entire process."
|
||||
},
|
||||
{
|
||||
id: "faq-reg-5", title: "Is there an age requirement?", content: "Yes, S IDEON is open to students aged 16–24. You'll need to provide proof of age during the registration verification process."
|
||||
},
|
||||
{
|
||||
id: "faq-reg-6", title: "When is the registration deadline?", content: "Early-bird registration closes in 30 days. After that, standard registration continues on a first-come, first-served basis until summit capacity is reached. Register now to secure your spot!"
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "S IDEON", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#careers" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Summit", items: [
|
||||
{ label: "Register", href: "/register" },
|
||||
{ label: "Event Details", href: "/#how-it-works" },
|
||||
{ label: "Highlights", href: "/#highlights" },
|
||||
{ label: "Sponsors", href: "/#social-proof" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Pitch Guide", href: "#pitch-guide" },
|
||||
{ label: "Startup Tips", href: "#tips" },
|
||||
{ label: "Mentor Network", href: "#mentors" },
|
||||
{ label: "FAQ", href: "/#faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/sideon" },
|
||||
{ label: "Instagram", href: "https://instagram.com/sideon" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/company/sideon" },
|
||||
{ label: "Discord", href: "https://discord.gg/sideon" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 S IDEON Experiences. All rights reserved."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -13,11 +13,11 @@
|
||||
--background: #0F172A;
|
||||
--card: #1A2340;
|
||||
--foreground: #F8FAFC;
|
||||
--primary-cta: #2563EB;
|
||||
--primary-cta: #00D9FF;
|
||||
--primary-cta-text: #F8FAFC;
|
||||
--secondary-cta: #F97316;
|
||||
--secondary-cta: #FF6B35;
|
||||
--secondary-cta-text: #0F172A;
|
||||
--accent: #06B6D4;
|
||||
--accent: #00D9FF;
|
||||
--background-accent: #7C3AED;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
193
src/app/tickets/page.tsx
Normal file
193
src/app/tickets/page.tsx
Normal file
@@ -0,0 +1,193 @@
|
||||
"use client"
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Check, Sparkles, Zap, Crown, Ticket } from 'lucide-react';
|
||||
|
||||
export default function TicketsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="blurBottom"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="S IDEON"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Finalists", id: "/finalists" },
|
||||
{ name: "Tickets", id: "tickets" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Get Tickets", href: "#pricing"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Choose Your Summit Experience"
|
||||
description="Select the perfect ticket tier to unlock exclusive access, premium features, and networking opportunities at S IDEON. From casual attendees to VIP founders, we have the right package for your journey."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-diverse-group-of-successful-tech-entre-1773967758403-c0fc3c22.png", alt: "Summit attendees networking"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/an-interactive-workshop-session-with-par-1773967759786-4ad5a44e.png", alt: "Premium workshop access"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-vibrant-networking-lounge-at-a-tech-co-1773967757885-be1d01db.png", alt: "VIP networking lounge"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/multiple-startup-founders-presenting-the-1773967757725-6bb5542d.png", alt: "Elite founder experience"
|
||||
}
|
||||
]}
|
||||
avatarText="Early Bird Pricing Available Now"
|
||||
buttons={[
|
||||
{ text: "Explore Tiers", href: "#pricing" },
|
||||
{ text: "Learn Benefits", href: "#benefits" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Keynote Access", icon: Sparkles },
|
||||
{ type: "text-icon", text: "Networking Events", icon: Zap },
|
||||
{ type: "text-icon", text: "VIP Lounge", icon: Crown },
|
||||
{ type: "text-icon", text: "Pitch Sessions", icon: Ticket },
|
||||
{ type: "text-icon", text: "Premium Benefits", icon: Sparkles }
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
title="Summit Ticket Tiers"
|
||||
description="Choose the experience that matches your goals. All tiers include core summit access with increasing levels of premium features and direct founder exposure."
|
||||
tag="Flexible Pricing"
|
||||
tagIcon={Ticket}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Basic", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "Perfect for students exploring startups", features: [
|
||||
"Full summit access (1–3 days)", "All keynote presentations", "Expo floor access", "Networking lounge", "Digital materials & resources", "Certificate of participation"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Pro", badgeIcon: Zap,
|
||||
price: "$199", subtitle: "For serious founders with ideas ready to pitch", features: [
|
||||
"Everything in Basic +", "Priority workshop seating", "1-on-1 mentor sessions (2x)", "Pitch rehearsal with experts", "Investor speed-dating event", "Exclusive Pro networking dinner", "Early access to investor deck"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "vip", badge: "VIP", badgeIcon: Crown,
|
||||
price: "$399", subtitle: "Ultimate founder experience with premium perks", features: [
|
||||
"Everything in Pro +", "VIP lounge access (private space)", "Premium meals & refreshments", "Dedicated VIP host assistance", "Direct investor introductions (5x)", "Custom pitch coaching", "Post-summit follow-up calls", "1-year alumni network membership", "Exclusive merchandise bundle"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "View All Details", href: "#benefits" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="benefits" data-section="benefits">
|
||||
<FeatureCardTwentySeven
|
||||
title="What's Included in Each Tier"
|
||||
description="Unlock premium experiences designed to accelerate your startup journey. Each tier provides increasing access to industry leaders, investors, and founder resources."
|
||||
tag="Maximize Your Summit"
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
id: "feature-access", title: "Complete Summit Access", descriptions: [
|
||||
"Attend all keynote speeches and panel discussions with industry leaders.", "Explore the innovation expo with 100+ startup booths and investor showcases."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-celebration-scene-with-startup-winners-1773967757168-8f97ca34.png", imageAlt: "Full summit experience"
|
||||
},
|
||||
{
|
||||
id: "feature-mentorship", title: "Expert Mentorship", descriptions: [
|
||||
"Pro & VIP: One-on-one sessions with seasoned founders and investors.", "Learn winning strategies for fundraising, product launch, and team building."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-panel-of-experienced-investors-and-men-1773967757854-f214fa75.png", imageAlt: "Mentorship sessions"
|
||||
},
|
||||
{
|
||||
id: "feature-pitch", title: "Pitch & Investor Access", descriptions: [
|
||||
"Present your startup on stage (Pro & VIP priority slots available).", "Direct networking with 50+ active investors seeking new opportunities."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-young-founder-confidently-presenting-t-1773967758959-820b75d2.png", imageAlt: "Pitch presentations"
|
||||
},
|
||||
{
|
||||
id: "feature-vip", title: "VIP Exclusive Perks", descriptions: [
|
||||
"Private VIP lounge with premium catering and quiet working spaces.", "1-year alumni membership for ongoing support and investor connections."
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBg2hJpXlLqJzp0NevPeNcX8oP/a-vibrant-networking-lounge-at-a-tech-co-1773967757885-be1d01db.png", imageAlt: "VIP lounge experience"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Get Your Tickets Now", href: "#pricing" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "S IDEON", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#careers" },
|
||||
{ label: "Blog", href: "#blog" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Summit", items: [
|
||||
{ label: "Register", href: "#register" },
|
||||
{ label: "Finalists", href: "/finalists" },
|
||||
{ label: "Tickets", href: "#tickets" },
|
||||
{ label: "Schedule", href: "#schedule" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Pitch Guide", href: "#pitch-guide" },
|
||||
{ label: "Tips & Tricks", href: "#tips" },
|
||||
{ label: "Mentor Network", href: "#mentors" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/sideon" },
|
||||
{ label: "Instagram", href: "https://instagram.com/sideon" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/company/sideon" },
|
||||
{ label: "Discord", href: "https://discord.gg/sideon" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 S IDEON Experiences. All rights reserved."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user