Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Jun 25, 2024
1 parent 1ab8907 commit 4e8ff6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export default function Home() {
<AboutUsBanner />
<BrandsCarousel />
<Blog />
<Suspense fallback={<ReviewsSkeleton />}>
{/* <Suspense fallback={<ReviewsSkeleton />}>
<Reviews />
</Suspense>
</Suspense> */}
<PaymentMethods />
<WhatsAppButton />
<Footer />
Expand Down

0 comments on commit 4e8ff6b

Please sign in to comment.