Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-30 03:01:05 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Briefcase, CheckCircle, Cloud, Code, ExternalLink, Lightbulb, LineChart, ShieldCheck, Target, Users } from "lucide-react";
import { Award, Briefcase, CheckCircle, Cloud, Code, ExternalLink, Lightbulb, LineChart, ShieldCheck, Target, Users, Headset, RefreshCcw } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,37 +33,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Metrics",
id: "#metrics",
},
name: "Metrics", id: "#metrics"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Partners",
id: "#social-proof",
},
name: "Partners", id: "#social-proof"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Elite Solutions"
/>
@@ -75,11 +59,10 @@ export default function LandingPage() {
description="We deliver high-impact service/product designed for discerning clients who demand excellence. Join industry leaders who've transformed their outcomes with our proven approach."
buttons={[
{
text: "Schedule Your Consultation",
},
text: "Schedule Your Consultation"},
]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/top-view-black-plates-composition-with-copy-space_23-2148633541.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/top-view-black-plates-composition-with-copy-space_23-2148633541.jpg"
imageAlt="Abstract geometric background for premium solutions"
showDimOverlay={false}
/>
@@ -92,19 +75,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
label: "Satisfied Clients",
value: "300+",
},
label: "Satisfied Clients", value: "300+"},
{
icon: Briefcase,
label: "Years in Service",
value: "15+",
},
label: "Years in Service", value: "15+"},
{
icon: Award,
label: "Industry Awards",
value: "10+",
},
label: "Industry Awards", value: "10+"},
]}
metricsAnimation="slide-up"
/>
@@ -117,79 +94,52 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Strategic Consulting",
description: "Leverage expert insights to refine your business model, optimize operations, and identify new growth opportunities.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg",
imageAlt: "Laptop displaying business dashboard",
},
title: "Strategic Consulting", description: "Leverage expert insights to refine your business model, optimize operations, and identify new growth opportunities.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", imageAlt: "Laptop displaying business dashboard"},
items: [
{
icon: Lightbulb,
text: "Market Analysis",
},
text: "Market Analysis"},
{
icon: LineChart,
text: "Growth Strategy",
},
text: "Growth Strategy"},
{
icon: Target,
text: "Performance Optimization",
},
text: "Performance Optimization"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-composition-with-copy-space_23-2148633541.jpg?_wi=2",
imageAlt: "business dashboard software ui",
},
{
title: "Advanced Digital Solutions",
description: "Harness cutting-edge technology to streamline workflows, enhance customer engagement, and secure your digital assets.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16059.jpg",
imageAlt: "Tablet displaying collaboration software",
},
title: "Advanced Digital Solutions", description: "Harness cutting-edge technology to streamline workflows, enhance customer engagement, and secure your digital assets.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16059.jpg", imageAlt: "Tablet displaying collaboration software"},
items: [
{
icon: Cloud,
text: "Cloud Integration",
},
text: "Cloud Integration"},
{
icon: Code,
text: "Custom Software",
},
text: "Custom Software"},
{
icon: ShieldCheck,
text: "Cybersecurity",
},
text: "Cybersecurity"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-vector/blue-orange-infographic-elements_23-2147589560.jpg",
imageAlt: "business dashboard software ui",
},
{
title: "Comprehensive Support",
description: "Receive dedicated partnership from our team, ensuring seamless implementation and continuous improvement post-launch.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/import-export-shipment-truck-graphic-concept_53876-121112.jpg",
imageAlt: "Smartphone displaying client management app",
},
title: "Comprehensive Support", description: "Receive dedicated partnership from our team, ensuring seamless implementation and continuous improvement post-launch.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/import-export-shipment-truck-graphic-concept_53876-121112.jpg", imageAlt: "Smartphone displaying client management app"},
items: [
{
icon: Headset,
text: "24/7 Priority Support",
},
text: "24/7 Priority Support"},
{
icon: RefreshCcw,
text: "Ongoing Training",
},
text: "Ongoing Training"},
{
icon: Users,
text: "Client Success Manager",
},
text: "Client Success Manager"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/handshake-icon-concept-partnership-agreement_107791-16725.jpg",
imageAlt: "business dashboard software ui",
},
]}
title="Unlocking Your Potential"
@@ -204,23 +154,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Users,
title: "Client Retention",
value: "98%",
},
id: "m1", icon: Users,
title: "Client Retention", value: "98%"},
{
id: "m2",
icon: ExternalLink,
title: "Average ROI",
value: "250%",
},
id: "m2", icon: ExternalLink,
title: "Average ROI", value: "250%"},
{
id: "m3",
icon: CheckCircle,
title: "Successful Projects",
value: "500+",
},
id: "m3", icon: CheckCircle,
title: "Successful Projects", value: "500+"},
]}
title="Quantifiable Impact"
description="See the tangible results our clients achieve through our dedicated partnership and innovative solutions."
@@ -233,65 +174,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
date: "May 2024",
title: "Revolutionary Growth Partner",
quote: "Elite Solutions transformed our operational efficiency and opened new revenue streams. Their strategic insights are unparalleled.",
tag: "CEO, TechInnovate",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg",
avatarAlt: "Sarah Johnson avatar",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-leader_482257-115085.jpg",
imageAlt: "Modern office environment",
},
id: "t1", name: "Sarah Johnson", date: "May 2024", title: "Revolutionary Growth Partner", quote: "Elite Solutions transformed our operational efficiency and opened new revenue streams. Their strategic insights are unparalleled.", tag: "CEO, TechInnovate", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg", avatarAlt: "Sarah Johnson avatar", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-leader_482257-115085.jpg", imageAlt: "Modern office environment"},
{
id: "t2",
name: "Michael Chen",
date: "April 2024",
title: "Exceptional Digital Transformation",
quote: "The team at Elite Solutions delivered a flawless digital transformation, exceeding all our expectations. Truly a premium service.",
tag: "CTO, Global Dynamics",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9660.jpg",
avatarAlt: "Michael Chen avatar",
imageSrc: "http://img.b2bpic.net/free-photo/computer-laptops-table-meeting-room_1421-510.jpg",
imageAlt: "Clean conference room",
},
id: "t2", name: "Michael Chen", date: "April 2024", title: "Exceptional Digital Transformation", quote: "The team at Elite Solutions delivered a flawless digital transformation, exceeding all our expectations. Truly a premium service.", tag: "CTO, Global Dynamics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9660.jpg", avatarAlt: "Michael Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/computer-laptops-table-meeting-room_1421-510.jpg", imageAlt: "Clean conference room"},
{
id: "t3",
name: "Emily Rodriguez",
date: "March 2024",
title: "Strategic & Results-Oriented",
quote: "Their approach is incredibly strategic, always focusing on ROI. Elite Solutions is an invaluable partner for any growth-focused business.",
tag: "Marketing Director, Visionary Corp",
avatarSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg",
avatarAlt: "Emily Rodriguez avatar",
imageSrc: "http://img.b2bpic.net/free-photo/developers-architects-working-real-estate-investment-plan-business-team-analyzes-property_482257-135278.jpg",
imageAlt: "Creative workspace",
},
id: "t3", name: "Emily Rodriguez", date: "March 2024", title: "Strategic & Results-Oriented", quote: "Their approach is incredibly strategic, always focusing on ROI. Elite Solutions is an invaluable partner for any growth-focused business.", tag: "Marketing Director, Visionary Corp", avatarSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg", avatarAlt: "Emily Rodriguez avatar", imageSrc: "http://img.b2bpic.net/free-photo/developers-architects-working-real-estate-investment-plan-business-team-analyzes-property_482257-135278.jpg", imageAlt: "Creative workspace"},
{
id: "t4",
name: "David Kim",
date: "February 2024",
title: "Reliable & Innovative",
quote: "We rely on Elite Solutions for their innovative solutions and unwavering support. They consistently deliver beyond expectations.",
tag: "COO, Apex Holdings",
avatarSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
avatarAlt: "David Kim avatar",
imageSrc: "http://img.b2bpic.net/free-photo/metropolitan-twilight-urban-architecture-building_53876-23378.jpg",
imageAlt: "Modern city skyline",
},
id: "t4", name: "David Kim", date: "February 2024", title: "Reliable & Innovative", quote: "We rely on Elite Solutions for their innovative solutions and unwavering support. They consistently deliver beyond expectations.", tag: "COO, Apex Holdings", avatarSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", avatarAlt: "David Kim avatar", imageSrc: "http://img.b2bpic.net/free-photo/metropolitan-twilight-urban-architecture-building_53876-23378.jpg", imageAlt: "Modern city skyline"},
{
id: "t5",
name: "Jessica Lee",
date: "January 2024",
title: "Superior Client Partnership",
quote: "The level of partnership and understanding we received from Elite Solutions is superior. They truly care about our success.",
tag: "VP of Operations, InnovateX",
avatarSrc: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg",
avatarAlt: "Jessica Lee avatar",
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-presenting-futuristic-technology-digital-remix_53876-104222.jpg",
imageAlt: "Abstract data flow",
},
id: "t5", name: "Jessica Lee", date: "January 2024", title: "Superior Client Partnership", quote: "The level of partnership and understanding we received from Elite Solutions is superior. They truly care about our success.", tag: "VP of Operations, InnovateX", avatarSrc: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg", avatarAlt: "Jessica Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-presenting-futuristic-technology-digital-remix_53876-104222.jpg", imageAlt: "Abstract data flow"},
]}
title="Trusted by Industry Leaders"
description="Hear directly from the executives and innovators who have partnered with us to achieve their most ambitious goals."
@@ -303,14 +194,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"GlobalTech Solutions",
"Quantum Financial",
"Summit Consulting Group",
"Vanguard Design Co.",
"DataPulse Analytics",
"MediCare Innovations",
"Luxury Living Group",
]}
"GlobalTech Solutions", "Quantum Financial", "Summit Consulting Group", "Vanguard Design Co.", "DataPulse Analytics", "MediCare Innovations", "Luxury Living Group"]}
title="Our Esteemed Partners"
description="We are proud to collaborate with leading organizations across various industries, driving innovation and success together."
showCard={true}
@@ -323,35 +207,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What makes your solutions premium?",
content: "Our solutions are crafted with a bespoke approach, combining deep industry expertise, cutting-edge technology, and a commitment to measurable, long-term success, ensuring unparalleled value for discerning clients.",
},
id: "q1", title: "What makes your solutions premium?", content: "Our solutions are crafted with a bespoke approach, combining deep industry expertise, cutting-edge technology, and a commitment to measurable, long-term success, ensuring unparalleled value for discerning clients."},
{
id: "q2",
title: "How do you ensure client success and ROI?",
content: "We employ a rigorous, data-driven methodology, regular performance reviews, and continuous optimization strategies. Our focus is on tangible outcomes that directly translate into significant returns on your investment.",
},
id: "q2", title: "How do you ensure client success and ROI?", content: "We employ a rigorous, data-driven methodology, regular performance reviews, and continuous optimization strategies. Our focus is on tangible outcomes that directly translate into significant returns on your investment."},
{
id: "q3",
title: "Can you integrate with our existing systems?",
content: "Absolutely. Our solutions are designed for seamless integration with a wide range of existing enterprise systems, ensuring minimal disruption and maximum compatibility.",
},
id: "q3", title: "Can you integrate with our existing systems?", content: "Absolutely. Our solutions are designed for seamless integration with a wide range of existing enterprise systems, ensuring minimal disruption and maximum compatibility."},
{
id: "q4",
title: "What is the typical timeline for project implementation?",
content: "Project timelines vary depending on scope and complexity. However, we prioritize efficiency and clear communication to deliver results within agreed-upon schedules, typically ranging from weeks to a few months.",
},
id: "q4", title: "What is the typical timeline for project implementation?", content: "Project timelines vary depending on scope and complexity. However, we prioritize efficiency and clear communication to deliver results within agreed-upon schedules, typically ranging from weeks to a few months."},
{
id: "q5",
title: "Do you offer post-implementation support?",
content: "Yes, comprehensive post-implementation support is a cornerstone of our service. We provide ongoing maintenance, training, and strategic guidance to ensure continued success and adaptation.",
},
id: "q5", title: "Do you offer post-implementation support?", content: "Yes, comprehensive post-implementation support is a cornerstone of our service. We provide ongoing maintenance, training, and strategic guidance to ensure continued success and adaptation."},
{
id: "q6",
title: "How do we get started with a consultation?",
content: "Initiating a consultation is simple. Visit our contact page, fill out the inquiry form, or call us directly. Our team will promptly connect with you to discuss your needs and objectives.",
},
id: "q6", title: "How do we get started with a consultation?", content: "Initiating a consultation is simple. Visit our contact page, fill out the inquiry form, or call us directly. Our team will promptly connect with you to discuss your needs and objectives."},
]}
title="Common Inquiries"
description="Find quick answers to the most frequently asked questions about our services and partnership process."
@@ -363,8 +229,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "downward-rays-animated-grid",
}}
variant: "downward-rays-animated-grid"}}
tag="Connect With Us"
title="Start Your Transformation Today"
description="Ready to elevate your business? Schedule a personalized consultation to explore how our premium solutions can drive your next phase of growth."
@@ -382,54 +247,33 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Solutions",
items: [
title: "Solutions", items: [
{
label: "Strategic Consulting",
href: "#features",
},
label: "Strategic Consulting", href: "#features"},
{
label: "Digital Solutions",
href: "#features",
},
label: "Digital Solutions", href: "#features"},
{
label: "Support & Services",
href: "#features",
},
label: "Support & Services", href: "#features"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Impact",
href: "#metrics",
},
label: "Our Impact", href: "#metrics"},
{
label: "Partners",
href: "#social-proof",
},
label: "Partners", href: "#social-proof"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}