VisionFTF / client / src / data / Details.js
Details.js
Raw
import img1 from '../assets/img/4.png'
import img2 from '../assets/img/5.png'


export const items = [
    {   
      src: img2,
      altText:'',
      header: 'Premium Service',
      caption: 'Providing the Best and Fulfillment for every student',
      key: '1'
    },
    {
      altText:'',
      header: 'Call us/Register for Yourself to get Premium Service whenever needed',
      caption: '',
      key: '2'
    },
    {
      altText:'',
      key: '3',
      header: 'Only one time Guidance - Initial Payment ₹.100 for Career Guidance/Asking All abouts about Joining Colleges.No more second time call scheduling!',
      caption: ''
    },
    {
      altText:'',
      key: '4',
      header: 'Only one time Guidance for UPSC & TNPSC - Initial Payment ₹.200 .No more second time call scheduling!',
      caption: ''
    },
    {
      altText:'',
      key: '5',
      header: 'Complete Guidance till Selection & Membership for Vision(valid for 2021) - Payment Rs.500',
      caption: ''
    },
    {
      altText:'',
      key: '6',
      header: 'Method of Payment - Through Gpay/Paytm/Phonepay/Whatsapp pay/Direct Bank Transfer.',
      caption: 'After Proper Payment, Call will be Scheduled for Each Student'
    },
    { 
      altText:'',
      key: '7',
      src: img1,
      header: 'Complete Idealogy will be Given in 📞Call.',
      caption: ''
    },
  ];