diff --git a/relume-test/src/components/Pricing1Ticket.tsx b/relume-test/src/components/Pricing1Ticket.tsx index e20db1c..be3331a 100644 --- a/relume-test/src/components/Pricing1Ticket.tsx +++ b/relume-test/src/components/Pricing1Ticket.tsx @@ -18,7 +18,7 @@ const TicketCardViolet = ({ plan }: { plan: TicketPlan }) => { const total = qty * plan.price; return ( -
+

{plan.period}

CHF {plan.price}

{plan.date}

@@ -26,14 +26,14 @@ const TicketCardViolet = ({ plan }: { plan: TicketPlan }) => {
{qty} @@ -43,7 +43,7 @@ const TicketCardViolet = ({ plan }: { plan: TicketPlan }) => {
{total},-
-
diff --git a/relume-test/src/components/Pricing39Ticket.tsx b/relume-test/src/components/Pricing39Ticket.tsx index fe475c2..acf8487 100644 --- a/relume-test/src/components/Pricing39Ticket.tsx +++ b/relume-test/src/components/Pricing39Ticket.tsx @@ -18,7 +18,7 @@ const TicketCardLime = ({ plan }: { plan: TicketPlan }) => { const total = qty * plan.price; return ( -
+

{plan.day}

CHF {plan.price}

{plan.date}

@@ -26,14 +26,14 @@ const TicketCardLime = ({ plan }: { plan: TicketPlan }) => {
{qty} @@ -43,7 +43,7 @@ const TicketCardLime = ({ plan }: { plan: TicketPlan }) => {
{total},-
-
diff --git a/relume-test/src/pages/ProgrammDetail.tsx b/relume-test/src/pages/ProgrammDetail.tsx index bdc1394..a113972 100644 --- a/relume-test/src/pages/ProgrammDetail.tsx +++ b/relume-test/src/pages/ProgrammDetail.tsx @@ -4,7 +4,8 @@ import { Cta30 } from "../components/Cta30"; import { Footer3 } from "../components/Footer"; import { Team4Defaults } from "../components/Team4"; import { ALL_EVENTS } from "../data/events"; -import { BiCalendarAlt, BiUser } from "react-icons/bi"; +import { BiCalendarAlt, BiUser, BiLogoLinkedinSquare, BiLogoDribbble } from "react-icons/bi"; +import { SiXing } from "react-icons/si"; import { RxCube } from "react-icons/rx"; import webflowLogo from "../assets/webflow.png"; import relumeLogo from "../assets/relume.png"; @@ -109,7 +110,18 @@ const ProgrammDetail = () => { <>

{speaker.name}

{speaker.role}

-

{speaker.company}

+

{speaker.company}

+
+ + + + + + + + + +
{

- Das erwartete dich + Das erwartet dich

{event.description ?? "Weitere Informationen folgen in Kürze."} diff --git a/relume-test/src/pages/SpeakerDetail.tsx b/relume-test/src/pages/SpeakerDetail.tsx index b1e1feb..927b4d9 100644 --- a/relume-test/src/pages/SpeakerDetail.tsx +++ b/relume-test/src/pages/SpeakerDetail.tsx @@ -65,6 +65,8 @@ const SpeakerDetail = () => {

{speaker.name}

+

{speaker.role}

+

{speaker.company}

{speaker.location && (

{speaker.location}

)} @@ -75,9 +77,9 @@ const SpeakerDetail = () => {

{speaker.fullBio ?? speaker.description}

- {speaker.socialLinks.filter((l) => l.href !== "#").length > 0 && ( + {speaker.socialLinks.length > 0 && (
- {speaker.socialLinks.filter((l) => l.href !== "#").map((link, i) => ( + {speaker.socialLinks.map((link, i) => ( { {/* Other speakers */} -
-
-

Weitere Speaker

+
+
+
+

Weitere Speaker

+
-
- + +
diff --git a/relume-test/src/pages/Tickets.tsx b/relume-test/src/pages/Tickets.tsx index 9682c29..517a86a 100644 --- a/relume-test/src/pages/Tickets.tsx +++ b/relume-test/src/pages/Tickets.tsx @@ -6,7 +6,7 @@ import { Header23 } from "../components/Header23"; import { Pricing1Ticket } from "../components/Pricing1Ticket"; import { Pricing39Ticket } from "../components/Pricing39Ticket"; import { Footer3 } from "../components/Footer"; -import { Button, Input } from "@relume_io/relume-ui"; +import { Input } from "@relume_io/relume-ui"; const COUNTDOWN_TARGET = "2026-06-25T09:00:00.000+02:00"; @@ -86,11 +86,13 @@ const Tickets = () => {
DO – FR, 25. – 26. Juni 2026
-

+

10 Spots left!

-
- +
+
+ +
{ placeholder="Enter your email" value={emailInput} onChange={(e) => setEmailInput(e.target.value)} - className="text-tech-navy" + className="rounded-lg border-electric-violet text-electric-violet placeholder:text-electric-violet/50" /> - +

By clicking Get Updates you're confirming that you agree with our{" "}