2 Commits

Author SHA1 Message Date
a111d83e38 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:51:55 +00:00
53e5cdd973 Update src/app/page.tsx 2026-05-09 10:51:52 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Done Keen Solutions"
/>
@@ -57,104 +49,56 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
title="Solutions for a Keen Future."
variant: "plain"}}
title="Drive Business Growth with Expert Strategy"
description="At Done Keen Solutions, we deliver expert guidance and innovative strategies to elevate your business performance. Partner with leaders who are dedicated to your success."
testimonials={[
{
name: "Alice M.",
handle: "@acme",
testimonial: "Exceptional insight and execution.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg",
imageAlt: "Alice M.",
},
name: "Alice M.", handle: "@acme", testimonial: "Exceptional insight and execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg", imageAlt: "Alice M."},
{
name: "Bob V.",
handle: "@bobv",
testimonial: "Transformed our operations completely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
imageAlt: "Bob V.",
},
name: "Bob V.", handle: "@bobv", testimonial: "Transformed our operations completely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Bob V."},
{
name: "Charlie D.",
handle: "@char",
testimonial: "The best partner we've worked with.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg",
imageAlt: "Charlie D.",
},
name: "Charlie D.", handle: "@char", testimonial: "The best partner we've worked with.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", imageAlt: "Charlie D."},
{
name: "Diana P.",
handle: "@diana",
testimonial: "Incredible attention to detail.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg",
imageAlt: "Diana P.",
},
name: "Diana P.", handle: "@diana", testimonial: "Incredible attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg", imageAlt: "Diana P."},
{
name: "Evan K.",
handle: "@evank",
testimonial: "High ROI and professional staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-businessman-with-his-white-car_496169-2889.jpg",
imageAlt: "Evan K.",
},
name: "Evan K.", handle: "@evank", testimonial: "High ROI and professional staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-businessman-with-his-white-car_496169-2889.jpg", imageAlt: "Evan K."},
]}
buttons={[
{
text: "Start Strategy",
href: "#contact",
},
text: "Start Strategy", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg"
imageAlt="professional business consultant"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
alt: "Avatar 1",
},
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/business-strategy-corporation-enterprise-startup-concept_53876-128054.jpg",
alt: "Avatar 2",
},
src: "http://img.b2bpic.net/free-photo/business-strategy-corporation-enterprise-startup-concept_53876-128054.jpg", alt: "Avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg",
alt: "Avatar 3",
},
src: "http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg", alt: "Avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg",
alt: "Avatar 4",
},
src: "http://img.b2bpic.net/free-photo/ai-cybersecurity-virus-protection-machine-learning_53876-129788.jpg", alt: "Avatar 4"},
{
src: "http://img.b2bpic.net/free-vector/20-ux-ui-blue-color-icon-pack-like-list-vision-parameters-monitoring-volume_1142-24669.jpg",
alt: "Avatar 5",
},
src: "http://img.b2bpic.net/free-vector/20-ux-ui-blue-color-icon-pack-like-list-vision-parameters-monitoring-volume_1142-24669.jpg", alt: "Avatar 5"},
]}
marqueeItems={[
{
type: "text",
text: "Cloud Infrastructure",
},
type: "text", text: "Cloud Infrastructure"},
{
type: "text",
text: "Cyber Security",
},
type: "text", text: "Cyber Security"},
{
type: "text",
text: "Process Automation",
},
type: "text", text: "Process Automation"},
{
type: "text",
text: "Business Growth",
},
type: "text", text: "Business Growth"},
{
type: "text",
text: "Strategic Consulting",
},
type: "text", text: "Strategic Consulting"},
]}
/>
</div>
@@ -180,19 +124,13 @@ export default function LandingPage() {
features={[
{
icon: Cloud,
title: "Cloud Architecture",
description: "Robust cloud environments built for scale.",
},
title: "Cloud Architecture", description: "Robust cloud environments built for scale."},
{
icon: ShieldCheck,
title: "Secure Infrastructure",
description: "Advanced protocols protecting your data.",
},
title: "Secure Infrastructure", description: "Advanced protocols protecting your data."},
{
icon: Zap,
title: "Process Optimization",
description: "Streamlining workflows for maximum efficiency.",
},
title: "Process Optimization", description: "Streamlining workflows for maximum efficiency."},
]}
title="Our Expertise"
description="Comprehensive services designed to propel your business forward with clarity and speed."
@@ -206,31 +144,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "150+",
title: "Clients Served",
items: [
"Global scale",
"Local expertise",
],
id: "m1", value: "150+", title: "Clients Served", items: [
"Global scale", "Local expertise"],
},
{
id: "m2",
value: "99.9%",
title: "Success Rate",
items: [
"Performance driven",
"Zero downtime",
],
id: "m2", value: "99.9%", title: "Success Rate", items: [
"Performance driven", "Zero downtime"],
},
{
id: "m3",
value: "24/7",
title: "Support Availability",
items: [
"Always on",
"Rapid response",
],
id: "m3", value: "24/7", title: "Support Availability", items: [
"Always on", "Rapid response"],
},
]}
title="Proven Impact"
@@ -246,25 +169,15 @@ export default function LandingPage() {
author="Sarah Jenner, CEO of InnovateTech"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/indian-businessman-with-his-white-car_496169-2889.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/indian-businessman-with-his-white-car_496169-2889.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/businessman-leader-modern-office-with-businesspeople-working_1139-961.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/businessman-leader-modern-office-with-businesspeople-working_1139-961.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", alt: "Client 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -276,14 +189,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Microsoft",
"Google",
"AWS",
"Oracle",
"IBM",
"Intel",
"Cisco",
]}
"Microsoft", "Google", "AWS", "Oracle", "IBM", "Intel", "Cisco"]}
title="Trusted Partners"
description="Collaborating with global leaders to define industry standards."
/>
@@ -294,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do we start?",
content: "Book a discovery call through our contact section.",
},
id: "f1", title: "How do we start?", content: "Book a discovery call through our contact section."},
{
id: "f2",
title: "What is the timeline?",
content: "Each project is customized to your needs and goals.",
},
id: "f2", title: "What is the timeline?", content: "Each project is customized to your needs and goals."},
{
id: "f3",
title: "Do you offer support?",
content: "Yes, we provide 24/7 dedicated support for all partners.",
},
id: "f3", title: "Do you offer support?", content: "Yes, we provide 24/7 dedicated support for all partners."},
]}
sideTitle="Common Inquiries"
faqsAnimation="slide-up"
@@ -321,15 +218,9 @@ export default function LandingPage() {
description="Ready to get keen? Reach out today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
name: "name", type: "text", placeholder: "Name"},
{
name: "email",
type: "email",
placeholder: "Email",
},
name: "email", type: "email", placeholder: "Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-tall-business-building-nyc_181624-479.jpg"
/>
@@ -339,20 +230,13 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}
@@ -363,4 +247,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}