File size: 293 Bytes
21986a1
11c56f5
 
21986a1
 
 
11c56f5
 
21986a1
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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>
  );
}