@@ -204,24 +115,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "t1",
- name: "Alex Rivera",
- role: "CEO & Founder",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
- },
- {
- id: "t2",
- name: "Jamie Sohn",
- role: "Lead Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/marketing-company-employee-sitting-desk-developing-management-plan-while-using-work-computer-office-worker-with-financial-knowledge-seeking-business-recovery-solution-while-using-desktop-pc_482257-40314.jpg",
- },
- {
- id: "t3",
- name: "Morgan Ellis",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/portrit-trendy-handsome-man-sunglasses-photo-studio_613910-13088.jpg",
- },
+ { id: "t1", name: "Alex Rivera", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg" },
+ { id: "t2", name: "Jamie Sohn", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/marketing-company-employee-sitting-desk-developing-management-plan-while-using-work-computer-office-worker-with-financial-knowledge-seeking-business-recovery-solution-while-using-desktop-pc_482257-40314.jpg" },
+ { id: "t3", name: "Morgan Ellis", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrit-trendy-handsome-man-sunglasses-photo-studio_613910-13088.jpg" },
]}
title="Engineering Leadership"
description="The creative minds driving our digital innovations."
@@ -234,60 +130,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Jenkins",
- role: "CEO",
- company: "TechStream",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-goggles_1098-14668.jpg",
- },
- {
- id: "2",
- name: "Mark Chen",
- role: "CTO",
- company: "InnovateLabs",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
- },
- {
- id: "3",
- name: "Anna Roberts",
- role: "Marketing Director",
- company: "GrowthCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-crossing-arms-chest_1262-3509.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- role: "Manager",
- company: "StartupX",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg",
- },
- {
- id: "5",
- name: "Emma Wilson",
- role: "Director",
- company: "CreativeOps",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-it-specialist-working-project-sitting-office-with-international-colleagues_197531-4957.jpg",
- },
+ { id: "1", name: "Sarah Jenkins", role: "CEO", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-goggles_1098-14668.jpg" },
+ { id: "2", name: "Mark Chen", role: "CTO", company: "InnovateLabs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
+ { id: "3", name: "Anna Roberts", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-crossing-arms-chest_1262-3509.jpg" },
+ { id: "4", name: "David Kim", role: "Manager", company: "StartupX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg" },
+ { id: "5", name: "Emma Wilson", role: "Director", company: "CreativeOps", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-it-specialist-working-project-sitting-office-with-international-colleagues_197531-4957.jpg" },
]}
kpiItems={[
- {
- value: "150+",
- label: "Projects Completed",
- },
- {
- value: "99.9%",
- label: "Uptime Guaranteed",
- },
- {
- value: "40+",
- label: "Expert Engineers",
- },
+ { value: "150+", label: "Projects Completed" },
+ { value: "99.9%", label: "Uptime Guaranteed" },
+ { value: "40+", label: "Expert Engineers" },
]}
title="Client Success Stories"
description="Hear directly from those who rely on us for their IT roadmap."
@@ -299,21 +151,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "What IT support models do you offer?",
- content: "We offer hybrid, dedicated, and consulting-based models to suit your size.",
- },
- {
- id: "f2",
- title: "How quickly can we start a project?",
- content: "Our typical onboarding timeline is just 48 hours.",
- },
- {
- id: "f3",
- title: "Do you provide maintenance after launch?",
- content: "Absolutely, we have tiered support and maintenance plans available.",
- },
+ { id: "f1", title: "What IT support models do you offer?", content: "We offer hybrid, dedicated, and consulting-based models to suit your size." },
+ { id: "f2", title: "How quickly can we start a project?", content: "Our typical onboarding timeline is just 48 hours." },
+ { id: "f3", title: "Do you provide maintenance after launch?", content: "Absolutely, we have tiered support and maintenance plans available." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about our service models."
@@ -324,16 +164,9 @@ export default function LandingPage() {
@@ -341,32 +174,8 @@ export default function LandingPage() {
@@ -374,4 +183,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file