Merge version_2 into main #2
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
description="We are dedicated to bridging the technological gap by providing bespoke AI solutions for local and global enterprises."
|
||||
subdescription="Our team of engineers specializes in large language models, computer vision, and autonomous systems."
|
||||
icon={Sparkles}
|
||||
videoSrc="https://www.w3schools.com/howto/rain.mp4"
|
||||
imageSrc="https://www.w3schools.com/howto/rain.mp4"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,9 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Data Analytics", description: "Predictive insights powered by advanced neural networks.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ title: "Machine Learning", description: "Custom models tailored for your specific business logic.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ title: "Computer Vision", description: "Automated visual processing with sub-millisecond latency.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ title: "Data Analytics", description: "Predictive insights powered by advanced neural networks.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ title: "Machine Learning", description: "Custom models tailored for your specific business logic.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ title: "Computer Vision", description: "Automated visual processing with sub-millisecond latency.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
]}
|
||||
title="Core AI Capabilities"
|
||||
description="Powerful infrastructure for your digital transformation."
|
||||
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="scale-rotate"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15+", title: "AI Models Trained", description: "Successfully deployed models.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "m2", value: "20%", title: "Efficiency Gain", description: "Average client processing boost.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "m3", value: "100%", title: "Uptime", description: "Reliable enterprise infrastructure.", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "m1", value: "15+", title: "AI Models Trained", description: "Successfully deployed models.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "m2", value: "20%", title: "Efficiency Gain", description: "Average client processing boost.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "m3", value: "100%", title: "Uptime", description: "Reliable enterprise infrastructure.", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our growth and impact metrics."
|
||||
@@ -119,8 +119,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Game Changer", quote: "They transformed our data pipeline.", name: "Ali Hassan", role: "CTO", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "t2", title: "Fast Deployment", quote: "Incredible delivery speed.", name: "Sara Malik", role: "Founder", videoSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "t1", title: "Game Changer", quote: "They transformed our data pipeline.", name: "Ali Hassan", role: "CTO", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
{ id: "t2", title: "Fast Deployment", quote: "Incredible delivery speed.", name: "Sara Malik", role: "Founder", imageSrc: "https://www.w3schools.com/howto/rain.mp4" },
|
||||
]}
|
||||
title="Client Success"
|
||||
description="Hear from our partners."
|
||||
@@ -135,6 +135,7 @@ export default function LandingPage() {
|
||||
{ id: "2", title: "How do we start?", content: "Contact us for a discovery meeting." },
|
||||
]}
|
||||
title="Questions?"
|
||||
description="Answers to common questions."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user