diff --git a/components/Collections.tsx b/components/Collections.tsx index 00039c0..5610390 100644 --- a/components/Collections.tsx +++ b/components/Collections.tsx @@ -10,7 +10,7 @@ interface CollectionsProps { export default function Collections({ collections }: CollectionsProps) { return (
-

Коллекции

+

Коллекции

{collections.map((collection, index) => ( diff --git a/components/Footer.tsx b/components/Footer.tsx index d61e72a..df5dfb9 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -3,7 +3,7 @@ import { Facebook, Instagram, Twitter, Youtube } from "lucide-react"; export default function Footer() { return ( -