Merge version_2 into main #2
308
src/app/page.tsx
308
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Cloud, Cog, Lightbulb, ShieldCheck, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { Cloud, Cog, Lightbulb, ShieldCheck, TrendingUp, Users, Zap, Brain } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,111 +34,72 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dvfqzq"
|
||||
brandName="RYNALIX"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="ENGINEERED INTELLIGENCE."
|
||||
description="RYNALIX architects advanced AI systems that transform businesses into intelligent, automated powerhouses."
|
||||
kpis={[
|
||||
{
|
||||
value: "AI Systems Architecture",
|
||||
label: "Designing and building robust AI architectures tailored for scalability and efficiency.",
|
||||
},
|
||||
value: "AI Systems Architecture", label: "Designing and building robust AI architectures tailored for scalability and efficiency."},
|
||||
{
|
||||
value: "Business Automation",
|
||||
label: "Optimizing workflows and automating processes to drive peak operational performance.",
|
||||
},
|
||||
value: "Business Automation", label: "Optimizing workflows and automating processes to drive peak operational performance."},
|
||||
{
|
||||
value: "Data Intelligence",
|
||||
label: "Harnessing and analyzing data to deliver actionable insights and strategic intelligence.",
|
||||
},
|
||||
value: "Data Intelligence", label: "Harnessing and analyzing data to deliver actionable insights and strategic intelligence."},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "LEARN MORE",
|
||||
href: "#about",
|
||||
},
|
||||
text: "LEARN MORE", href: "#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-caucasian-businesswoman-standing-with-folded-hands-portrait-confident-adult-beautiful-female-office-employer-black-blouse-posing-work-business-company-management-concept_74855-6952.jpg",
|
||||
alt: "Jane Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/content-caucasian-businesswoman-standing-with-folded-hands-portrait-confident-adult-beautiful-female-office-employer-black-blouse-posing-work-business-company-management-concept_74855-6952.jpg", alt: "Jane Smith"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "David Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "David Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
|
||||
alt: "Maria Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", alt: "Maria Garcia"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
alt: "Successful businessman imagines great career",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", alt: "Successful businessman imagines great career"},
|
||||
]}
|
||||
avatarText="Trusted by over 1,000 global enterprises"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EHl1RqvcFZHKeUIi76joym5FUg/uploaded-1779843243641-vet698wy.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EHl1RqvcFZHKeUIi76joym5FUg/uploaded-1779843243641-vet698wy.jpg"
|
||||
imageAlt="Abstract tech background with glowing lines"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
icon: ShieldCheck,
|
||||
text: "Secure Data",
|
||||
},
|
||||
type: "text-icon", icon: ShieldCheck,
|
||||
text: "Secure Data"},
|
||||
{
|
||||
type: "text-icon",
|
||||
icon: Cloud,
|
||||
text: "Cloud Solutions",
|
||||
},
|
||||
type: "text-icon", icon: Cloud,
|
||||
text: "Cloud Solutions"},
|
||||
{
|
||||
type: "text-icon",
|
||||
icon: Zap,
|
||||
text: "Rapid Deployment",
|
||||
},
|
||||
type: "text-icon", icon: Zap,
|
||||
text: "Rapid Deployment"},
|
||||
{
|
||||
type: "text-icon",
|
||||
icon: Users,
|
||||
text: "Client Focused",
|
||||
},
|
||||
type: "text-icon", icon: Users,
|
||||
text: "Client Focused"},
|
||||
{
|
||||
type: "text-icon",
|
||||
icon: Lightbulb,
|
||||
text: "Innovation Driven",
|
||||
},
|
||||
type: "text-icon", icon: Lightbulb,
|
||||
text: "Innovation Driven"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,45 +125,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Global Scalability",
|
||||
description: "Expand your reach and operations effortlessly with our scalable AI architectures.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dvfqzq",
|
||||
imageAlt: "minimalist AI logo white grey",
|
||||
title: "Global Scalability", description: "Expand your reach and operations effortlessly with our scalable AI architectures.", bentoComponent: "globe", imageAlt: "minimalist AI logo white grey"
|
||||
},
|
||||
{
|
||||
title: "Performance Optimization",
|
||||
description: "Achieve peak performance and efficiency through intelligent automation.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EHl1RqvcFZHKeUIi76joym5FUg/uploaded-1779843243641-vet698wy.jpg?_wi=2",
|
||||
imageAlt: "minimalist AI logo white grey",
|
||||
title: "Performance Optimization", description: "Achieve peak performance and efficiency through intelligent automation.", bentoComponent: "animated-bar-chart", imageAlt: "minimalist AI logo white grey"
|
||||
},
|
||||
{
|
||||
title: "Strategic Insights",
|
||||
description: "Gain actionable intelligence from your data for informed decision-making.",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Strategic Insights", description: "Gain actionable intelligence from your data for informed decision-making.", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Brain,
|
||||
title: "AI Development",
|
||||
subtitle: "Custom Models",
|
||||
detail: "Tailored AI solutions",
|
||||
},
|
||||
title: "AI Development", subtitle: "Custom Models", detail: "Tailored AI solutions"},
|
||||
{
|
||||
icon: Cog,
|
||||
title: "Automation",
|
||||
subtitle: "Workflow Bots",
|
||||
detail: "Streamlined processes",
|
||||
},
|
||||
title: "Automation", subtitle: "Workflow Bots", detail: "Streamlined processes"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Data Analytics",
|
||||
subtitle: "Predictive Insights",
|
||||
detail: "Smart decisions",
|
||||
},
|
||||
title: "Data Analytics", subtitle: "Predictive Insights", detail: "Smart decisions"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
imageAlt: "minimalist AI logo white grey",
|
||||
imageAlt: "minimalist AI logo white grey"
|
||||
},
|
||||
]}
|
||||
title="Unlock Your Business Potential"
|
||||
@@ -218,47 +158,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "AI Automation Suite",
|
||||
price: "$5,000/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tracking-computing-talk-lens-flare-close-up_1134-674.jpg",
|
||||
imageAlt: "AI Automation Suite interface",
|
||||
},
|
||||
id: "p1", name: "AI Automation Suite", price: "$5,000/month", imageSrc: "http://img.b2bpic.net/free-photo/tracking-computing-talk-lens-flare-close-up_1134-674.jpg", imageAlt: "AI Automation Suite interface"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Predictive Analytics Dashboard",
|
||||
price: "$3,500/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
imageAlt: "Predictive Analytics Dashboard",
|
||||
},
|
||||
id: "p2", name: "Predictive Analytics Dashboard", price: "$3,500/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Predictive Analytics Dashboard"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Custom AI Development",
|
||||
price: "Starting at $10,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg",
|
||||
imageAlt: "Custom AI Development concept",
|
||||
},
|
||||
id: "p3", name: "Custom AI Development", price: "Starting at $10,000", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-particle-burst-background_1017-3286.jpg", imageAlt: "Custom AI Development concept"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Enterprise Data Integration",
|
||||
price: "$2,800/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-low-poly-plexus-design_1048-13423.jpg",
|
||||
imageAlt: "Enterprise Data Integration visualization",
|
||||
},
|
||||
id: "p4", name: "Enterprise Data Integration", price: "$2,800/month", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-low-poly-plexus-design_1048-13423.jpg", imageAlt: "Enterprise Data Integration visualization"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cloud Infrastructure Optimization",
|
||||
price: "$4,200/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deadline_1098-15474.jpg",
|
||||
imageAlt: "Cloud Infrastructure Optimization graphic",
|
||||
},
|
||||
id: "p5", name: "Cloud Infrastructure Optimization", price: "$4,200/month", imageSrc: "http://img.b2bpic.net/free-photo/deadline_1098-15474.jpg", imageAlt: "Cloud Infrastructure Optimization graphic"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Digital Transformation Consulting",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg",
|
||||
imageAlt: "Digital Transformation Consulting dashboard",
|
||||
},
|
||||
id: "p6", name: "Digital Transformation Consulting", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", imageAlt: "Digital Transformation Consulting dashboard"},
|
||||
]}
|
||||
title="Explore Our Digital Solutions"
|
||||
description="From custom AI development to complete automation suites, find the perfect service to elevate your operations."
|
||||
@@ -273,20 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Uptime Reliability",
|
||||
},
|
||||
id: "m1", value: "99.9%", description: "Uptime Reliability"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "+75%",
|
||||
description: "Average Efficiency Gain",
|
||||
},
|
||||
id: "m2", value: "+75%", description: "Average Efficiency Gain"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
description: "Successful Deployments",
|
||||
},
|
||||
id: "m3", value: "100+", description: "Successful Deployments"},
|
||||
]}
|
||||
title="Impactful Results, Proven Success"
|
||||
description="Our commitment to excellence translates into tangible outcomes and measurable growth for our clients worldwide."
|
||||
@@ -298,14 +199,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"InnovateCorp",
|
||||
"QuantumSync",
|
||||
"NexusFlow",
|
||||
"ByteCraft",
|
||||
"SynapseAI",
|
||||
"AetherLabs",
|
||||
"DataStream Co.",
|
||||
]}
|
||||
"InnovateCorp", "QuantumSync", "NexusFlow", "ByteCraft", "SynapseAI", "AetherLabs", "DataStream Co."]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Join a growing roster of innovative companies who rely on Rynalix for their critical digital transformation needs."
|
||||
/>
|
||||
@@ -316,30 +210,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-team-drawing-graph-glass-screen_1262-1846.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-team-drawing-graph-glass-screen_1262-1846.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-brushing-her-teeth_1368-6198.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/man-brushing-her-teeth_1368-6198.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-laptop-looking-side-warehouse_259150-56939.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-laptop-looking-side-warehouse_259150-56939.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Partners Say"
|
||||
cardTag="Client Success"
|
||||
@@ -353,30 +232,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of AI solutions do you offer?",
|
||||
content: "We offer custom AI development, including machine learning models, natural language processing, computer vision, and AI-powered automation solutions tailored to your specific business needs.",
|
||||
},
|
||||
id: "q1", title: "What types of AI solutions do you offer?", content: "We offer custom AI development, including machine learning models, natural language processing, computer vision, and AI-powered automation solutions tailored to your specific business needs."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do you ensure data security and privacy?",
|
||||
content: "Data security and privacy are paramount. We implement industry-leading encryption, compliance protocols (e.g., GDPR, CCPA), and robust access controls to protect your sensitive information throughout our solutions.",
|
||||
},
|
||||
id: "q2", title: "How do you ensure data security and privacy?", content: "Data security and privacy are paramount. We implement industry-leading encryption, compliance protocols (e.g., GDPR, CCPA), and robust access controls to protect your sensitive information throughout our solutions."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is the typical timeline for an AI project?",
|
||||
content: "Project timelines vary significantly based on complexity and scope. After an initial consultation and discovery phase, we provide a detailed project roadmap with estimated timelines, typically ranging from a few weeks to several months.",
|
||||
},
|
||||
id: "q3", title: "What is the typical timeline for an AI project?", content: "Project timelines vary significantly based on complexity and scope. After an initial consultation and discovery phase, we provide a detailed project roadmap with estimated timelines, typically ranging from a few weeks to several months."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you offer post-deployment support and maintenance?",
|
||||
content: "Yes, we provide comprehensive post-deployment support and maintenance packages, including monitoring, updates, performance optimization, and dedicated technical assistance to ensure long-term success.",
|
||||
},
|
||||
id: "q4", title: "Do you offer post-deployment support and maintenance?", content: "Yes, we provide comprehensive post-deployment support and maintenance packages, including monitoring, updates, performance optimization, and dedicated technical assistance to ensure long-term success."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "How does Rynalix differentiate from other AI providers?",
|
||||
content: "Our differentiation lies in our deep industry expertise, bespoke solution approach, commitment to measurable ROI, and a partnership model that focuses on seamless integration and continuous innovation with our clients.",
|
||||
},
|
||||
id: "q5", title: "How does Rynalix differentiate from other AI providers?", content: "Our differentiation lies in our deep industry expertise, bespoke solution approach, commitment to measurable ROI, and a partnership model that focuses on seamless integration and continuous innovation with our clients."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common inquiries about our services, technology, and support."
|
||||
@@ -388,16 +252,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started Today"
|
||||
title="Ready to Transform Your Business?"
|
||||
description="Connect with our experts to discuss your unique challenges and discover how Rynalix can help you innovate and grow."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@rynalix.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:info@rynalix.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -407,66 +268,39 @@ export default function LandingPage() {
|
||||
logoText="RYNALIX"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "AI Automation",
|
||||
href: "#products",
|
||||
},
|
||||
label: "AI Automation", href: "#products"},
|
||||
{
|
||||
label: "Predictive Analytics",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Predictive Analytics", href: "#products"},
|
||||
{
|
||||
label: "Custom AI Development",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Custom AI Development", href: "#products"},
|
||||
{
|
||||
label: "Data Integration",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Data Integration", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user