414 lines
15 KiB
TypeScript
414 lines
15 KiB
TypeScript
import type { BlogType, CaseStudyType, PricingType, ServiceType, TeamMemberType, TestimonialType } from "@/types";
|
||
|
||
export const services: ServiceType[] = [
|
||
{
|
||
id: 1,
|
||
icon: '/assets/img/home/section3/android.webp',
|
||
title: 'Android App Development',
|
||
description: 'Custom Android apps built for performance and scalability.',
|
||
},
|
||
{
|
||
id: 2,
|
||
icon: '/assets/img/home/section3/ios.webp',
|
||
title: 'iOS App Development',
|
||
description: 'High-quality iPhone and iPad applications optimized for Apple ecosystem.',
|
||
},
|
||
{
|
||
id: 3,
|
||
icon: '/assets/img/home/section3/cross.webp',
|
||
title: 'Cross-Platform App Development',
|
||
description: 'One codebase, multiple platforms — cost-effective and scalable.',
|
||
},
|
||
{
|
||
id: 4,
|
||
icon: '/assets/img/home/section3/mvp.webp',
|
||
title: 'MVP Development',
|
||
description: 'Launch faster with a Minimum Viable Product to validate your idea.',
|
||
},
|
||
{
|
||
id: 5,
|
||
icon: '/assets/img/home/section3/ui.webp',
|
||
title: 'UI/UX App Design',
|
||
description: 'Visually stunning and conversion-focused mobile app interfaces.',
|
||
},
|
||
{
|
||
id: 6,
|
||
icon: '/assets/img/home/section3/app.webp',
|
||
title: 'App Maintenance & Support',
|
||
description: 'Ongoing updates, bug fixes, security monitoring, and feature upgrades.',
|
||
}
|
||
];
|
||
|
||
|
||
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: '26 August 2024',
|
||
title: 'Revolutionize Your Business Operations with Advanced IT Solution Technology',
|
||
description: 'Fuel your business success with our custom IT services. We design solutions that are tailored to your an specific needs.',
|
||
authorName: 'Alex Roy',
|
||
aosClass: "fade-left",
|
||
},
|
||
{
|
||
id: 2,
|
||
image: '/assets/img/all-images/blog/blog-img2.png',
|
||
date: '26 August 2024',
|
||
title: 'Transform Your Business Operations with Tailored IT Solutions Designed',
|
||
description: 'Fuel your business success with our custom IT services. We design solutions that are tailored to your an specific needs.',
|
||
authorName: 'Kenneth Allen',
|
||
aosClass: 'fade-right',
|
||
},
|
||
{
|
||
id: 3,
|
||
image: '/assets/img/all-images/blog/blog-img17.png',
|
||
date: '26 August 2024',
|
||
title: 'Transform Your Business Operations with Tailored IT Solutions Designed',
|
||
description: 'Digital transformation is not just a trend; it’s a necessity for businesses looking to thrive in a competitive landscape.',
|
||
authorName: 'David Elson',
|
||
},
|
||
{
|
||
id: 4,
|
||
image: '/assets/img/all-images/blog/blog-img18.png',
|
||
date: '26 August 2024',
|
||
title: 'Unlock the Full Potential Your Company through Innovative Technology Expert',
|
||
description: 'Every business is unique, an so are its IT needs. Our solution comprehensive IT services are tailored to fit your specific',
|
||
authorName: 'Rodger Struck',
|
||
},
|
||
{
|
||
id: 5,
|
||
image: '/assets/img/all-images/blog/blog-img19.png',
|
||
date: '26 August 2024',
|
||
title: 'Navigate Complex World Technology with Our Comprehensive IT Solutions',
|
||
description: 'Fuel your business success with our custom IT services. We design solutions that are tailored to your an specific needs.',
|
||
authorName: 'John Dukes',
|
||
},
|
||
{
|
||
id: 6,
|
||
image: '/assets/img/all-images/blog/blog-img20.png',
|
||
date: '26 August 2024',
|
||
title: 'Empower Your Team to Thrive in a Digital Era with Cutting-Edge IT',
|
||
description: 'In an age where cyber threats are ever-present, your best business is more critical than ever. Our on cybersecurity.',
|
||
authorName: 'Ricky Smith',
|
||
},
|
||
];
|
||
|
||
export const blogs2: BlogType[] = [
|
||
{
|
||
id: 1,
|
||
title: 'Scalable IT solutions tailored to meet a unique business needs',
|
||
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',
|
||
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',
|
||
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',
|
||
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',
|
||
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',
|
||
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',
|
||
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',
|
||
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',
|
||
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: '#'
|
||
}
|
||
]; |