diff --git a/app/categories/page.tsx b/app/categories/page.tsx new file mode 100644 index 0000000..033f1d4 --- /dev/null +++ b/app/categories/page.tsx @@ -0,0 +1,23 @@ +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Categories } from "@/components/categories"; +import { Footer } from "@/components/footer"; + +export default function CategoriesPage() { + return ( + <> + + + Browse by Category + + Find the perfect furniture for every room in your home + + + + + + + + > + ); +}
+ Find the perfect furniture for every room in your home +