Compare commits

..

1 Commits

Author SHA1 Message Date
kudinDmitriyUp
d6fabcdb70 Bob AI: fix build error in src/pages/HomePage/sections/Beers.tsx 2026-06-02 15:16:17 +00:00
2 changed files with 1 additions and 4 deletions

View File

@@ -13,9 +13,6 @@ import ContactSection from './HomePage/sections/Contact';
{/* webild-stub @2026-06-02T15:14:24.839Z: Introduce a dedicated section for upcoming events, live music, or special releases to encourage repeat visits and community engagement, transforming passive viewers into active participants. */}
{/* webild-stub @2026-06-02T14:34:15.285Z: make badges in hero sections each on in different color */}
{/* webild-stub @2026-06-02T14:28:11.483Z: make badges in hero sections each on in different color */}

View File

@@ -1,7 +1,7 @@
import React from 'react';
import ScrollReveal from '@/components/ui/ScrollReveal';
import TextAnimation from '@/components/ui/TextAnimation';
import GridOrCarousel from '@/components/ui/GridOrCarousel';
import { GridOrCarousel } from '@/components/ui/GridOrCarousel';
import Card from '@/components/ui/Card';
import Tag from '@/components/ui/Tag';