Update src/app/page.tsx
This commit is contained in:
403
src/app/page.tsx
403
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, Briefcase, Building2, FileText, Globe, Map, Repeat, Scale } from "lucide-react";
|
||||
import { Award, Briefcase, Building2, FileText, Globe, Map, Repeat, Scale, Banknote, HardHat, CalendarCheck2, BookText } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,42 +33,24 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
name: "Process", id: "#process"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "#why-choose-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Consultation", href: "#contact"}}
|
||||
brandName="Overseas Business Setup"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,112 +58,65 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Expand Your Business Beyond Borders"
|
||||
description="Overseas Business Setup helps entrepreneurs, startups, and established companies register, license, and launch businesses in international markets with confidence. From company formation to regulatory compliance, our experts simplify every step of the process."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg?_wi=1",
|
||||
imageAlt: "Global business network",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg", imageAlt: "Global business network"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150433454.jpg?_wi=1",
|
||||
imageAlt: "Businesswoman planning global strategy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150433454.jpg", imageAlt: "Businesswoman planning global strategy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-europe-flag-with-businessmen-background_1098-2932.jpg?_wi=1",
|
||||
imageAlt: "International partnership handshake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-europe-flag-with-businessmen-background_1098-2932.jpg", imageAlt: "International partnership handshake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-map-continent-global-support-graphic_53876-124528.jpg?_wi=1",
|
||||
imageAlt: "Modern city skyline",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-map-continent-global-support-graphic_53876-124528.jpg", imageAlt: "Modern city skyline"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-businessmen-shaking-hands_1098-71.jpg",
|
||||
imageAlt: "Legal documents for business registration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-businessmen-shaking-hands_1098-71.jpg", imageAlt: "Legal documents for business registration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051282.jpg",
|
||||
imageAlt: "Digital global data network",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051282.jpg", imageAlt: "Digital global data network"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079444.jpg",
|
||||
imageAlt: "International business meeting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079444.jpg", imageAlt: "International business meeting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-visa-application-arrangement_23-2149117822.jpg",
|
||||
imageAlt: "Business travel documents",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-visa-application-arrangement_23-2149117822.jpg", imageAlt: "Business travel documents"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-accounting-financial-selling-banking-concept_53876-13726.jpg",
|
||||
imageAlt: "Team celebrating global success",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-accounting-financial-selling-banking-concept_53876-13726.jpg", imageAlt: "Team celebrating global success"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-standing-holding-world-map-chart-generated-by-ai_188544-36942.jpg",
|
||||
imageAlt: "World map business planning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-standing-holding-world-map-chart-generated-by-ai_188544-36942.jpg", imageAlt: "World map business planning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440903.jpg",
|
||||
imageAlt: "Stack of diverse country flags",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440903.jpg", imageAlt: "Stack of diverse country flags"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-white-skirt-outdoors_23-2149010169.jpg",
|
||||
imageAlt: "Modern office interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-white-skirt-outdoors_23-2149010169.jpg", imageAlt: "Modern office interior"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-with-coffee-imagines-happy-future_1163-5441.jpg",
|
||||
alt: "Businessman with coffee imagines happy future",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-with-coffee-imagines-happy-future_1163-5441.jpg", alt: "Businessman with coffee imagines happy future"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-man-office_1098-3794.jpg",
|
||||
alt: "Relaxed man in the office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-man-office_1098-3794.jpg", alt: "Relaxed man in the office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg",
|
||||
alt: "Senior Caucasian businessman with earphones sitting in office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg", alt: "Senior Caucasian businessman with earphones sitting in office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg",
|
||||
alt: "Cheerful businessman smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg", alt: "Cheerful businessman smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg",
|
||||
alt: "Business woman standing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", alt: "Business woman standing"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Expansion",
|
||||
},
|
||||
type: "text", text: "Global Expansion"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Market Entry",
|
||||
},
|
||||
type: "text", text: "Market Entry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legal Compliance",
|
||||
},
|
||||
type: "text", text: "Legal Compliance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Partnerships",
|
||||
},
|
||||
type: "text", text: "Strategic Partnerships"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cross-Border Growth",
|
||||
},
|
||||
type: "text", text: "Cross-Border Growth"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,18 +126,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Trusted International Business Setup Partner",
|
||||
},
|
||||
type: "text", content: "Your Trusted International Business Setup Partner"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-777.jpg"
|
||||
imageAlt="Diverse team collaborating on global business strategy"
|
||||
description="At Overseas Business Setup, we specialize in helping businesses establish a legal presence in foreign markets. Our team guides clients through company registration, licensing requirements, compliance procedures, and ongoing corporate support services. Whether you're entering a new region, expanding operations, or launching a global startup, we provide end-to-end solutions tailored to your business goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -214,104 +143,68 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Company Registration",
|
||||
description: "Navigate the complexities of legal entity formation in diverse international markets.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-giving-key-from-new-apartment_23-2147764174.jpg",
|
||||
imageAlt: "Company registration icon",
|
||||
},
|
||||
title: "Company Registration", description: "Navigate the complexities of legal entity formation in diverse international markets.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-giving-key-from-new-apartment_23-2147764174.jpg", imageAlt: "Company registration icon"},
|
||||
items: [
|
||||
{
|
||||
icon: Building2,
|
||||
text: "Business structure selection",
|
||||
},
|
||||
text: "Business structure selection"},
|
||||
{
|
||||
icon: FileText,
|
||||
text: "Legal documentation preparation",
|
||||
},
|
||||
text: "Legal documentation preparation"},
|
||||
{
|
||||
icon: Banknote,
|
||||
text: "Corporate bank account assistance",
|
||||
},
|
||||
text: "Corporate bank account assistance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg?_wi=2",
|
||||
imageAlt: "company registration icon",
|
||||
},
|
||||
{
|
||||
title: "Business Licensing",
|
||||
description: "Secure all necessary permits and approvals for seamless operations in your target market.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/law-justice-element-collection-with-flat-design_23-2147827894.jpg",
|
||||
imageAlt: "Business licensing icon",
|
||||
},
|
||||
title: "Business Licensing", description: "Secure all necessary permits and approvals for seamless operations in your target market.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/law-justice-element-collection-with-flat-design_23-2147827894.jpg", imageAlt: "Business licensing icon"},
|
||||
items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Commercial licenses",
|
||||
},
|
||||
text: "Commercial licenses"},
|
||||
{
|
||||
icon: HardHat,
|
||||
text: "Industrial licenses",
|
||||
},
|
||||
text: "Industrial licenses"},
|
||||
{
|
||||
icon: Globe,
|
||||
text: "Import and export permits",
|
||||
},
|
||||
text: "Import and export permits"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150433454.jpg?_wi=2",
|
||||
imageAlt: "company registration icon",
|
||||
},
|
||||
{
|
||||
title: "International Market Entry",
|
||||
description: "Receive expert guidance on market analysis, jurisdiction comparison, and regulatory compliance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-managements-rapid-growth-effective-strategy-product-idea-deal-set-isolated-vector-illustration_1284-2540.jpg",
|
||||
imageAlt: "International market entry icon",
|
||||
},
|
||||
title: "International Market Entry", description: "Receive expert guidance on market analysis, jurisdiction comparison, and regulatory compliance.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-managements-rapid-growth-effective-strategy-product-idea-deal-set-isolated-vector-illustration_1284-2540.jpg", imageAlt: "International market entry icon"},
|
||||
items: [
|
||||
{
|
||||
icon: Map,
|
||||
text: "Market entry guidance",
|
||||
},
|
||||
text: "Market entry guidance"},
|
||||
{
|
||||
icon: Scale,
|
||||
text: "Regulatory compliance support",
|
||||
},
|
||||
text: "Regulatory compliance support"},
|
||||
{
|
||||
icon: Briefcase,
|
||||
text: "Corporate governance assistance",
|
||||
},
|
||||
text: "Corporate governance assistance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-europe-flag-with-businessmen-background_1098-2932.jpg?_wi=2",
|
||||
imageAlt: "company registration icon",
|
||||
},
|
||||
{
|
||||
title: "Compliance & Renewals",
|
||||
description: "Stay compliant with ongoing legal requirements and ensure timely renewals for uninterrupted operations.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-headset-using-laptop_74855-3069.jpg",
|
||||
imageAlt: "Compliance and renewals icon",
|
||||
},
|
||||
title: "Compliance & Renewals", description: "Stay compliant with ongoing legal requirements and ensure timely renewals for uninterrupted operations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-headset-using-laptop_74855-3069.jpg", imageAlt: "Compliance and renewals icon"},
|
||||
items: [
|
||||
{
|
||||
icon: CalendarCheck2,
|
||||
text: "Annual filing requirements",
|
||||
},
|
||||
text: "Annual filing requirements"},
|
||||
{
|
||||
icon: Repeat,
|
||||
text: "License renewals",
|
||||
},
|
||||
text: "License renewals"},
|
||||
{
|
||||
icon: BookText,
|
||||
text: "Corporate record maintenance",
|
||||
},
|
||||
text: "Corporate record maintenance"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-map-continent-global-support-graphic_53876-124528.jpg?_wi=2",
|
||||
imageAlt: "company registration icon",
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -327,40 +220,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "step-1",
|
||||
name: "Step 1: Consultation",
|
||||
price: "Initial Assessment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contract-conclusion-office_1098-21018.jpg",
|
||||
imageAlt: "Business consultation meeting desk",
|
||||
},
|
||||
id: "step-1", name: "Step 1: Consultation", price: "Initial Assessment", imageSrc: "http://img.b2bpic.net/free-photo/contract-conclusion-office_1098-21018.jpg", imageAlt: "Business consultation meeting desk"},
|
||||
{
|
||||
id: "step-2",
|
||||
name: "Step 2: Market & Structure Selection",
|
||||
price: "Strategic Planning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueprint-architect-construction-project-sketch-concept_53876-122993.jpg",
|
||||
imageAlt: "World map market selection",
|
||||
},
|
||||
id: "step-2", name: "Step 2: Market & Structure Selection", price: "Strategic Planning", imageSrc: "http://img.b2bpic.net/free-photo/blueprint-architect-construction-project-sketch-concept_53876-122993.jpg", imageAlt: "World map market selection"},
|
||||
{
|
||||
id: "step-3",
|
||||
name: "Step 3: Documentation",
|
||||
price: "Legal Preparation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-work-documents-table-office_1150-1687.jpg",
|
||||
imageAlt: "Legal documents stack pen",
|
||||
},
|
||||
id: "step-3", name: "Step 3: Documentation", price: "Legal Preparation", imageSrc: "http://img.b2bpic.net/free-photo/graph-work-documents-table-office_1150-1687.jpg", imageAlt: "Legal documents stack pen"},
|
||||
{
|
||||
id: "step-4",
|
||||
name: "Step 4: Approval & Licensing",
|
||||
price: "Regulatory Compliance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-authorized-stamp-mark-concept_53876-125170.jpg",
|
||||
imageAlt: "Approval stamp on document",
|
||||
},
|
||||
id: "step-4", name: "Step 4: Approval & Licensing", price: "Regulatory Compliance", imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-authorized-stamp-mark-concept_53876-125170.jpg", imageAlt: "Approval stamp on document"},
|
||||
{
|
||||
id: "step-5",
|
||||
name: "Step 5: Business Launch",
|
||||
price: "Operational Setup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-coworkers-celebrating_23-2149295517.jpg",
|
||||
imageAlt: "New office launch celebration",
|
||||
},
|
||||
id: "step-5", name: "Step 5: Business Launch", price: "Operational Setup", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-coworkers-celebrating_23-2149295517.jpg", imageAlt: "New office launch celebration"},
|
||||
]}
|
||||
title="Our Simplified Process"
|
||||
description="Our experts simplify every step of the process to ensure a smooth and successful international launch."
|
||||
@@ -372,14 +240,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Expertise Across Multiple Jurisdictions",
|
||||
"Fast & Transparent Process",
|
||||
"End-to-End Support",
|
||||
"Global Network of Professionals",
|
||||
"Dedicated Advisors",
|
||||
"Customized Solutions",
|
||||
"Risk Mitigation & Compliance",
|
||||
]}
|
||||
"Expertise Across Multiple Jurisdictions", "Fast & Transparent Process", "End-to-End Support", "Global Network of Professionals", "Dedicated Advisors", "Customized Solutions", "Risk Mitigation & Compliance"]}
|
||||
title="Why Choose Overseas Business Setup?"
|
||||
description="Gain a competitive edge with our unmatched expertise, transparent processes, and dedicated support for your global expansion."
|
||||
/>
|
||||
@@ -393,59 +254,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "GlobalTech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-eyeglasses-office_1262-3710.jpg",
|
||||
imageAlt: "professional businessman smiling office",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "GlobalTech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-eyeglasses-office_1262-3710.jpg", imageAlt: "professional businessman smiling office"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "Innovate Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
imageAlt: "businesswoman confident pose office",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "Innovate Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "businesswoman confident pose office"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "Apex Strategies",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg",
|
||||
imageAlt: "young male professional headshot",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "Apex Strategies", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15172.jpg", imageAlt: "young male professional headshot"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "Frontier Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg",
|
||||
imageAlt: "smiling female manager portrait",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "Frontier Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg", imageAlt: "smiling female manager portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Founder",
|
||||
company: "Pioneer Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
imageAlt: "senior business leader portrait",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Founder", company: "Pioneer Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "senior business leader portrait"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chris Miller",
|
||||
role: "Operations Lead",
|
||||
company: "Dynamic Logistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-her-office_329181-13386.jpg",
|
||||
imageAlt: "young female founder smiling",
|
||||
},
|
||||
id: "6", name: "Chris Miller", role: "Operations Lead", company: "Dynamic Logistics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-her-office_329181-13386.jpg", imageAlt: "young female founder smiling"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from businesses that have successfully expanded internationally with our expert guidance and support."
|
||||
@@ -458,25 +283,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How long does company registration take?",
|
||||
content: "The timeline depends on the selected jurisdiction, business activity, and regulatory requirements. Most registrations can be completed within a few days to several weeks.",
|
||||
},
|
||||
id: "faq-1", title: "How long does company registration take?", content: "The timeline depends on the selected jurisdiction, business activity, and regulatory requirements. Most registrations can be completed within a few days to several weeks."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do I need a local partner?",
|
||||
content: "Requirements vary by country and business activity. Our advisors will guide you through the applicable regulations, ensuring full compliance.",
|
||||
},
|
||||
id: "faq-2", title: "Do I need a local partner?", content: "Requirements vary by country and business activity. Our advisors will guide you through the applicable regulations, ensuring full compliance."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can you assist with licensing and compliance?",
|
||||
content: "Yes, we provide comprehensive support for all licensing, renewals, regulatory compliance, and ongoing corporate administration to keep your business running smoothly.",
|
||||
},
|
||||
id: "faq-3", title: "Can you assist with licensing and compliance?", content: "Yes, we provide comprehensive support for all licensing, renewals, regulatory compliance, and ongoing corporate administration to keep your business running smoothly."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Which countries do you support?",
|
||||
content: "We assist businesses across a wide range of international markets. Our team can recommend the most suitable jurisdiction tailored to your specific global expansion goals.",
|
||||
},
|
||||
id: "faq-4", title: "Which countries do you support?", content: "We assist businesses across a wide range of international markets. Our team can recommend the most suitable jurisdiction tailored to your specific global expansion goals."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/headshot-puzzled-african-american-husband-his-wife-hold-chin-purse-lips_273609-28494.jpg"
|
||||
imageAlt="businessman thinking questions marks"
|
||||
@@ -491,8 +304,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Expand Internationally?"
|
||||
description="Overseas Business Setup provides professional guidance for company registration, licensing, and market entry services. Book Your Free Consultation Today."
|
||||
@@ -506,66 +318,39 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Company Registration",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Company Registration", href: "#services"},
|
||||
{
|
||||
label: "Business Licensing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Business Licensing", href: "#services"},
|
||||
{
|
||||
label: "Market Entry",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Market Entry", href: "#services"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Compliance", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#process",
|
||||
},
|
||||
label: "Our Process", href: "#process"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#why-choose-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "#why-choose-us"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Client Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Client Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user