Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-25 10:00:38 +00:00

View File

@@ -29,352 +29,169 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "services",
},
{
name: "Work",
id: "work",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="KENVYCH SOLUTIONS"
button={{
text: "Get a Quote",
href: "#contact",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Services", id: "services" },
{ name: "Work", id: "work" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="KENVYCH SOLUTIONS"
button={{ text: "Get a Quote", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
title="We Build Premium Digital Products That Scale Businesses Globally"
description="Kenvych Solutions is a Lviv-based software engineering company delivering high-performance mobile apps, web platforms, and AI-powered systems for forward-thinking brands."
tag="SOFTWARE DEVELOPMENT • AI INTEGRATION • SCALABLE SYSTEMS"
buttons={[
{
text: "Start Your Project",
href: "#contact",
},
{
text: "View Our Work",
href: "#work",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg?_wi=1",
imageAlt: "Software engineering dashboard interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16862.jpg?_wi=1",
imageAlt: "Global network connectivity visualization",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
imageAlt: "Woman watching business conference",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
imageAlt: "Modern laptop with rate charts",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-127024.jpg",
imageAlt: "African american software developer",
},
]}
mediaAnimation="blur-reveal"
rating={5}
ratingText="Trusted by startups & enterprises in FinTech, HealthTech, E-commerce & Gaming"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "radial-gradient" }}
title="We Build Premium Digital Products That Scale Businesses Globally"
description="Kenvych Solutions is a Lviv-based software engineering company delivering high-performance mobile apps, web platforms, and AI-powered systems for forward-thinking brands."
tag="SOFTWARE DEVELOPMENT • AI INTEGRATION • SCALABLE SYSTEMS"
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "View Our Work", href: "#work" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg", imageAlt: "Software engineering dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16862.jpg", imageAlt: "Global tech network connection" }
]}
mediaAnimation="blur-reveal"
rating={5}
ratingText="Trusted by startups & enterprises in FinTech, HealthTech, E-commerce & Gaming"
/>
</div>
<div id="services" data-section="services">
<FeatureBento
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Custom Software",
description: "Full-cycle web and mobile applications.",
bentoComponent: "reveal-icon",
icon: Code,
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-shows-visualization-monitoring-software-empty-offshore-platform-enabling_482257-135310.jpg",
imageAlt: "Laptop screen shows visualization and monitoring software on empty offshore platform enabling",
},
{
title: "AI & MVP",
description: "Rapid development and validation.",
bentoComponent: "reveal-icon",
icon: Code2,
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg?_wi=2",
imageAlt: "Laptop screen shows visualization and monitoring software on empty offshore platform enabling",
},
{
title: "Staff Augmentation",
description: "Scale teams with senior experts.",
bentoComponent: "reveal-icon",
icon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16862.jpg?_wi=2",
imageAlt: "Laptop screen shows visualization and monitoring software on empty offshore platform enabling",
},
]}
title="Our Core Services"
description="Expert engineering solutions tailored to your unique business vision."
/>
</div>
<div id="services" data-section="services">
<FeatureBento
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Custom Software", description: "Full-cycle web and mobile applications.", bentoComponent: "reveal-icon", icon: Code
},
{
title: "AI & MVP", description: "Rapid development and validation.", bentoComponent: "reveal-icon", icon: Code2
},
{
title: "Staff Augmentation", description: "Scale teams with senior experts.", bentoComponent: "reveal-icon", icon: Users
},
]}
title="Our Core Services"
description="Expert engineering solutions tailored to your unique business vision."
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Why Kenvych Solutions"
description="Founded in 2021, we combine engineering precision with product thinking. Our team focuses on clean architecture and scalable systems."
metrics={[
{
value: "5+",
title: "Years of Excellence",
},
{
value: "36+",
title: "Client Reviews",
},
{
value: "5.0",
title: "Average Rating",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop_146671-15649.jpg"
imageAlt="Professional engineering collaboration workspace"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Why Kenvych Solutions"
description="Founded in 2021, we combine engineering precision with product thinking. Our team focuses on clean architecture and scalable systems."
metrics={[
{ value: "5+", title: "Years of Excellence" },
{ value: "36+", title: "Client Reviews" },
{ value: "5.0", title: "Average Rating" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop_146671-15649.jpg"
imageAlt="Professional engineering collaboration workspace"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "99.9%",
title: "System Uptime",
items: [
"Cloud-native architecture",
"Distributed systems",
],
},
{
id: "m2",
value: "2x",
title: "Market Speed",
items: [
"Rapid MVP cycles",
"Agile methodology",
],
},
{
id: "m3",
value: "50+",
title: "Deployments",
items: [
"Continuous delivery",
"Automated pipelines",
],
},
]}
title="Performance at Scale"
description="Key delivery benchmarks for our enterprise partners."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "99.9%", title: "System Uptime", items: ["Cloud-native architecture", "Distributed systems"] },
{ id: "m2", value: "2x", title: "Market Speed", items: ["Rapid MVP cycles", "Agile methodology"] },
{ id: "m3", value: "50+", title: "Deployments", items: ["Continuous delivery", "Automated pipelines"] },
]}
title="Performance at Scale"
description="Key delivery benchmarks for our enterprise partners."
/>
</div>
<div id="work" data-section="work">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "FinTech Platform",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924115.jpg",
},
{
id: "p2",
name: "HealthTech App",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg",
},
{
id: "p3",
name: "E-commerce Backend",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg",
},
{
id: "p4",
name: "Gaming Engine",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-presentation-infographic-business-marketing-financial-analysis-concept-background-3d-illustration_56104-1696.jpg",
},
{
id: "p5",
name: "AI Dashboard",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-employees-using-tablet_23-2148339334.jpg",
},
{
id: "p6",
name: "Cloud CMS",
price: "View Project",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16855.jpg",
},
]}
title="Featured Projects"
description="Selected digital products that transformed client businesses."
/>
</div>
<div id="work" data-section="work">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "FinTech Platform", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924115.jpg" },
{ id: "p2", name: "HealthTech App", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg" },
{ id: "p3", name: "E-commerce Backend", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg" },
{ id: "p4", name: "Gaming Engine", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-presentation-infographic-business-marketing-financial-analysis-concept-background-3d-illustration_56104-1696.jpg" },
{ id: "p5", name: "AI Dashboard", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-employees-using-tablet_23-2148339334.jpg" },
{ id: "p6", name: "Cloud CMS", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16855.jpg" },
]}
title="Featured Projects"
description="Selected digital products that transformed client businesses."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="Kenvych Solutions delivered our product on time and with exceptional architectural quality. Their team is top-tier."
rating={5}
author="CEO, Leading Fintech Startup"
avatars={[
{
src: "asset://avatar-1",
alt: "Reviewer 1",
},
{
src: "asset://avatar-2",
alt: "Reviewer 2",
},
{
src: "asset://avatar-3",
alt: "Reviewer 3",
},
{
src: "asset://avatar-4",
alt: "Reviewer 4",
},
{
src: "http://img.b2bpic.net/free-photo/middle-eastern-manager-examines-infographics-oversee-business-operations_482257-128607.jpg",
alt: "Reviewer 5",
},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="Kenvych Solutions delivered our product on time and with exceptional architectural quality. Their team is top-tier."
rating={5}
author="CEO, Leading Fintech Startup"
avatars={[
{ src: "asset://avatar-1", alt: "Reviewer 1" },
{ src: "asset://avatar-2", alt: "Reviewer 2" },
{ src: "asset://avatar-3", alt: "Reviewer 3" },
{ src: "asset://avatar-4", alt: "Reviewer 4" },
{ src: "http://img.b2bpic.net/free-photo/middle-eastern-manager-examines-infographics-oversee-business-operations_482257-128607.jpg", alt: "Reviewer 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What is your development approach?",
content: "We follow Agile/Scrum methodologies with clear architectural documentation.",
},
{
id: "q2",
title: "Do you provide maintenance?",
content: "Yes, we offer ongoing SDK maintenance and cloud infrastructure management.",
},
{
id: "q3",
title: "How do you handle security?",
content: "We adhere to enterprise-grade compliance, including HIPAA and GDPR standards.",
},
]}
title="Frequently Asked Questions"
description="Answers to common questions regarding our development process."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "What is your development approach?", content: "We follow Agile/Scrum methodologies with clear architectural documentation." },
{ id: "q2", title: "Do you provide maintenance?", content: "Yes, we offer ongoing SDK maintenance and cloud infrastructure management." },
{ id: "q3", title: "How do you handle security?", content: "We adhere to enterprise-grade compliance, including HIPAA and GDPR standards." },
]}
title="Frequently Asked Questions"
description="Answers to common questions regarding our development process."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Lets Build Something Exceptional"
description="Tell us about your idea and well turn it into a scalable digital product."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
]}
textarea={{
name: "project",
placeholder: "Tell us about your project...",
}}
imageSrc="http://img.b2bpic.net/free-photo/computer-data-center-managing-network-resources-using-node-tree-software_482257-126136.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Lets Build Something Exceptional"
description="Tell us about your idea and well turn it into a scalable digital product."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{ name: "project", placeholder: "Tell us about your project..." }}
imageSrc="http://img.b2bpic.net/free-photo/computer-data-center-managing-network-resources-using-node-tree-software_482257-126136.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="KENVYCH SOLUTIONS"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#services",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
copyrightText="© 2025 Kenvych Solutions. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="KENVYCH SOLUTIONS"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
copyrightText="© 2025 Kenvych Solutions. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}