import { Reviews } from '@/vibes/soul/sections/reviews';function Usage() { return ( <Reviews averageRating={4.5} reviews={reviews} totalCount={reviews.length} /> );}export const reviews = [ { id: '1', review: "Warm and comfortable! I usually train in temperatures between 5-15ºC and this jersey it's perfect combined with a thermal base layer tee and a vest", rating: 5, name: 'Victor', date: 'August 13, 2024', },];