diff --git a/src/app/page.tsx b/src/app/page.tsx index 1853c5a..896843f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { return ( @@ -55,40 +43,18 @@ export default function LandingPage() {
@@ -100,18 +66,9 @@ export default function LandingPage() { title="Precision Engineering" description="We blend artistic 3D visualization with robust backend systems to deliver unparalleled tech agility for our partners across the globe." metrics={[ - { - value: "99.9%", - title: "Uptime", - }, - { - value: "15+", - title: "Patents", - }, - { - value: "200+", - title: "Projects", - }, + { value: "99.9%", title: "Uptime" }, + { value: "15+", title: "Patents" }, + { value: "200+", title: "Projects" } ]} imageSrc="http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105483.jpg" imageAlt="microchip 3d macro" @@ -127,50 +84,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Cloud Orchestration", - description: "Manage multi-cloud environments seamlessly with our bespoke orchestration suite.", - icon: Cloud, + title: "Cloud Orchestration", description: "Manage multi-cloud environments seamlessly with our bespoke orchestration suite.", icon: Cloud, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-cubical-structures-blue-sky_181624-6449.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-dots-digital-landscape-modern-connections_1048-10497.jpg?_wi=2", - imageAlt: "glassmorphism tech ui", + { imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-cubical-structures-blue-sky_181624-6449.jpg" } + ] }, { - title: "3D Data Analytics", - description: "Visualize complex datasets in real-time with our proprietary 3D analytical engine.", - icon: BarChart, + title: "3D Data Analytics", description: "Visualize complex datasets in real-time with our proprietary 3D analytical engine.", icon: BarChart, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/flying-snake_488145-667.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24189.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-gen-z-girl-recording-introductory-video-with-phone-selfie-stick_482257-118660.jpg?_wi=2", - imageAlt: "glassmorphism tech ui", + { imageSrc: "http://img.b2bpic.net/free-photo/flying-snake_488145-667.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24189.jpg" } + ] }, { - title: "Cyber Security", - description: "Advanced threat detection protocols built into every layer of your application.", - icon: ShieldCheck, + title: "Cyber Security", description: "Advanced threat detection protocols built into every layer of your application.", icon: ShieldCheck, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105490.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/robot-hand-show-ok-gesture-3d-render-chatbot_107791-16599.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599363.jpg?_wi=2", - imageAlt: "glassmorphism tech ui", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105490.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/robot-hand-show-ok-gesture-3d-render-chatbot_107791-16599.jpg" } + ] + } ]} title="Core IT Infrastructure" description="Everything you need to scale your digital presence." @@ -179,30 +112,19 @@ export default function LandingPage() {
@@ -298,21 +168,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How does 3D virtualization work?", - content: "We utilize advanced GPU rendering to model infrastructures in virtual 3D space.", - }, - { - id: "f2", - title: "Is my data secure?", - content: "Yes, we implement military-grade encryption for all client data storage.", - }, - { - id: "f3", - title: "Do you offer migration support?", - content: "Our migration team handles end-to-end transfers without service disruption.", - }, + { id: "f1", title: "How does 3D virtualization work?", content: "We utilize advanced GPU rendering to model infrastructures in virtual 3D space." }, + { id: "f2", title: "Is my data secure?", content: "Yes, we implement military-grade encryption for all client data storage." }, + { id: "f3", title: "Do you offer migration support?", content: "Our migration team handles end-to-end transfers without service disruption." } ]} title="Common Inquiries" description="Clear answers to your technical questions." @@ -323,9 +181,7 @@ export default function LandingPage() {