import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { useState } from "react"; import { PlayIcon, BookOpenIcon, LibraryIcon, UserIcon, FileTextIcon } from "lucide-react"; export default function FlamencoGuitarSite() { const [email, setEmail] = useState(""); return (

Flamenco & Fingerstyle Guitar

Master the art of guitar with modern video lessons and tab downloads

Video Lessons

Step-by-step video tutorials to develop your flamenco and fingerstyle techniques. Suitable for all levels.

TAB & Notation

Access accurate tablature and sheet music for every lesson. Downloadable and easy to follow.

Lesson Library

Browse through a categorized archive of lessons for beginner to advanced players, all in one place.

User Login

Create a profile to track your progress, bookmark lessons, and access exclusive content.

Guitar Blog

Read articles on technique, flamenco history, gear reviews, and tips to stay inspired.

Get Early Access

Sign up to be notified when new lessons drop

setEmail(e.target.value)} className="flex-1" />
); }