A 5day Follow Through CHALLENGE BY Olivia Janelle

STARTING IN:

Olivia Janelle

The Follow Through Challenge.

The life you want is on the other side of the follow through

Doors Close July 6th . We start July 7th

A vision you actually believe in.

A 90-day execution plan built live with me. The identity shift that changes everything. The daily habit that keeps you moving. In 5 days.

I rebuilt my life from the bottom up. I'm going to show you exactly how — and dare you to do it too.

5 days live. One skill. The Follow Through.

Most people don't lack vision. They lack execution.

This challenge teaches you how to actually finish what you start.
Let's fix that together.

What you walk away with:

A completed, specific vision — A vision you actually believe in.

✦ Your 90-day map — Built by you.

The identity shift — The one belief blocking your follow through — identified and replaced

Your daily non-negotiable — one thing every single day that builds unstoppable momentum.

✦ Real accountability — A community that holds you accountable after day 5.

Doors open June 16th. Get the link first.

You will not leave this challenge the same person who entered it.

import { zodResolver } from "@hookform/resolvers/zod"; import { useForm } from "react-hook-form"; import * as z from "zod"; import { Button } from "@/components/ui/button"; import { Form, FormControl, FormField, FormItem, FormMessage } from "@/components/ui/form"; import { Input } from "@/components/ui/input"; import { toast } from "sonner"; const formSchema = z.object({ name: z.string().min(2, "Name must be at least 2 characters."), email: z.string().email("Invalid email address."), }); export default function Index() { const form = useForm>({ resolver: zodResolver(formSchema), defaultValues: { name: "", email: "", }, }); function onSubmit(values: z.infer) { toast.success("Thanks for joining the waitlist! We'll be in touch."); console.log("Form submitted:", values); } return (
{/* Top Banner */}

A 6-Week Challenge Starting In: 5 Days

{/* Hero Image */}
Creator talking to camera {/* The Gradient Overlay fading to background color */}
{/* Hero Content positioned below the image area */}
A 5-DAY LIVE FOLLOW THROUGH CHALLENGE

The Follow Through Challenge.

The life you want is on the other side of the follow through

Let's go... I'm gonna teach you the art of the follow through.

{/* Main Content & Form Section */}

40 posts on your account. a repeatable content system to get you posting consistently. and the communication skills to hold attention online. in 42 days.

I went from 0 to 400K+ followers in 5 months talking to my phone. I'm gonna show you exactly what I did, and dare you to do it too.

{/* The Form */}

Join the Waitlist

( )} /> ( )} />
); }

© 2026 Olivia Janelle, All rights reserved.