Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Zap, Target, Cpu, BarChart3, Users, MessageSquare } from 'lucide-react';
|
||||
import { Zap, Target, Cpu } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,12 +29,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Capabilities", id: "#features"},
|
||||
{
|
||||
name: "Performance", id: "#metrics"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "Capabilities", id: "#features" },
|
||||
{ name: "Performance", id: "#metrics" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="ORAKKO"
|
||||
/>
|
||||
@@ -42,11 +39,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="THE ULTIMATE FULLSTACK\nAI OS"
|
||||
logoText="THE ULTIMATE FULLSTACK AI OS"
|
||||
description="Experience collaborative intelligence at scale. Multicursor workflows, selfcorrecting loops, and persistent memory vaults—all in one unified platform."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Capabilities →", href: "#features"},
|
||||
{ text: "Explore Capabilities →", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gradient-sepia-oil-drops-water-surface-abstract-background_23-2148290111.jpg?_wi=1"
|
||||
/>
|
||||
@@ -54,59 +50,52 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Core Foundations"
|
||||
description="Powerful architecture for the next generation of AI enterprise workflows."
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "MultiCursor Workflows", description: "Collaborative, real-time editing and execution environments.", tag: "Real-time", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-futuristic-romantic-couple_23-2151111326.jpg?_wi=1"},
|
||||
{
|
||||
id: "f2", title: "Memory Vaults", description: "Persistent, context-aware storage for complex AI systems.", tag: "Storage", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-u-s-bank-tower-los-angeles_181624-284.jpg?_wi=1"},
|
||||
{
|
||||
id: "f3", title: "Self-Correcting Loops", description: "Autonomous refinement processes for reliable output.", tag: "Autonomous", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg?_wi=1"},
|
||||
{ id: "f1", title: "MultiCursor Workflows", description: "Collaborative, real-time editing and execution environments.", tag: "Real-time", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-futuristic-romantic-couple_23-2151111326.jpg?_wi=1" },
|
||||
{ id: "f2", title: "Memory Vaults", description: "Persistent, context-aware storage for complex AI systems.", tag: "Storage", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-u-s-bank-tower-los-angeles_181624-284.jpg?_wi=1" },
|
||||
{ id: "f3", title: "Self-Correcting Loops", description: "Autonomous refinement processes for reliable output.", tag: "Autonomous", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Impact at Scale"
|
||||
description="Real performance data for your enterprise infrastructure."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "400%", title: "Velocity", description: "Workflow Velocity Improvement", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "99.9%", title: "Precision", description: "Inference Precision Metrics", icon: Target,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "2ms", title: "Latency", description: "Average System Latency", icon: Cpu,
|
||||
},
|
||||
{ id: "m1", value: "400%", title: "Velocity", description: "Workflow Velocity Improvement", icon: Zap },
|
||||
{ id: "m2", value: "99.9%", title: "Precision", description: "Inference Precision Metrics", icon: Target },
|
||||
{ id: "m3", value: "2ms", title: "Latency", description: "Average System Latency", icon: Cpu },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Industry Leaders"
|
||||
description="Trusted by forward-thinking teams globally."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Chen", role: "CTO, InnovateAI", testimonial: "ORAKKO changed our entire deployment philosophy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg"},
|
||||
{
|
||||
id: "t2", name: "Mark V.", role: "Lead Engineer, TechFlow", testimonial: "The MultiCursor support is genuinely revolutionary.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg"},
|
||||
{ id: "t1", name: "Sarah Chen", role: "CTO, InnovateAI", testimonial: "ORAKKO changed our entire deployment philosophy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg" },
|
||||
{ id: "t2", name: "Mark V.", role: "Lead Engineer, TechFlow", testimonial: "The MultiCursor support is genuinely revolutionary.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
tag="Get in touch"
|
||||
title="Deploy ORAKKO Today"
|
||||
description="Ready to transform your enterprise infrastructure?"
|
||||
@@ -125,4 +114,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user