Add src/app/finalists/page.tsx

This commit is contained in:
2026-03-20 00:58:02 +00:00
parent 91fa551dba
commit 7858bb72f5

201
src/app/finalists/page.tsx Normal file
View 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>
);
}