diff --git a/components/Nav.jsx b/components/Nav.jsx index a3d4790..95ffbf6 100644 --- a/components/Nav.jsx +++ b/components/Nav.jsx @@ -33,10 +33,10 @@ export default function Nav({ localeTexts }) { {localeTexts?.nav?.surroundings ?? ""} - {localeTexts?.nav?.gallery ?? ""} + {localeTexts?.nav?.furnishing ?? ""} ({ ...doc.data(), id: doc.id })) ?? + {}, + }, + }; +} + +export default function Furnishing({ furnishings, localeTexts }) { + const { locale } = useRouter(); + return ( +