diff --git a/src/app/page.tsx b/src/app/page.tsx
index df25c47..6ff095a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -56,93 +48,57 @@ export default function LandingPage() {
@@ -155,17 +111,11 @@ export default function LandingPage() {
description="We build scalable intelligent systems designed to bridge the gap between complex data and actionable strategy, empowering teams to move faster than ever."
bulletPoints={[
{
- title: "Scalability",
- description: "Seamless infrastructure to handle enterprise workloads.",
- },
+ title: "Scalability", description: "Seamless infrastructure to handle enterprise workloads."},
{
- title: "Precision",
- description: "High-accuracy models tailored to your niche.",
- },
+ title: "Precision", description: "High-accuracy models tailored to your niche."},
{
- title: "Transparency",
- description: "Explainable insights you can rely on.",
- },
+ title: "Transparency", description: "Explainable insights you can rely on."},
]}
imageSrc="http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg"
mediaAnimation="slide-up"
@@ -179,20 +129,11 @@ export default function LandingPage() {
description="Experience superior processing power through our proprietary algorithmic framework, designed for seamless automation."
accordionItems={[
{
- id: "f1",
- title: "Automated Insights",
- content: "Instant extraction of critical data points from raw datasets.",
- },
+ id: "f1", title: "Automated Insights", content: "Instant extraction of critical data points from raw datasets."},
{
- id: "f2",
- title: "Predictive Analytics",
- content: "Anticipate market shifts with real-time model analysis.",
- },
+ id: "f2", title: "Predictive Analytics", content: "Anticipate market shifts with real-time model analysis."},
{
- id: "f3",
- title: "Workflow Integration",
- content: "Sync seamlessly with your existing engineering stack.",
- },
+ id: "f3", title: "Workflow Integration", content: "Sync seamlessly with your existing engineering stack."},
]}
imageSrc="http://img.b2bpic.net/free-photo/robot-hand-showing-background-3d-ai-technology-side-view_53876-129792.jpg"
mediaAnimation="blur-reveal"
@@ -206,20 +147,11 @@ export default function LandingPage() {
tag="Performance Data"
metrics={[
{
- id: "m1",
- value: "99.9%",
- description: "Uptime Reliability",
- },
+ id: "m1", value: "99.9%", description: "Uptime Reliability"},
{
- id: "m2",
- value: "45%",
- description: "Average Process Speedup",
- },
+ id: "m2", value: "45%", description: "Average Process Speedup"},
{
- id: "m3",
- value: "120+",
- description: "Enterprise Deployments",
- },
+ id: "m3", value: "120+", description: "Enterprise Deployments"},
]}
metricsAnimation="slide-up"
/>
@@ -233,25 +165,15 @@ export default function LandingPage() {
author="Elena Vance, CEO at FutureTech"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg",
- alt: "User 1",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg", alt: "User 1"},
{
- src: "http://img.b2bpic.net/free-photo/man-black-suit-posing-studio_23-2148401473.jpg",
- alt: "User 2",
- },
+ src: "http://img.b2bpic.net/free-photo/man-black-suit-posing-studio_23-2148401473.jpg", alt: "User 2"},
{
- src: "http://img.b2bpic.net/free-photo/handsome-businessman-glasses-looking-satisfied-smiling-holding-hands-waist-standing-w_1258-113634.jpg",
- alt: "User 3",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-businessman-glasses-looking-satisfied-smiling-holding-hands-waist-standing-w_1258-113634.jpg", alt: "User 3"},
{
- src: "http://img.b2bpic.net/free-photo/studio-portrait-successful-senior-businessman_1262-2162.jpg",
- alt: "User 4",
- },
+ src: "http://img.b2bpic.net/free-photo/studio-portrait-successful-senior-businessman_1262-2162.jpg", alt: "User 4"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
- alt: "User 5",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "User 5"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -263,14 +185,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Alpha Lab",
- "Nexus Corp",
- "Quantum Soft",
- "DataFlow Inc",
- "Nova Systems",
- "Apex Tech",
- "Vertex Global",
- ]}
+ "Alpha Lab", "Nexus Corp", "Quantum Soft", "DataFlow Inc", "Nova Systems", "Apex Tech", "Vertex Global"]}
title="Trusted by Leaders"
description="Collaborating with industry pioneers to shape the future of machine learning."
/>
@@ -282,20 +197,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How is my data secured?",
- content: "We employ enterprise-grade end-to-end encryption for all data handling.",
- },
+ id: "q1", title: "How is my data secured?", content: "We employ enterprise-grade end-to-end encryption for all data handling."},
{
- id: "q2",
- title: "Can I integrate custom models?",
- content: "Yes, our API fully supports deployment of custom ML models.",
- },
+ id: "q2", title: "Can I integrate custom models?", content: "Yes, our API fully supports deployment of custom ML models."},
{
- id: "q3",
- title: "Is there a free trial?",
- content: "We offer a 14-day full access trial for enterprise evaluations.",
- },
+ id: "q3", title: "Is there a free trial?", content: "We offer a 14-day full access trial for enterprise evaluations."},
]}
title="Questions Answered"
description="Get the details on how our AI can accelerate your business objectives."
@@ -307,8 +213,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file