Compare commits

...

7 Commits

Author SHA1 Message Date
kudinDmitriyUp
d1f64ebcfe Bob AI (stub): To make testimonials more impactful, ensure each quote inclu 2026-06-02 15:24:32 +00:00
7429e33760 Switch to version 18: modified src/pages/HomePage/sections/Beers.tsx 2026-06-02 15:22:48 +00:00
cf1c3e228d Switch to version 18: modified src/pages/HomePage.tsx 2026-06-02 15:22:47 +00:00
5871d3f16e Merge version_19_1780413306510 into main
Merge version_19_1780413306510 into main
2026-06-02 15:16:37 +00:00
kudinDmitriyUp
d4da9836a5 Bob AI (stub): Introduce a dedicated section for upcoming events, live musi 2026-06-02 15:16:34 +00:00
de908b7def Merge version_18_1780413146184 into main
Merge version_18_1780413146184 into main
2026-06-02 15:14:29 +00:00
kudinDmitriyUp
b51e5b2484 Bob AI (stub): Introduce a dedicated section for upcoming events, live musi 2026-06-02 15:14:25 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,12 @@ import ContactSection from './HomePage/sections/Contact';
{/* webild-stub @2026-06-02T15:24:31.770Z: To make testimonials more impactful, ensure each quote includes an avatar or photo of the reviewer, along with their name and, if possible, their location or a brief title, to build greater trust. */}
{/* 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';