Merge version_1 into main #2
350
src/app/page.tsx
350
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Solutions", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487729.jpg"
|
||||
logoAlt="INDA PARTNER Logo"
|
||||
@@ -68,9 +54,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Global Partnerships"
|
||||
bottomRightText="connect@indapartner.com"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,82 +64,43 @@ export default function LandingPage() {
|
||||
description="INDA PARTNER connects you with the right expertise, resources, and opportunities to achieve unparalleled growth and innovation. Let's build together."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarah_innovates",
|
||||
testimonial: "INDA PARTNER transformed our market entry strategy. Their network is truly unparalleled.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-close-window_1098-433.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
name: "Sarah Chen", handle: "@sarah_innovates", testimonial: "INDA PARTNER transformed our market entry strategy. Their network is truly unparalleled.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-close-window_1098-433.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
name: "Michael Davis",
|
||||
handle: "@tech_solutions",
|
||||
testimonial: "The insights and connections provided were pivotal for our Q3 growth. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-his-office-businessperson-professional-environment_482257-32722.jpg",
|
||||
imageAlt: "Michael Davis",
|
||||
},
|
||||
name: "Michael Davis", handle: "@tech_solutions", testimonial: "The insights and connections provided were pivotal for our Q3 growth. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-his-office-businessperson-professional-environment_482257-32722.jpg", imageAlt: "Michael Davis"},
|
||||
{
|
||||
name: "Eleanor Rigby",
|
||||
handle: "@eleanor_growth",
|
||||
testimonial: "INDA PARTNER's strategic advice significantly boosted our market share. A truly transformative experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageAlt: "Young Businesswoman Portrait in Office",
|
||||
},
|
||||
name: "Eleanor Rigby", handle: "@eleanor_growth", testimonial: "INDA PARTNER's strategic advice significantly boosted our market share. A truly transformative experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Young Businesswoman Portrait in Office"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@global_ventures",
|
||||
testimonial: "Their global network opened doors we couldn't have imagined. Essential for international expansion.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg",
|
||||
imageAlt: "Cheerful employee with crossed arms",
|
||||
},
|
||||
name: "David Kim", handle: "@global_ventures", testimonial: "Their global network opened doors we couldn't have imagined. Essential for international expansion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Cheerful employee with crossed arms"},
|
||||
{
|
||||
name: "Maria Garcia",
|
||||
handle: "@future_systems",
|
||||
testimonial: "The partnership model is exceptional. INDA PARTNER delivers measurable impact and continuous support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
|
||||
imageAlt: "Studio portrait of successful young businesswoman",
|
||||
},
|
||||
name: "Maria Garcia", handle: "@future_systems", testimonial: "The partnership model is exceptional. INDA PARTNER delivers measurable impact and continuous support.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Studio portrait of successful young businesswoman"},
|
||||
]}
|
||||
tag="Your Growth Catalyst"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Solutions",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Our Solutions", href: "#features"},
|
||||
{
|
||||
text: "Partner With Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Partner With Us", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
|
||||
alt: "Client A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Client A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg",
|
||||
alt: "Client B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg", alt: "Client B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
alt: "Client C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", alt: "Client C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-smiling-woman-office_23-2148187253.jpg",
|
||||
alt: "Client D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-smiling-woman-office_23-2148187253.jpg", alt: "Client D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg",
|
||||
alt: "Beautiful business woman at the office by the window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg", alt: "Beautiful business woman at the office by the window"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global partners"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg"
|
||||
imageAlt="Diverse business team collaborating in a modern office"
|
||||
showBlur={true}
|
||||
/>
|
||||
@@ -168,19 +113,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: LineChart,
|
||||
label: "Average Client Growth",
|
||||
value: "30%",
|
||||
},
|
||||
label: "Average Client Growth", value: "30%"},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Global Network Reach",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Global Network Reach", value: "150+"},
|
||||
{
|
||||
icon: Briefcase,
|
||||
label: "Successful Collaborations",
|
||||
value: "200+",
|
||||
},
|
||||
label: "Successful Collaborations", value: "200+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -193,23 +132,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Market Expansion",
|
||||
description: "Navigate new markets with confidence. Our experts provide invaluable insights and connections to facilitate your global growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-holding-digital-tablet-with-diagrams_1098-488.jpg",
|
||||
imageAlt: "Person presenting data visualizations on a large screen",
|
||||
},
|
||||
title: "Strategic Market Expansion", description: "Navigate new markets with confidence. Our experts provide invaluable insights and connections to facilitate your global growth.", imageSrc: "http://img.b2bpic.net/free-photo/executive-holding-digital-tablet-with-diagrams_1098-488.jpg", imageAlt: "Person presenting data visualizations on a large screen"},
|
||||
{
|
||||
title: "Operational Excellence",
|
||||
description: "Streamline your processes and enhance efficiency with our proven methodologies and access to cutting-edge tools and resources.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reading-notes_1098-13527.jpg",
|
||||
imageAlt: "Group of professionals collaborating around a tablet",
|
||||
},
|
||||
title: "Operational Excellence", description: "Streamline your processes and enhance efficiency with our proven methodologies and access to cutting-edge tools and resources.", imageSrc: "http://img.b2bpic.net/free-photo/reading-notes_1098-13527.jpg", imageAlt: "Group of professionals collaborating around a tablet"},
|
||||
{
|
||||
title: "Client Relationship Management",
|
||||
description: "Build stronger, more profitable client relationships through bespoke solutions and dedicated support tailored to your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038392.jpg",
|
||||
imageAlt: "Person interacting with a CRM interface on a laptop",
|
||||
},
|
||||
title: "Client Relationship Management", description: "Build stronger, more profitable client relationships through bespoke solutions and dedicated support tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038392.jpg", imageAlt: "Person interacting with a CRM interface on a laptop"},
|
||||
]}
|
||||
title="Our Solutions: Unlocking Your Full Potential"
|
||||
description="INDA PARTNER provides tailored strategies and connections designed to accelerate your business objectives and foster sustainable growth."
|
||||
@@ -222,14 +149,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"InnovateCorp",
|
||||
"Synapse Insights",
|
||||
"Apex Strategies",
|
||||
"CapitaTrust",
|
||||
"Quantum Leap Digital",
|
||||
"Nexus Solutions",
|
||||
"TalentStream",
|
||||
]}
|
||||
"InnovateCorp", "Synapse Insights", "Apex Strategies", "CapitaTrust", "Quantum Leap Digital", "Nexus Solutions", "TalentStream"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our proven track record speaks for itself. We've empowered countless organizations to achieve their strategic goals."
|
||||
tag="Our Valued Partners"
|
||||
@@ -244,50 +164,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Remarkable Business Growth",
|
||||
quote: "INDA PARTNER provided us with the strategic roadmap and connections needed to achieve a 40% growth in new business. Their personalized approach made all the difference.",
|
||||
name: "Alexandria Vance",
|
||||
role: "CEO, Vantage Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg",
|
||||
imageAlt: "Alexandria Vance",
|
||||
},
|
||||
id: "1", title: "Remarkable Business Growth", quote: "INDA PARTNER provided us with the strategic roadmap and connections needed to achieve a 40% growth in new business. Their personalized approach made all the difference.", name: "Alexandria Vance", role: "CEO, Vantage Solutions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg", imageAlt: "Alexandria Vance"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Unparalleled Market Insight",
|
||||
quote: "The market intelligence and partner introductions from INDA PARTNER were crucial for our successful product launch in a competitive segment. Truly invaluable guidance.",
|
||||
name: "Benjamin Carter",
|
||||
role: "Director of Strategy, Tech Innovations Inc.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-11854.jpg",
|
||||
imageAlt: "Benjamin Carter",
|
||||
},
|
||||
id: "2", title: "Unparalleled Market Insight", quote: "The market intelligence and partner introductions from INDA PARTNER were crucial for our successful product launch in a competitive segment. Truly invaluable guidance.", name: "Benjamin Carter", role: "Director of Strategy, Tech Innovations Inc.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-11854.jpg", imageAlt: "Benjamin Carter"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Optimized Operational Efficiency",
|
||||
quote: "Working with INDA PARTNER helped us identify key areas for operational improvement, leading to significant cost savings and increased productivity across the board.",
|
||||
name: "Chloe Zhao",
|
||||
role: "Operations Lead, Global Connect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-wooden-conference-table_1203-390.jpg",
|
||||
imageAlt: "Chloe Zhao",
|
||||
},
|
||||
id: "3", title: "Optimized Operational Efficiency", quote: "Working with INDA PARTNER helped us identify key areas for operational improvement, leading to significant cost savings and increased productivity across the board.", name: "Chloe Zhao", role: "Operations Lead, Global Connect", imageSrc: "http://img.b2bpic.net/free-photo/defocused-wooden-conference-table_1203-390.jpg", imageAlt: "Chloe Zhao"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Strategic Partnership Accelerator",
|
||||
quote: "They don't just find partners; they find the *right* partners. INDA PARTNER's matchmaking capabilities accelerated our go-to-market strategy by months.",
|
||||
name: "David Miller",
|
||||
role: "Founder, Ascent Ventures",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-laptop-while-having-coffee-break-cafe_637285-7438.jpg",
|
||||
imageAlt: "David Miller",
|
||||
},
|
||||
id: "4", title: "Strategic Partnership Accelerator", quote: "They don't just find partners; they find the *right* partners. INDA PARTNER's matchmaking capabilities accelerated our go-to-market strategy by months.", name: "David Miller", role: "Founder, Ascent Ventures", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-laptop-while-having-coffee-break-cafe_637285-7438.jpg", imageAlt: "David Miller"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exceptional Client Support",
|
||||
quote: "Beyond the results, the level of support and dedication from the INDA PARTNER team was outstanding. They felt like an extension of our own team.",
|
||||
name: "Emily Watson",
|
||||
role: "Chief Commercial Officer, Horizon Dynamics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-with-white-illuminated-structure-people_1194-1056.jpg",
|
||||
imageAlt: "Emily Watson",
|
||||
},
|
||||
id: "5", title: "Exceptional Client Support", quote: "Beyond the results, the level of support and dedication from the INDA PARTNER team was outstanding. They felt like an extension of our own team.", name: "Emily Watson", role: "Chief Commercial Officer, Horizon Dynamics", imageSrc: "http://img.b2bpic.net/free-photo/street-with-white-illuminated-structure-people_1194-1056.jpg", imageAlt: "Emily Watson"},
|
||||
]}
|
||||
title="What Our Partners Say"
|
||||
description="Hear directly from the businesses we've helped elevate. Their success stories are our greatest pride."
|
||||
@@ -302,40 +187,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"Consistently exceeding expectations",
|
||||
"Dedicated support and service",
|
||||
],
|
||||
id: "m1", value: "95%", title: "Client Satisfaction", items: [
|
||||
"Consistently exceeding expectations", "Dedicated support and service"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "75M+",
|
||||
title: "Capital Raised for Clients",
|
||||
items: [
|
||||
"Connecting innovative projects with investors",
|
||||
"Facilitating crucial funding rounds",
|
||||
],
|
||||
id: "m2", value: "75M+", title: "Capital Raised for Clients", items: [
|
||||
"Connecting innovative projects with investors", "Facilitating crucial funding rounds"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Project Success Rate",
|
||||
items: [
|
||||
"Strategic planning and flawless execution",
|
||||
"Delivering on every commitment",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Project Success Rate", items: [
|
||||
"Strategic planning and flawless execution", "Delivering on every commitment"],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "12+",
|
||||
title: "Years of Expertise",
|
||||
items: [
|
||||
"Deep industry knowledge and experience",
|
||||
"Navigating complex challenges with ease",
|
||||
],
|
||||
id: "m4", value: "12+", title: "Years of Expertise", items: [
|
||||
"Deep industry knowledge and experience", "Navigating complex challenges with ease"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact: Quantifiable Results"
|
||||
@@ -351,53 +216,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "team1",
|
||||
title: "Elijah Vance",
|
||||
subtitle: "Chief Executive Officer",
|
||||
detail: "Elijah drives the strategic vision, fostering a culture of innovation and client-centric solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg",
|
||||
imageAlt: "Elijah Vance",
|
||||
},
|
||||
id: "team1", title: "Elijah Vance", subtitle: "Chief Executive Officer", detail: "Elijah drives the strategic vision, fostering a culture of innovation and client-centric solutions.", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg", imageAlt: "Elijah Vance"},
|
||||
{
|
||||
id: "team2",
|
||||
title: "Sophia Kweon",
|
||||
subtitle: "Chief Operating Officer",
|
||||
detail: "Sophia ensures operational excellence, optimizing processes for maximum efficiency and impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-looking-front-with-skeptic-expression-standing-blue-wall_141793-96344.jpg",
|
||||
imageAlt: "Sophia Kweon",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg?_wi=2",
|
||||
imageAlt: "visionary male CEO headshot",
|
||||
id: "team2", title: "Sophia Kweon", subtitle: "Chief Operating Officer", detail: "Sophia ensures operational excellence, optimizing processes for maximum efficiency and impact.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-looking-front-with-skeptic-expression-standing-blue-wall_141793-96344.jpg", imageAlt: "Sophia Kweon"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "partnership",
|
||||
groupTitle: "Partnership Development",
|
||||
members: [
|
||||
id: "partnership", groupTitle: "Partnership Development", members: [
|
||||
{
|
||||
id: "team3",
|
||||
title: "Daniel Lee",
|
||||
subtitle: "Head of Partnerships",
|
||||
detail: "Daniel leads the charge in forging strategic alliances that drive mutual growth and innovation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-standing-her-restaurant-using-computer_23-2147936244.jpg",
|
||||
imageAlt: "Daniel Lee",
|
||||
},
|
||||
id: "team3", title: "Daniel Lee", subtitle: "Head of Partnerships", detail: "Daniel leads the charge in forging strategic alliances that drive mutual growth and innovation.", imageSrc: "http://img.b2bpic.net/free-photo/female-manager-standing-her-restaurant-using-computer_23-2147936244.jpg", imageAlt: "Daniel Lee"},
|
||||
{
|
||||
id: "team4",
|
||||
title: "Olivia Rhodes",
|
||||
subtitle: "Senior Account Manager",
|
||||
detail: "Olivia is dedicated to nurturing client relationships, ensuring seamless execution and satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg",
|
||||
imageAlt: "Olivia Rhodes",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-close-window_1098-433.jpg?_wi=2",
|
||||
imageAlt: "visionary male CEO headshot",
|
||||
},
|
||||
id: "team4", title: "Olivia Rhodes", subtitle: "Senior Account Manager", detail: "Olivia is dedicated to nurturing client relationships, ensuring seamless execution and satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg", imageAlt: "Olivia Rhodes"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Expert Team"
|
||||
description="Behind every successful partnership is a team of dedicated professionals committed to your triumph."
|
||||
@@ -410,30 +243,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of businesses does INDA PARTNER work with?",
|
||||
content: "We partner with a diverse range of businesses, from startups to established enterprises, across various industries seeking growth, market expansion, or operational optimization.",
|
||||
},
|
||||
id: "faq1", title: "What types of businesses does INDA PARTNER work with?", content: "We partner with a diverse range of businesses, from startups to established enterprises, across various industries seeking growth, market expansion, or operational optimization."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does the partnership process work?",
|
||||
content: "Our process begins with a detailed consultation to understand your needs, followed by a customized strategy and the introduction to relevant partners and resources from our global network.",
|
||||
},
|
||||
id: "faq2", title: "How does the partnership process work?", content: "Our process begins with a detailed consultation to understand your needs, followed by a customized strategy and the introduction to relevant partners and resources from our global network."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What makes INDA PARTNER different from other consulting firms?",
|
||||
content: "We focus on actionable partnerships and quantifiable results, leveraging an extensive global network and a personalized approach to truly embed ourselves in your success.",
|
||||
},
|
||||
id: "faq3", title: "What makes INDA PARTNER different from other consulting firms?", content: "We focus on actionable partnerships and quantifiable results, leveraging an extensive global network and a personalized approach to truly embed ourselves in your success."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "How long does it take to see results?",
|
||||
content: "While timelines vary based on project scope, many clients begin to see tangible results and strategic connections within the first few months of engagement.",
|
||||
},
|
||||
id: "faq4", title: "How long does it take to see results?", content: "While timelines vary based on project scope, many clients begin to see tangible results and strategic connections within the first few months of engagement."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Is there a minimum commitment required?",
|
||||
content: "We offer flexible engagement models tailored to your specific project needs. Contact us to discuss the best fit for your objectives.",
|
||||
},
|
||||
id: "faq5", title: "Is there a minimum commitment required?", content: "We offer flexible engagement models tailored to your specific project needs. Contact us to discuss the best fit for your objectives."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common inquiries about our services, partnerships, and how we can support your business goals."
|
||||
@@ -446,8 +264,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
tag="Let's Connect"
|
||||
title="Unlock Your Next Opportunity"
|
||||
description="Ready to elevate your business? Reach out to our team of experts and discover how INDA PARTNER can create value for you."
|
||||
@@ -468,54 +285,33 @@ export default function LandingPage() {
|
||||
logoText="INDA PARTNER"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Market Expansion",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Market Expansion", href: "#features"},
|
||||
{
|
||||
label: "Operational Excellence",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Operational Excellence", href: "#features"},
|
||||
{
|
||||
label: "Client Management",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Client Management", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user