Skip to content

Commit

Permalink
feat: remove carousel from page tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew4Coding committed Nov 12, 2024
1 parent dc1daad commit f43c44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Home() {
</Button>
<Pagination currentPage={page} totalPages={10} onPageChange={setPage} />
<ContactPerson />
<TestimonyCarousel slides={betisTestimoni} options={betisTestimoniOptions} />
{/* <TestimonyCarousel slides={betisTestimoni} options={betisTestimoniOptions} /> */}
</div>
);
}

0 comments on commit f43c44b

Please sign in to comment.