Spaces:
Sleeping
Sleeping
| import Card from "@/components/Card"; | |
| import CategoriesSection from "@/components/CategoriesSection"; | |
| import './indexpage.css'; | |
| export default function Home() { | |
| return ( | |
| <div className="index-page font-[family-name:var(--font-geist-sans)]"> | |
| <CategoriesSection/> | |
| </div> | |
| ); | |
| } | |