750 lines
36 KiB
TypeScript
750 lines
36 KiB
TypeScript
import type { BlogType, CaseStudyType, PricingType, ServiceType, TeamMemberType, TestimonialType } from "@/types";
|
||
|
||
export const services: ServiceType[] = [
|
||
{
|
||
id: 1,
|
||
icon: '/assets/img/icons/service-icon1.svg',
|
||
title: 'Custom Website Development',
|
||
description: 'Tailor-made websites built specifically for your business goals and audience.',
|
||
},
|
||
{
|
||
id: 2,
|
||
icon: '/assets/img/home/section3/e-commerce.webp',
|
||
title: 'E-commerce Development',
|
||
description: 'High-converting online stores with seamless checkout and payment integration.',
|
||
},
|
||
{
|
||
id: 3,
|
||
icon: '/assets/img/home/section3/landing.webp',
|
||
title: 'Landing Page Development',
|
||
description: 'Conversion-focused landing pages built for Meta Ads & Google Ads campaigns.',
|
||
},
|
||
{
|
||
id: 4,
|
||
icon: '/assets/img/home/section3/ui-ux.webp',
|
||
title: 'UI/UX Design',
|
||
description: 'User-centered designs that increase engagement and reduce bounce rates.',
|
||
},
|
||
{
|
||
id: 5,
|
||
icon: '/assets/img/home/section3/redesign.webp',
|
||
title: 'Website Redesign',
|
||
description: 'Modernize your outdated website into a fast, mobile-friendly platform.',
|
||
},
|
||
{
|
||
id: 6,
|
||
icon: '/assets/img/home/section3/maintanence.webp',
|
||
title: 'Website Maintenance & Support',
|
||
description: 'Ongoing updates, security monitoring, and performance optimization.',
|
||
},
|
||
{
|
||
id: 7,
|
||
icon: '/assets/img-app/home/section3/android.webp',
|
||
title: 'Android App Development',
|
||
description: 'Custom Android apps built for performance and scalability.',
|
||
},
|
||
{
|
||
id: 8,
|
||
icon: '/assets/img-app/home/section3/ios.webp',
|
||
title: 'iOS App Development',
|
||
description: 'High-quality iPhone and iPad applications optimized for Apple ecosystem.',
|
||
},
|
||
{
|
||
id: 9,
|
||
icon: '/assets/img-app/home/section3/cross.webp',
|
||
title: 'Cross-Platform App Development',
|
||
description: 'One codebase, multiple platforms — cost-effective and scalable.',
|
||
},
|
||
{
|
||
id: 10,
|
||
icon: '/assets/img-app/home/section3/mvp.webp',
|
||
title: 'MVP Development',
|
||
description: 'Launch faster with a Minimum Viable Product to validate your idea.',
|
||
},
|
||
{
|
||
id: 11,
|
||
icon: '/assets/img-app/home/section3/ui.webp',
|
||
title: 'UI/UX App Design',
|
||
description: 'Visually stunning and conversion-focused mobile app interfaces.',
|
||
},
|
||
{
|
||
id: 12,
|
||
icon: '/assets/img-app/home/section3/app.webp',
|
||
title: 'App Maintenance & Support',
|
||
description: 'Ongoing updates, bug fixes, security monitoring, and feature upgrades.',
|
||
}
|
||
];
|
||
|
||
export const features2 = [
|
||
{ id: 1, title: "Cyber Security", icon: "/assets/imgs/service/service-icon1.png", description: "Lorem Ipsum is simply dummy text of the printing and typesetting" },
|
||
{ id: 2, title: "IT Management", icon: "/assets/imgs/service/service-icon2.png", description: "Lorem Ipsum is simply dummy text of the printing and typesetting" },
|
||
{ id: 3, title: "Web Development", icon: "/assets/imgs/service/service-icon3.png", description: "Lorem Ipsum is simply dummy text of the printing and typesetting" }
|
||
];
|
||
|
||
export const services1: ServiceType[] = [
|
||
{
|
||
id: 1,
|
||
icon: '/assets/imgs/icon/icon.png',
|
||
image: '/assets/imgs/service/service-img1.png',
|
||
title: 'Custom Website Development',
|
||
description: 'Tailor-made websites built specifically for your business goals and audience.',
|
||
},
|
||
{
|
||
id: 2,
|
||
icon: '/assets/imgs/icon/icon-2.png',
|
||
image: '/assets/imgs/service/service-img2.png',
|
||
title: 'E-commerce Development',
|
||
description: 'High-converting online stores with seamless checkout and payment integration.',
|
||
},
|
||
{
|
||
id: 3,
|
||
icon: '/assets/imgs/icon/icon-3.png',
|
||
image: '/assets/imgs/service/service-img3.png',
|
||
title: 'Mobile App Development',
|
||
description: 'Custom iOS and Android applications built for performance and scalability.',
|
||
}
|
||
];
|
||
|
||
export const services3: ServiceType[] = [
|
||
{
|
||
id: 1,
|
||
icon: '/assets/imgs/icon/icon-14.png',
|
||
image: '/assets/imgs/service/service-img4.png',
|
||
title: 'Cyber Security',
|
||
description: 'Protect your business from digital threats with our advanced security solutions.',
|
||
},
|
||
{
|
||
id: 2,
|
||
icon: '/assets/imgs/icon/icon-15.png',
|
||
image: '/assets/imgs/service/service-img5.png',
|
||
title: 'IT Management',
|
||
description: 'Comprehensive IT management services to keep your business running smoothly.',
|
||
},
|
||
{
|
||
id: 3,
|
||
icon: '/assets/imgs/icon/icon-16.png',
|
||
image: '/assets/imgs/service/service-img6.png',
|
||
title: 'Cloud Solutions',
|
||
description: 'Scalable and secure cloud infrastructure for your enterprise needs.',
|
||
},
|
||
{
|
||
id: 4,
|
||
icon: '/assets/imgs/icon/icon-17.png',
|
||
image: '/assets/imgs/service/service-img7.png',
|
||
title: 'Data Analytics',
|
||
description: 'Gain valuable insights from your data to drive informed business decisions.',
|
||
}
|
||
];
|
||
|
||
export const services2: ServiceType[] = [
|
||
{
|
||
id: 1,
|
||
icon: '/assets/imgs/icon/icon-2.png',
|
||
image: '/assets/imgs/service/service-img4.png',
|
||
title: 'Managed IT Services',
|
||
description: 'Providing comprehensive IT support and management to optimize your business operations.',
|
||
},
|
||
{
|
||
id: 2,
|
||
icon: '/assets/imgs/icon/icon-3.png',
|
||
image: '/assets/imgs/service/service-img5.png',
|
||
title: 'Cloud Computing',
|
||
description: 'Transforming your business with scalable and secure cloud infrastructure solutions.',
|
||
},
|
||
{
|
||
id: 3,
|
||
icon: '/assets/imgs/icon/icon.png',
|
||
image: '/assets/imgs/service/service-img6.png',
|
||
title: 'Cybersecurity Solutions',
|
||
description: 'Protecting your digital assets with advanced threat detection and mitigation strategies.',
|
||
},
|
||
{
|
||
id: 4,
|
||
icon: '/assets/imgs/icon/icon-2.png',
|
||
image: '/assets/imgs/service/service-img7.png',
|
||
title: 'Software Development',
|
||
description: 'Building custom software tailored to your specific business requirements and goals.',
|
||
}
|
||
];
|
||
|
||
|
||
export const caseStudies: CaseStudyType[] = [
|
||
{
|
||
id: 1,
|
||
image: '/assets/img/all-images/case/case-img1.png',
|
||
tag: '#CloudFlex Solution',
|
||
title: 'Upgrading IT for Financial Secure',
|
||
link: '/case-details/single'
|
||
},
|
||
{
|
||
id: 2,
|
||
image: '/assets/img/all-images/case/case-img2.png',
|
||
tag: '#CloudFlex Solution',
|
||
title: 'Scaling IT for EcoSolutions',
|
||
link: '/case-details/single'
|
||
},
|
||
{
|
||
id: 3,
|
||
image: '/assets/img/all-images/case/case-img3.png',
|
||
tag: '#CloudFlex Solution',
|
||
title: 'Optimizing IT For Solutions',
|
||
link: '/case-details/single'
|
||
},
|
||
{
|
||
id: 4,
|
||
image: '/assets/img/all-images/case/case-img9.png',
|
||
tag: '#CloudFlex Solution',
|
||
title: 'Stories: IT Solutions At Work',
|
||
link: '/case-details/single'
|
||
},
|
||
{
|
||
id: 5,
|
||
image: '/assets/img/all-images/case/case-img10.png',
|
||
tag: '#CloudFlex Solution',
|
||
title: 'IT Solutions Driving Success',
|
||
link: '/case-details/single'
|
||
},
|
||
{
|
||
id: 6,
|
||
image: '/assets/img/all-images/case/case-img11.png',
|
||
tag: '#CloudFlex Solution',
|
||
title: 'Real Solutions, Real Impact',
|
||
link: '/case-details/single'
|
||
},
|
||
];
|
||
|
||
export const testimonialSlides: TestimonialType[] = [
|
||
{
|
||
rating: 5,
|
||
message: 'Partnering with ETech has transformed our IT Solution Their tailored solutions help streamline our operations, improve cybersecurity, and drive efficiency across the board. We\'ve experienced fewer disruptions, faster an.',
|
||
image: '/assets/img/all-images/testimonial/testimonial-img2.png',
|
||
name: 'Ben Stokes',
|
||
role: 'Owner Taxfirm'
|
||
},
|
||
{
|
||
rating: 5,
|
||
message: 'Partnering with ETech has transformed our IT Solution Their tailored solutions help streamline our operations, improve cybersecurity, and drive efficiency across the board. We\'ve experienced fewer disruptions, faster an.',
|
||
image: '/assets/img/all-images/testimonial/testimonial-img3.png',
|
||
name: 'Ben Stokes',
|
||
role: 'Owner Taxfirm'
|
||
},
|
||
{
|
||
rating: 5,
|
||
message: 'Partnering with ETech has transformed our IT Solution Their tailored solutions help streamline our operations, improve cybersecurity, and drive efficiency across the board. We\'ve experienced fewer disruptions, faster an.',
|
||
image: '/assets/img/all-images/testimonial/testimonial-img4.png',
|
||
name: 'Ben Stokes',
|
||
role: 'Owner Taxfirm'
|
||
},
|
||
{
|
||
rating: 5,
|
||
message: 'Partnering with ETech has transformed our IT Solution Their tailored solutions help streamline our operations, improve cybersecurity, and drive efficiency across the board. We\'ve experienced fewer disruptions, faster an.',
|
||
image: '/assets/img/all-images/testimonial/testimonial-img5.png',
|
||
name: 'Ben Stokes',
|
||
role: 'Owner Taxfirm'
|
||
}
|
||
];
|
||
|
||
export const teamMembers: TeamMemberType[] = [
|
||
{
|
||
id: 1,
|
||
name: 'SR. Alex Robertson',
|
||
image: '/assets/img/all-images/team/team-img1.png',
|
||
role: 'Head Of Cybersecurity'
|
||
},
|
||
{
|
||
id: 2,
|
||
name: 'Shelia Abernathy',
|
||
image: '/assets/img/all-images/team/team-img2.png',
|
||
role: 'Software Development'
|
||
},
|
||
{
|
||
id: 3,
|
||
name: 'Devin Romaguera',
|
||
image: '/assets/img/all-images/team/team-img3.png',
|
||
role: 'Data Analytics Specialist'
|
||
},
|
||
{
|
||
id: 4,
|
||
name: 'SR. Alex Robertson',
|
||
image: '/assets/img/all-images/team/team-img8.png',
|
||
role: 'Head Of Cybersecurity'
|
||
},
|
||
{
|
||
id: 5,
|
||
name: 'Shelia Abernathy',
|
||
image: '/assets/img/all-images/team/team-img9.png',
|
||
role: 'Software Development'
|
||
},
|
||
{
|
||
id: 6,
|
||
name: 'Devin Romaguera',
|
||
image: '/assets/img/all-images/team/team-img10.png',
|
||
role: 'Data Analytics Specialist'
|
||
},
|
||
{
|
||
id: 7,
|
||
name: 'SR. Alex Robertson',
|
||
image: '/assets/img/all-images/team/team-img11.png',
|
||
role: 'Head Of Cybersecurity'
|
||
},
|
||
{
|
||
id: 8,
|
||
name: 'Shelia Abernathy',
|
||
image: '/assets/img/all-images/team/team-img12.png',
|
||
role: 'Software Development'
|
||
},
|
||
{
|
||
id: 9,
|
||
name: 'Devin Romaguera',
|
||
image: '/assets/img/all-images/team/team-img13.png',
|
||
role: 'Data Analytics Specialist'
|
||
},
|
||
{
|
||
id: 10,
|
||
name: 'SR. Alex Robertson',
|
||
image: '/assets/img/all-images/team/team-img14.png',
|
||
role: 'Head Of Cybersecurity'
|
||
},
|
||
{
|
||
id: 11,
|
||
name: 'Shelia Abernathy',
|
||
image: '/assets/img/all-images/team/team-img15.png',
|
||
role: 'Software Development'
|
||
},
|
||
{
|
||
id: 12,
|
||
name: 'Devin Romaguera',
|
||
image: '/assets/img/all-images/team/team-img16.png',
|
||
role: 'Data Analytics Specialist'
|
||
}
|
||
];
|
||
|
||
export const blogs: BlogType[] = [
|
||
{
|
||
id: 1,
|
||
image: '/assets/img/all-images/blog/blog-img1.png',
|
||
date: '03 March 2026',
|
||
title: 'Mastering Digital Transformation: A Guide for Modern Enterprises',
|
||
slug: 'mastering-digital-transformation',
|
||
category: 'Technology',
|
||
description: 'Fuel your business success with our custom IT services. We design solutions that are tailored to your specific needs.',
|
||
details: 'Digital transformation is the process of using digital technologies to create new — or modify existing — business processes, culture, and customer experiences to meet changing business and market requirements. This reimagining of business in the digital age is digital transformation. It transcends traditional roles like sales, marketing, and customer service. Instead, digital transformation begins and ends with how you think about, and engage with, customers. ',
|
||
blockquote: '“Success in digital transformation is not just about the technology; it’s about the cultural shift and visual excellence that drives user engagement.”',
|
||
authorName: 'Admin',
|
||
aosClass: "fade-left",
|
||
},
|
||
{
|
||
id: 2,
|
||
image: '/assets/img/all-images/blog/blog-img2.png',
|
||
date: '02 March 2026',
|
||
title: 'The Future of E-commerce: Trends to Watch in 2026',
|
||
slug: 'future-of-ecommerce-2026',
|
||
category: 'E-commerce',
|
||
description: 'Stay ahead of the competition with the latest insights into the e-commerce landscape and consumer behavior.',
|
||
details: 'The e-commerce industry continues to evolve at a breakneck pace. In 2026, we are seeing a significant shift towards hyper-personalization powered by AI, seamless headless commerce architectures, and the integration of social commerce directly into the shopping journey. Businesses that fail to adapt to these mobile-first and speed-optimized trends risk falling behind in an increasingly crowded marketplace.',
|
||
blockquote: '“E-commerce is no longer just a digital storefront; it’s an immersive, personalized experience that connects brands with customers on a deeper level.”',
|
||
authorName: 'Admin',
|
||
aosClass: 'fade-right',
|
||
},
|
||
{
|
||
id: 3,
|
||
image: '/assets/img/all-images/blog/blog-img17.png',
|
||
date: '01 March 2026',
|
||
title: 'Elevating User Experiences through Design Thinking',
|
||
slug: 'elevating-ux-design-thinking',
|
||
category: 'Design',
|
||
description: 'Discover how design thinking can transform your product development process and create lasting user value.',
|
||
details: 'Design thinking is a non-linear, iterative process that teams use to understand users, challenge assumptions, redefine problems and create innovative solutions to prototype and test. Involving five phases—Empathize, Define, Ideate, Prototype and Test—it is most useful to tackle problems that are ill-defined or unknown. At Metatron Cube, we integrate these principles to ensure every pixel serves a purpose.',
|
||
blockquote: '“Design is not just what it looks like and feels like. Design is how it works and how it makes the user feel empowered.”',
|
||
authorName: 'Admin',
|
||
}
|
||
];
|
||
|
||
export const blogs2: BlogType[] = [
|
||
{
|
||
id: 1,
|
||
title: 'Scalable IT solutions tailored to meet a unique business needs',
|
||
slug: 'scalable-it-solutions',
|
||
category: 'Services',
|
||
date: '4 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img8.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 2,
|
||
title: 'Unlock the full potential Best your business with tailored IT',
|
||
slug: 'unlock-potential-it',
|
||
category: 'Business',
|
||
date: '5 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img9.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 3,
|
||
title: 'Optimize your operations with tailored IT services that grow',
|
||
slug: 'optimize-operations',
|
||
category: 'Efficiency',
|
||
date: '6 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img10.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 4,
|
||
title: 'Unlock the Future of Your IT & Business With Best Innovative',
|
||
slug: 'unlock-future-it',
|
||
category: 'Innovation',
|
||
date: '4 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img11.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 5,
|
||
title: 'Transform Your Operations An with Technology Experience',
|
||
slug: 'transform-operations-tech',
|
||
category: 'Tech',
|
||
date: '5 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img12.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 6,
|
||
title: 'Empowering Your Business And Through Technology Tailored IT',
|
||
slug: 'empowering-business-tech',
|
||
category: 'Growth',
|
||
date: '6 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img13.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 7,
|
||
title: 'Discover the Power of Data-Driven Insights Transforming',
|
||
slug: 'data-driven-insights',
|
||
category: 'Data',
|
||
date: '4 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img14.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 8,
|
||
title: 'Scalable IT solutions tailored to meet a unique business needs',
|
||
slug: 'scalable-solutions-business',
|
||
category: 'Scalability',
|
||
date: '5 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img15.png',
|
||
link: '/blog-details/single'
|
||
},
|
||
{
|
||
id: 9,
|
||
title: 'Maximize Efficiency Minimize Risk With Expert Management',
|
||
slug: 'maximize-efficiency-it',
|
||
category: 'Management',
|
||
date: '6 August 2024',
|
||
image: '/assets/img/all-images/blog/blog-img16.png',
|
||
link: '/blog-details/single'
|
||
}
|
||
];
|
||
|
||
export const testimonials: TestimonialType[] = [
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img2.png',
|
||
name: 'Sheldon Jackson',
|
||
role: 'Shop Store Owner',
|
||
message: '“Working with has been a game- Best changer for our business. Their IT and support team is always responsive, an their expertise has helped us stream our operations, We no longer worry.”',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img8.png',
|
||
name: 'Alex Robertson',
|
||
role: 'Shop Store Owner',
|
||
message: '“Our network security has never been stronger. Their proactive monitoring and customized security solutions on have given us peace of mind. Our data is safe, and our compliance has Tech.”',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img7.png',
|
||
name: 'Henry Gayle',
|
||
role: 'Shop Store Owner',
|
||
message: '“Has provided us on with top-notch IT services. Their solutions are tailored to our business, & their ongoing support is second to none. We’ve seen significant improvements in our productivity and.”',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img9.png',
|
||
name: 'Patricia Sanders',
|
||
role: 'Rainbow Bay Crafts',
|
||
message: '"Thanks to the IT solutions provided by ETEch, we have seen a remarkable improvement in our operational best efficiency. Our processes are now a streamlined, and our teams can best.”',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img2.png',
|
||
name: 'Rodger Struck',
|
||
role: 'Rhodes Furniture',
|
||
message: '"The cybersecurity measures Solution implemented by MetatronCube have given us peace of mind. We feel confident that our data is secure, & we\'ve experience zero breaches since partnering MetatronCube.”',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img3.png',
|
||
name: 'Eddie Lake',
|
||
role: 'Finast Company',
|
||
message: '"Migrating to the cloud was seamless with MetatronCube. Their best team guided us through every step now our employees can work from anywhere, IT boosting our team productivity significantly.”',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img4.png',
|
||
name: 'Ricky Smith',
|
||
role: 'Tam\'s Stationers',
|
||
message: '"Working with MetatronCube has been solution transformative experience for our best organization. Before their involvement, we faced significant challenges with our outdated IT infrastructure.“',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img5.png',
|
||
name: 'Lorri Warf',
|
||
role: 'Seamans Furniture',
|
||
message: '"Partnering with MetatronCube has been one of the best decisions we\'ve made. We are comprehensive cybersecurity on solutions provided us with the best assurance we needed to protect.”',
|
||
},
|
||
{
|
||
image: '/assets/img/all-images/testimonial/testimonial-img9.png',
|
||
name: 'Bradley Lawlor',
|
||
role: 'Mostow Co.',
|
||
message: '"MetatronCube has completely transformed the way we operate as a business. Their custom IT solutions have streamlined our processes, enabling us collaborate effectively across teams, regardless.”',
|
||
},
|
||
];
|
||
|
||
export const pricingPlans: PricingType[] = [
|
||
{
|
||
id: 1,
|
||
plan: 'Basic Plan',
|
||
price: '49',
|
||
period: 'month',
|
||
features: [
|
||
'Basic App Features',
|
||
'Standard UI Design',
|
||
'Single Platform (Android or iOS)',
|
||
'Standard Support',
|
||
'1 Month Maintenance'
|
||
],
|
||
link: '#'
|
||
},
|
||
{
|
||
id: 2,
|
||
plan: 'Standard Plan',
|
||
price: '99',
|
||
period: 'month',
|
||
isPopular: true,
|
||
features: [
|
||
'Advanced App Features',
|
||
'Premium UI/UX Design',
|
||
'Cross-Platform (Android & iOS)',
|
||
'Priority Support',
|
||
'3 Months Maintenance'
|
||
],
|
||
link: '#'
|
||
},
|
||
{
|
||
id: 3,
|
||
plan: 'Premium Plan',
|
||
price: '149',
|
||
period: 'month',
|
||
features: [
|
||
'All Advanced Features',
|
||
'Custom Complex Logic',
|
||
'Multi-Platform Support',
|
||
'24/7 Dedicated Support',
|
||
'6 Months Maintenance'
|
||
],
|
||
link: '#'
|
||
}
|
||
];
|
||
|
||
export const psychologyServices = [
|
||
{
|
||
id: 1,
|
||
title: "Cognitive Psychology",
|
||
slug: "cognitive-psychology",
|
||
icon: "fa-solid fa-brain",
|
||
image: "https://bracketweb.com/pelocishtml/assets/images/resources/service-d-2.jpg",
|
||
description: "Business tailored design, management & support services Business for free.",
|
||
content: `
|
||
<h3 class="service-details__content-title">Essential Tips For Managing Over Whelming Situations</h3>
|
||
<p class="service-details__text">Lorem ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
<div class="service-details__benefit">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__img">
|
||
<img src="https://bracketweb.com/pelocishtml/assets/images/resources/service-details-2.png" alt="benefit">
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__content">
|
||
<h3 class="service-details__benefit__title">Our Benefits</h3>
|
||
<p class="service-details__benefit__text">There are many variations of passages of this business magical therapy.</p>
|
||
<ul class="list-unstyled service-details__benefit__list">
|
||
<li><i class="fa-solid fa-circle-check"></i> There are many variations of passages of this business magical therapy.</li>
|
||
<li><i class="fa-solid fa-circle-check"></i> We available but simply free text available in the market sit majority.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p class="service-details__text">We ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him.</p>
|
||
<p class="service-details__text">Therapy Benefits dolor business agency elit, sed do eiusmod tempor majority have this best we in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
`
|
||
},
|
||
{
|
||
id: 2,
|
||
title: "Academic Psychology",
|
||
slug: "academic-psychology",
|
||
icon: "fa-solid fa-graduation-cap",
|
||
image: "https://bracketweb.com/pelocishtml/assets/images/resources/service-d-2.jpg",
|
||
description: "Business tailored design, management & support services Business for free.",
|
||
content: `
|
||
<h3 class="service-details__content-title">Essential Tips For Managing Over Whelming Situations</h3>
|
||
<p class="service-details__text">Lorem ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
<div class="service-details__benefit">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__img">
|
||
<img src="https://bracketweb.com/pelocishtml/assets/images/resources/service-details-2.png" alt="benefit">
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__content">
|
||
<h3 class="service-details__benefit__title">Our Benefits</h3>
|
||
<p class="service-details__benefit__text">There are many variations of passages of this business magical therapy.</p>
|
||
<ul class="list-unstyled service-details__benefit__list">
|
||
<li><i class="fa-solid fa-circle-check"></i> There are many variations of passages of this business magical therapy.</li>
|
||
<li><i class="fa-solid fa-circle-check"></i> We available but simply free text available in the market sit majority.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p class="service-details__text">We ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him.</p>
|
||
<p class="service-details__text">Therapy Benefits dolor business agency elit, sed do eiusmod tempor majority have this best we in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
`
|
||
},
|
||
{
|
||
id: 3,
|
||
title: "Career Counseling",
|
||
slug: "career-counseling",
|
||
icon: "fa-solid fa-user-tie",
|
||
image: "https://bracketweb.com/pelocishtml/assets/images/resources/service-d-2.jpg",
|
||
description: "Business tailored design, management & support services Business for free.",
|
||
content: `
|
||
<h3 class="service-details__content-title">Essential Tips For Managing Over Whelming Situations</h3>
|
||
<p class="service-details__text">Lorem ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
<div class="service-details__benefit">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__img">
|
||
<img src="https://bracketweb.com/pelocishtml/assets/images/resources/service-details-2.png" alt="benefit">
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__content">
|
||
<h3 class="service-details__benefit__title">Our Benefits</h3>
|
||
<p class="service-details__benefit__text">There are many variations of passages of this business magical therapy.</p>
|
||
<ul class="list-unstyled service-details__benefit__list">
|
||
<li><i class="fa-solid fa-circle-check"></i> There are many variations of passages of this business magical therapy.</li>
|
||
<li><i class="fa-solid fa-circle-check"></i> We available but simply free text available in the market sit majority.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p class="service-details__text">We ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him.</p>
|
||
<p class="service-details__text">Therapy Benefits dolor business agency elit, sed do eiusmod tempor majority have this best we in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
`
|
||
},
|
||
{
|
||
id: 4,
|
||
title: "Clinical Psychology",
|
||
slug: "clinical-psychology",
|
||
icon: "fa-solid fa-stethoscope",
|
||
image: "https://bracketweb.com/pelocishtml/assets/images/resources/service-d-2.jpg",
|
||
description: "Business tailored design, management & support services Business for free.",
|
||
content: `
|
||
<h3 class="service-details__content-title">Essential Tips For Managing Over Whelming Situations</h3>
|
||
<p class="service-details__text">Lorem ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
<div class="service-details__benefit">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__img">
|
||
<img src="https://bracketweb.com/pelocishtml/assets/images/resources/service-details-2.png" alt="benefit">
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__content">
|
||
<h3 class="service-details__benefit__title">Our Benefits</h3>
|
||
<p class="service-details__benefit__text">There are many variations of passages of this business magical therapy.</p>
|
||
<ul class="list-unstyled service-details__benefit__list">
|
||
<li><i class="fa-solid fa-circle-check"></i> There are many variations of passages of this business magical therapy.</li>
|
||
<li><i class="fa-solid fa-circle-check"></i> We available but simply free text available in the market sit majority.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p class="service-details__text">We ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him.</p>
|
||
<p class="service-details__text">Therapy Benefits dolor business agency elit, sed do eiusmod tempor majority have this best we in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
`
|
||
},
|
||
{
|
||
id: 5,
|
||
title: "Psychiatric Treatment",
|
||
slug: "psychiatric-treatment",
|
||
icon: "fa-solid fa-hospital-user",
|
||
image: "https://bracketweb.com/pelocishtml/assets/images/resources/service-d-2.jpg",
|
||
description: "Business tailored design, management & support services Business for free.",
|
||
content: `
|
||
<h3 class="service-details__content-title">Essential Tips For Managing Over Whelming Situations</h3>
|
||
<p class="service-details__text">Lorem ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
<div class="service-details__benefit">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__img">
|
||
<img src="https://bracketweb.com/pelocishtml/assets/images/resources/service-details-2.png" alt="benefit">
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__content">
|
||
<h3 class="service-details__benefit__title">Our Benefits</h3>
|
||
<p class="service-details__benefit__text">There are many variations of passages of this business magical therapy.</p>
|
||
<ul class="list-unstyled service-details__benefit__list">
|
||
<li><i class="fa-solid fa-circle-check"></i> There are many variations of passages of this business magical therapy.</li>
|
||
<li><i class="fa-solid fa-circle-check"></i> We available but simply free text available in the market sit majority.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p class="service-details__text">We ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him.</p>
|
||
<p class="service-details__text">Therapy Benefits dolor business agency elit, sed do eiusmod tempor majority have this best we in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
`
|
||
},
|
||
{
|
||
id: 6,
|
||
title: "Family Therapy",
|
||
slug: "family-therapy",
|
||
icon: "fa-solid fa-hospital-user",
|
||
image: "https://bracketweb.com/pelocishtml/assets/images/resources/service-d-2.jpg",
|
||
description: "Business tailored design, management & support services Business for free.",
|
||
content: `
|
||
<h3 class="service-details__content-title">Essential Tips For Managing Over Whelming Situations</h3>
|
||
<p class="service-details__text">Lorem ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
<div class="service-details__benefit">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__img">
|
||
<img src="https://bracketweb.com/pelocishtml/assets/images/resources/service-details-2.png" alt="benefit">
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="service-details__benefit__content">
|
||
<h3 class="service-details__benefit__title">Our Benefits</h3>
|
||
<p class="service-details__benefit__text">There are many variations of passages of this business magical therapy.</p>
|
||
<ul class="list-unstyled service-details__benefit__list">
|
||
<li><i class="fa-solid fa-circle-check"></i> There are many variations of passages of this business magical therapy.</li>
|
||
<li><i class="fa-solid fa-circle-check"></i> We available but simply free text available in the market sit majority.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p class="service-details__text">We ipsum dolor business agency elit, sed do eiusmod tempor majority have this best we are in some we form, by injected humour solution toil & pain can procure him.</p>
|
||
<p class="service-details__text">Therapy Benefits dolor business agency elit, sed do eiusmod tempor majority have this best we in some we form, by injected humour solution toil & pain can procure him some great pleasure solution being able to do solution.</p>
|
||
`
|
||
}
|
||
];
|