diff --git a/src/components/HouseItem.tsx b/src/components/HouseItem.tsx index c8fa5b9..ea77a7b 100644 --- a/src/components/HouseItem.tsx +++ b/src/components/HouseItem.tsx @@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => { const handleOnKnowMoreButton = () => { setModal(null); - navigate(`/${villa.type}`); + navigate(`/villa/${villa.type}`); }; return (