"use client"; import React from "react"; import { useRouter } from "next/navigation"; import "../app/globals.css"; import "../app/landing.css"; export default function Home() { const router = useRouter(); const goToLogin = () => { router.push("/sign-in"); // Redirect to /sign-in }; return (

EstudiFlash

Revolutionizing learning with AI-powered flashcards

How it works

1. Input Your Content

Upload your study materials to create custom flashcards.

2. AI-Generated Flashcards

Our AI analyzes the content and generates flashcards tailored to your needs.

3. Start Learning

Use the flashcards to study and track your progress through our app.

Gallery

Flashcard example 1 Flashcard example 2 Flashcard example 3

Testimonials

"EstudiFlash transformed the way I study. The AI-powered flashcards are a game-changer!"

- Jane Doe

"An incredibly intuitive and effective tool for learning. Highly recommended!"

); }