"use client"; import { useAuth } from "@clerk/nextjs"; import Link from "next/link"; import { Button } from "@/components/ui/button"; export const LandingHero = () => { const { isSignedIn } = useAuth(); return (

Welcome to Testimonials

Revolutionize your quizzes with AI-powered intelligence. Create, assess, and learn smarter.

Start your journey with Testimonials.
); };