diff --git a/app/page.tsx b/app/page.tsx index 8e4f9c302..c056ad941 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -17,10 +17,10 @@ export default async function HomePage() { - - - - + + + + {/* Art for the Wall @@ -35,9 +35,9 @@ export default async function HomePage() { */} - - - + + + > ); diff --git a/components/layout/navbar/mobile-menu.tsx b/components/layout/navbar/mobile-menu.tsx index 7dfc032e8..ff2a821d1 100644 --- a/components/layout/navbar/mobile-menu.tsx +++ b/components/layout/navbar/mobile-menu.tsx @@ -57,7 +57,7 @@ export default function MobileMenu({ menu }: { menu: Menu[] }) { leaveFrom="translate-x-0" leaveTo="translate-x-[-100%]" > - + @@ -69,10 +69,10 @@ export default function MobileMenu({ menu }: { menu: Menu[] }) { {menu.length ? ( {menu.map((item: Menu) => ( - + {item.title} diff --git a/components/ui/carousel.tsx b/components/ui/carousel.tsx index a16d2f957..549400b85 100644 --- a/components/ui/carousel.tsx +++ b/components/ui/carousel.tsx @@ -20,7 +20,7 @@ export async function Carousel({collection}: if (!products?.length) return null; return ( - + {scapeTitle && {scapeTitle}
{scapeTitle}