import type { Metadata } from "next" import { VideoCard } from "@/components/video-card" import { videos } from "@/lib/data" export const metadata: Metadata = { title: "Video Tutorials", description: "Watch step-by-step video guides for setting up and using your Higgy's Android Box. Tutorials for beginners and advanced users.", } export default function VideosPage() { return (
Learn how to get the most out of your Android box with our step-by-step video guides