import { IFeedbackGrid } from './FeedbackGrid.types'; import g2icon from '@/assets/img/static-icons/g2.svg?url'; import clutchIcon from '@/assets/img/static-icons/clutch.svg?url'; import stevenPng from '@/assets/img/pages/appointment-setting/steven.png'; import stevenWebp from '@/assets/img/pages/appointment-setting/steven.webp'; import brendanPng from '@/assets/img/pages/appointment-setting/brendan.png'; import brendanWebp from '@/assets/img/pages/appointment-setting/brendan.webp'; import pedroPng from '@/assets/img/pages/appointment-setting/pedro.png'; import ivanPng from '@/assets/img/pages/appointment-setting/ivan.png'; import ekaterinaPng from '@/assets/img/pages/appointment-setting/ekaterina.png'; import alanPng from '@/assets/img/pages/appointment-setting/alan.png'; export const youtubeReviews: IFeedbackGrid.YoutubeReview[] = [ { customerName: 'Steven Smith', customerPosition: 'National Sales Manager at Lion Energy', content: "I couldn't be happier with the team that I'm working with. Belkins is extremely professional", backgroundColor: '#dfe0e1', backgroundImage: { default: stevenPng, webp: stevenWebp, width: 599, height: 444, }, link: 'https://youtu.be/sBPFKsU2rxw', }, { customerName: 'Brendan Walsh', customerPosition: 'Co-Founder & Principal at Mole Street', content: 'Belkins absolutely transformed our business driving hundreds of thousands of dollars in revenue to us', backgroundColor: '#242628', backgroundImage: { default: brendanPng, webp: brendanWebp, width: 589, height: 443, }, link: 'https://youtu.be/tNq4pSMWLpo', }, ]; export const reviews: IFeedbackGrid.Review[] = [ { date: 'May, 2021', content: 'Without Belkins, we would not be where we are right now.', customerName: 'Pedro Morgado', customerPosition: 'BytePitch Founder', industry: 'IT Services (11-50 emp.)', customerAvatar: pedroPng, platformIcon: clutchIcon, link: 'https://clutch.co/profile/belkins?page=1#review-1773585', }, { date: 'May, 2020', content: 'Great Appointment
Setting Agency!', customerName: 'Ivan Talaychuk', customerPosition: 'Co-Founder, CEO', industry: '', customerAvatar: ivanPng, platformIcon: g2icon, link: 'https://www.g2.com/products/belkins/reviews/belkins-review-4218836', }, { date: 'Jul 22, 2021', content: 'Their team is very attentive to our business needs.', customerName: 'Ekaterina Sushchevskaya', customerPosition: 'Account Executive Team Lead, SaaS Firm', industry: 'Software (11-50 emp.)', customerAvatar: ekaterinaPng, platformIcon: clutchIcon, link: 'https://clutch.co/profile/belkins?sort_by=date_DESC&project_cost=&service_provided=Advertising%20%26%20Marketing&review_type=#review-1804428', }, { date: 'Nov 25, 2021', content: 'They are committed to producing quality results.', customerName: 'Alan Morte', customerPosition: 'Head of Analytics, Three Ventures', industry: 'Marketing & Advertising (51-1000 emp.)', customerAvatar: alanPng, platformIcon: g2icon, link: 'https://www.g2.com/products/belkins/reviews/belkins-review-5156672', }, ];