Merge version_1 into main #2
396
src/app/page.tsx
396
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Box, CheckCircle, LayoutDashboard, Lightbulb, RefreshCw, ShieldCheck, ShoppingCart } from "lucide-react";
|
||||
import { Box, CheckCircle, LayoutDashboard, Lightbulb, RefreshCw, ShieldCheck, ShoppingCart, Brain, MessageSquareText } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,31 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="OAKS"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,119 +54,64 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Navigate through data, bring intelligence to life"
|
||||
description="We guide your decisions through advanced data analytics and the application of cutting-edge Artificial Intelligence models, turning complexity into clarity and challenges into opportunities."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex P.",
|
||||
handle: "@TechInnovator",
|
||||
testimonial: "OAKS transformed our data into actionable insights, truly a game-changer for our strategy.",
|
||||
rating: 5,
|
||||
imageSrc: "asset://testimonial-1",
|
||||
imageAlt: "Alex P.",
|
||||
},
|
||||
name: "Alex P.", handle: "@TechInnovator", testimonial: "OAKS transformed our data into actionable insights, truly a game-changer for our strategy.", rating: 5,
|
||||
imageSrc: "asset://testimonial-1", imageAlt: "Alex P."},
|
||||
{
|
||||
name: "Maria L.",
|
||||
handle: "@DataVisionary",
|
||||
testimonial: "Their AI models are incredibly powerful, providing clarity where there was only complexity before.",
|
||||
rating: 5,
|
||||
imageSrc: "asset://testimonial-2",
|
||||
imageAlt: "Maria L.",
|
||||
},
|
||||
name: "Maria L.", handle: "@DataVisionary", testimonial: "Their AI models are incredibly powerful, providing clarity where there was only complexity before.", rating: 5,
|
||||
imageSrc: "asset://testimonial-2", imageAlt: "Maria L."},
|
||||
{
|
||||
name: "John S.",
|
||||
handle: "@CloudArchitect",
|
||||
testimonial: "Seamless integration and robust performance, OAKS delivered beyond our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "asset://testimonial-3",
|
||||
imageAlt: "John S.",
|
||||
},
|
||||
name: "John S.", handle: "@CloudArchitect", testimonial: "Seamless integration and robust performance, OAKS delivered beyond our expectations.", rating: 5,
|
||||
imageSrc: "asset://testimonial-3", imageAlt: "John S."},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@BizStrategist",
|
||||
testimonial: "The insights gained from OAKS' analytics have directly led to significant business growth.",
|
||||
rating: 5,
|
||||
imageSrc: "asset://testimonial-4",
|
||||
imageAlt: "Sarah K.",
|
||||
},
|
||||
name: "Sarah K.", handle: "@BizStrategist", testimonial: "The insights gained from OAKS' analytics have directly led to significant business growth.", rating: 5,
|
||||
imageSrc: "asset://testimonial-4", imageAlt: "Sarah K."},
|
||||
{
|
||||
name: "David R.",
|
||||
handle: "@AIEnthusiast",
|
||||
testimonial: "Outstanding expertise in AI, helping us deploy cutting-edge solutions rapidly and effectively.",
|
||||
rating: 5,
|
||||
imageSrc: "asset://testimonial-5",
|
||||
imageAlt: "David R.",
|
||||
},
|
||||
name: "David R.", handle: "@AIEnthusiast", testimonial: "Outstanding expertise in AI, helping us deploy cutting-edge solutions rapidly and effectively.", rating: 5,
|
||||
imageSrc: "asset://testimonial-5", imageAlt: "David R."},
|
||||
{
|
||||
name: "Emily C.",
|
||||
handle: "@ProductLead",
|
||||
testimonial: "Their solutions are not just innovative, they are also incredibly reliable and user-friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "asset://testimonial-6",
|
||||
imageAlt: "Emily C.",
|
||||
},
|
||||
name: "Emily C.", handle: "@ProductLead", testimonial: "Their solutions are not just innovative, they are also incredibly reliable and user-friendly.", rating: 5,
|
||||
imageSrc: "asset://testimonial-6", imageAlt: "Emily C."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Innovate with OAKS"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "asset://avatar-1",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "asset://avatar-1", alt: "Customer 1"},
|
||||
{
|
||||
src: "asset://avatar-2",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "asset://avatar-2", alt: "Customer 2"},
|
||||
{
|
||||
src: "asset://avatar-3",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "asset://avatar-3", alt: "Customer 3"},
|
||||
{
|
||||
src: "asset://avatar-4",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "asset://avatar-4", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg",
|
||||
alt: "Young woman analysing charts",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", alt: "Young woman analysing charts"},
|
||||
]}
|
||||
avatarText="Trusted by leading innovators"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-green-background-from-brilliant-mosaic-pattern-generative-ai_169016-30204.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-green-background-from-brilliant-mosaic-pattern-generative-ai_169016-30204.jpg"
|
||||
imageAlt="Abstract data analytics background"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Analytics",
|
||||
},
|
||||
type: "text", text: "Data Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI Solutions",
|
||||
},
|
||||
type: "text", text: "AI Solutions"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Web Development",
|
||||
},
|
||||
type: "text", text: "Web Development"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Digital Transformation",
|
||||
},
|
||||
type: "text", text: "Digital Transformation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Intelligence",
|
||||
},
|
||||
type: "text", text: "Business Intelligence"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,19 +124,13 @@ export default function LandingPage() {
|
||||
description="At OAKS, we empower businesses by transforming complex data into clear, actionable intelligence. Our expertise spans advanced data analytics and the development of cutting-edge Artificial Intelligence models. We also craft exceptional digital experiences through expert web development, ensuring your online presence is both powerful and intuitive."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Advanced Data Analytics",
|
||||
description: "Transform raw data into strategic insights with our sophisticated analytical tools and methodologies.",
|
||||
},
|
||||
title: "Advanced Data Analytics", description: "Transform raw data into strategic insights with our sophisticated analytical tools and methodologies."},
|
||||
{
|
||||
title: "Cutting-Edge AI Models",
|
||||
description: "Leverage machine learning and natural language processing to optimize operations and enhance decision-making.",
|
||||
},
|
||||
title: "Cutting-Edge AI Models", description: "Leverage machine learning and natural language processing to optimize operations and enhance decision-making."},
|
||||
{
|
||||
title: "Expert Web Development",
|
||||
description: "Elevate your brand with bespoke web solutions, from robust platforms to engaging interactive experiences.",
|
||||
},
|
||||
title: "Expert Web Development", description: "Elevate your brand with bespoke web solutions, from robust platforms to engaging interactive experiences."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-employee-listening-sales-conference-from-trainer-covid19-multiethnic-team-working-company-with-new-normal-respecting-social-distance-global-pandemic-with-coronavirus_482257-10063.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-employee-listening-sales-conference-from-trainer-covid19-multiethnic-team-working-company-with-new-normal-respecting-social-distance-global-pandemic-with-coronavirus_482257-10063.jpg"
|
||||
imageAlt="People interacting with holographic data"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -216,54 +143,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artificial Intelligence Solutions",
|
||||
description: "Empower Your Business with Artificial Intelligence. From predictive analytics to natural language processing, we harness the power of AI to optimize processes, enhance decision-making, and drive innovation.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139260.jpg",
|
||||
imageAlt: "AI optimizing business processes",
|
||||
},
|
||||
title: "Artificial Intelligence Solutions", description: "Empower Your Business with Artificial Intelligence. From predictive analytics to natural language processing, we harness the power of AI to optimize processes, enhance decision-making, and drive innovation.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139260.jpg", imageAlt: "AI optimizing business processes"},
|
||||
items: [
|
||||
{
|
||||
icon: Brain,
|
||||
text: "Predictive Analytics",
|
||||
},
|
||||
text: "Predictive Analytics"},
|
||||
{
|
||||
icon: MessageSquareText,
|
||||
text: "Natural Language Processing",
|
||||
},
|
||||
text: "Natural Language Processing"},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
text: "Process Optimization",
|
||||
},
|
||||
text: "Process Optimization"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-background-from-brilliant-mosaic-pattern-generative-ai_169016-30204.jpg?_wi=2",
|
||||
imageAlt: "business process optimization diagram",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Web Development Excellence",
|
||||
description: "Crafting Digital Experiences. Elevate your online presence with our expert web development services. Whether you need a dynamic web app, an e-commerce platform, or a robust corporate site, we build scalable, secure, and user-friendly solutions tailored to your unique requirements.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-using-mobile-phone_53876-26374.jpg",
|
||||
imageAlt: "Modern web interface on multiple devices",
|
||||
},
|
||||
title: "Web Development Excellence", description: "Crafting Digital Experiences. Elevate your online presence with our expert web development services. Whether you need a dynamic web app, an e-commerce platform, or a robust corporate site, we build scalable, secure, and user-friendly solutions tailored to your unique requirements.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-using-mobile-phone_53876-26374.jpg", imageAlt: "Modern web interface on multiple devices"},
|
||||
items: [
|
||||
{
|
||||
icon: LayoutDashboard,
|
||||
text: "Dynamic Web Apps",
|
||||
},
|
||||
text: "Dynamic Web Apps"},
|
||||
{
|
||||
icon: ShoppingCart,
|
||||
text: "E-commerce Platforms",
|
||||
},
|
||||
text: "E-commerce Platforms"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Secure & Scalable",
|
||||
},
|
||||
text: "Secure & Scalable"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-employee-listening-sales-conference-from-trainer-covid19-multiethnic-team-working-company-with-new-normal-respecting-social-distance-global-pandemic-with-coronavirus_482257-10063.jpg?_wi=2",
|
||||
imageAlt: "business process optimization diagram",
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Data & AI Services"
|
||||
@@ -279,65 +188,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-custory",
|
||||
brand: "OAKS",
|
||||
name: "Custory",
|
||||
price: "From $199/month",
|
||||
rating: 5,
|
||||
reviewCount: "50+ reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367125.jpg",
|
||||
imageAlt: "Custory dashboard",
|
||||
},
|
||||
id: "prod-custory", brand: "OAKS", name: "Custory", price: "From $199/month", rating: 5,
|
||||
reviewCount: "50+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367125.jpg", imageAlt: "Custory dashboard"},
|
||||
{
|
||||
id: "prod-docd",
|
||||
brand: "OAKS",
|
||||
name: "DocD",
|
||||
price: "From $149/month",
|
||||
rating: 5,
|
||||
reviewCount: "30+ reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-thinking-about-new-ideas-work-project-laptop_23-2148776772.jpg",
|
||||
imageAlt: "DocD document management interface",
|
||||
},
|
||||
id: "prod-docd", brand: "OAKS", name: "DocD", price: "From $149/month", rating: 5,
|
||||
reviewCount: "30+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/women-thinking-about-new-ideas-work-project-laptop_23-2148776772.jpg", imageAlt: "DocD document management interface"},
|
||||
{
|
||||
id: "prod-analytics-suite",
|
||||
brand: "OAKS",
|
||||
name: "Analytics Suite Pro",
|
||||
price: "From $299/month",
|
||||
rating: 5,
|
||||
reviewCount: "80+ reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-robotic-arm-interacting-with-data-visualization_23-2152005481.jpg",
|
||||
imageAlt: "Data analytics dashboard",
|
||||
},
|
||||
id: "prod-analytics-suite", brand: "OAKS", name: "Analytics Suite Pro", price: "From $299/month", rating: 5,
|
||||
reviewCount: "80+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/ai-robotic-arm-interacting-with-data-visualization_23-2152005481.jpg", imageAlt: "Data analytics dashboard"},
|
||||
{
|
||||
id: "prod-automator",
|
||||
brand: "OAKS",
|
||||
name: "AI Automator",
|
||||
price: "From $249/month",
|
||||
rating: 5,
|
||||
reviewCount: "60+ reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169845.jpg",
|
||||
imageAlt: "Automated workflow illustration",
|
||||
},
|
||||
id: "prod-automator", brand: "OAKS", name: "AI Automator", price: "From $249/month", rating: 5,
|
||||
reviewCount: "60+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169845.jpg", imageAlt: "Automated workflow illustration"},
|
||||
{
|
||||
id: "prod-secure-cloud",
|
||||
brand: "OAKS",
|
||||
name: "Secure Cloud",
|
||||
price: "From $179/month",
|
||||
rating: 5,
|
||||
reviewCount: "45+ reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-drone-control-outpost-spreading-misinformation-russian-government_482257-124740.jpg",
|
||||
imageAlt: "Cybersecurity dashboard",
|
||||
},
|
||||
id: "prod-secure-cloud", brand: "OAKS", name: "Secure Cloud", price: "From $179/month", rating: 5,
|
||||
reviewCount: "45+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/military-drone-control-outpost-spreading-misinformation-russian-government_482257-124740.jpg", imageAlt: "Cybersecurity dashboard"},
|
||||
{
|
||||
id: "prod-migrate-assist",
|
||||
brand: "OAKS",
|
||||
name: "Migrate Assist",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "25+ reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/website-hosting-concept-with-cloud_23-2149406777.jpg",
|
||||
imageAlt: "Cloud migration process",
|
||||
},
|
||||
id: "prod-migrate-assist", brand: "OAKS", name: "Migrate Assist", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "25+ reviews", imageSrc: "http://img.b2bpic.net/free-photo/website-hosting-concept-with-cloud_23-2149406777.jpg", imageAlt: "Cloud migration process"},
|
||||
]}
|
||||
title="Explore Our Innovative Solutions"
|
||||
description="Discover how our products can revolutionize your business operations, customer engagement, and data management."
|
||||
@@ -352,25 +219,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "met-accuracy",
|
||||
value: "99.9%",
|
||||
title: "Data Accuracy",
|
||||
description: "Ensuring the highest precision in all analytics.",
|
||||
icon: CheckCircle,
|
||||
id: "met-accuracy", value: "99.9%", title: "Data Accuracy", description: "Ensuring the highest precision in all analytics.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "met-models",
|
||||
value: "50+",
|
||||
title: "AI Models Deployed",
|
||||
description: "Cutting-edge solutions for diverse business needs.",
|
||||
icon: Lightbulb,
|
||||
id: "met-models", value: "50+", title: "AI Models Deployed", description: "Cutting-edge solutions for diverse business needs.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
id: "met-projects",
|
||||
value: "200+",
|
||||
title: "Projects Completed",
|
||||
description: "Delivering successful outcomes across various industries.",
|
||||
icon: Box,
|
||||
id: "met-projects", value: "200+", title: "Projects Completed", description: "Delivering successful outcomes across various industries.", icon: Box,
|
||||
},
|
||||
]}
|
||||
title="Driving Decisions with Data Insights"
|
||||
@@ -383,15 +238,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"GlobalTech Solutions",
|
||||
"InnovateCorp",
|
||||
"FutureMetrics Inc.",
|
||||
"DataStream Labs",
|
||||
"Nexus Systems",
|
||||
"Vanguard Analytics",
|
||||
"Apex Intelligence",
|
||||
"Quantum Innovations",
|
||||
]}
|
||||
"GlobalTech Solutions", "InnovateCorp", "FutureMetrics Inc.", "DataStream Labs", "Nexus Systems", "Vanguard Analytics", "Apex Intelligence", "Quantum Innovations"]}
|
||||
title="Trusted by Leading Companies"
|
||||
description="Our expertise in data and AI is recognized and valued by industry leaders across various sectors."
|
||||
showCard={true}
|
||||
@@ -405,45 +252,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO, Tech Innovations",
|
||||
testimonial: "OAKS provided us with unparalleled insights, truly transforming our strategic planning and operational efficiency.",
|
||||
imageSrc: "asset://testimonial-7",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t-1", name: "Sarah Johnson", role: "CEO, Tech Innovations", testimonial: "OAKS provided us with unparalleled insights, truly transforming our strategic planning and operational efficiency.", imageSrc: "asset://testimonial-7", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO, Digital Horizons",
|
||||
testimonial: "The AI models implemented by OAKS were sophisticated and delivered immediate, measurable results for our product development.",
|
||||
imageSrc: "asset://testimonial-8",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "t-2", name: "Michael Chen", role: "CTO, Digital Horizons", testimonial: "The AI models implemented by OAKS were sophisticated and delivered immediate, measurable results for our product development.", imageSrc: "asset://testimonial-8", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director, Growth Solutions",
|
||||
testimonial: "Their data analytics clarified our customer journey, allowing us to build more effective marketing campaigns.",
|
||||
imageSrc: "asset://testimonial-9",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "t-3", name: "Emily Rodriguez", role: "Marketing Director, Growth Solutions", testimonial: "Their data analytics clarified our customer journey, allowing us to build more effective marketing campaigns.", imageSrc: "asset://testimonial-9", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David Kim",
|
||||
role: "Operations Manager, Global Logistics",
|
||||
testimonial: "The web development team at OAKS delivered a robust platform that significantly streamlined our logistics operations.",
|
||||
imageSrc: "asset://testimonial-10",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "t-4", name: "David Kim", role: "Operations Manager, Global Logistics", testimonial: "The web development team at OAKS delivered a robust platform that significantly streamlined our logistics operations.", imageSrc: "asset://testimonial-10", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Jessica Lee",
|
||||
role: "Product Manager, Apex Software",
|
||||
testimonial: "OAKS's Custory tool is a game-changer for understanding customer sentiment. Highly recommended for any product team.",
|
||||
imageSrc: "asset://testimonial-11",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "t-5", name: "Jessica Lee", role: "Product Manager, Apex Software", testimonial: "OAKS's Custory tool is a game-changer for understanding customer sentiment. Highly recommended for any product team.", imageSrc: "asset://testimonial-11", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear directly from our clients about the impact OAKS has made on their businesses."
|
||||
@@ -456,30 +273,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What exactly is OAKS.cloud?",
|
||||
content: "OAKS.cloud is a technology company specializing in advanced data analytics, Artificial Intelligence model development, and expert web development services to empower businesses.",
|
||||
},
|
||||
id: "faq-1", title: "What exactly is OAKS.cloud?", content: "OAKS.cloud is a technology company specializing in advanced data analytics, Artificial Intelligence model development, and expert web development services to empower businesses."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How can AI benefit my business?",
|
||||
content: "AI can optimize processes, enhance decision-making through predictive analytics, automate tasks, personalize customer experiences, and unlock new growth opportunities for your business.",
|
||||
},
|
||||
id: "faq-2", title: "How can AI benefit my business?", content: "AI can optimize processes, enhance decision-making through predictive analytics, automate tasks, personalize customer experiences, and unlock new growth opportunities for your business."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What kind of data analytics do you provide?",
|
||||
content: "We provide comprehensive data analytics services, including predictive modeling, sentiment analysis (via Custory), business intelligence dashboards, and custom reporting to turn your data into actionable insights.",
|
||||
},
|
||||
id: "faq-3", title: "What kind of data analytics do you provide?", content: "We provide comprehensive data analytics services, including predictive modeling, sentiment analysis (via Custory), business intelligence dashboards, and custom reporting to turn your data into actionable insights."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you offer custom web solutions?",
|
||||
content: "Yes, our web development team crafts bespoke digital experiences, from dynamic web applications and e-commerce platforms to robust corporate websites, all tailored to your specific needs.",
|
||||
},
|
||||
id: "faq-4", title: "Do you offer custom web solutions?", content: "Yes, our web development team crafts bespoke digital experiences, from dynamic web applications and e-commerce platforms to robust corporate websites, all tailored to your specific needs."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "How do I get started with OAKS.cloud?",
|
||||
content: "You can reach out to us directly via email at info@oaks.cloud or call us at +39 333 8725026. We're ready to discuss your project and provide a tailored solution.",
|
||||
},
|
||||
id: "faq-5", title: "How do I get started with OAKS.cloud?", content: "You can reach out to us directly via email at info@oaks.cloud or call us at +39 333 8725026. We're ready to discuss your project and provide a tailored solution."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services and how OAKS can assist your business needs."
|
||||
@@ -491,8 +293,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Reach Out! We are Just a Click Away."
|
||||
description="Have a project in mind or a question for us? We'd love to hear from you. Our team is ready to provide tailored solutions and support.\n\n📬 Email: info@oaks.cloud\n📞 Phone: +39 333 8725026\n\n🏢 Office: Piazza della Trivulziana 4/A, 20126, Milano, Italy"
|
||||
@@ -513,54 +314,33 @@ export default function LandingPage() {
|
||||
logoText="OAKS"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Our Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Products", href: "#products"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Our Services", href: "#services"},
|
||||
{
|
||||
label: "AI Analytics",
|
||||
href: "#services",
|
||||
},
|
||||
label: "AI Analytics", href: "#services"},
|
||||
{
|
||||
label: "Web Development",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Web Development", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contacts",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacts", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy and Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy and Cookie Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user