"use client"; import { ThemeSwitcher } from "@/components/ThemeSwitcher"; import { NowPlayingCard } from "@/components/SpotifyCard"; import { SocialLayout } from "@/components/SocialLayout"; import { AboutMe } from "@/components/AboutMe"; import { Toaster } from "react-hot-toast"; import { motion } from "framer-motion"; import { Background } from "@/components/Background"; import { Fragment } from "react"; export default function Home() { return (

albert

); }