Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-13 16:39:17 +00:00
4 changed files with 149 additions and 427 deletions

View File

@@ -26,8 +26,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Investment Banking", href: "/services" },
{ label: "Private Equity", href: "/services" },
{ label: "Real Estate", href: "/services" },
@@ -36,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -45,8 +43,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "FAQ", href: "#faq" },
@@ -54,8 +51,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
@@ -83,9 +79,7 @@ export default function AboutPage() {
brandName="SAIC"
navItems={navItems}
button={{
text: "Get in Touch",
href: "/contact",
}}
text: "Get in Touch", href: "/contact"}}
animateOnLoad={true}
className="backdrop-blur-md"
navItemClassName="text-sm font-medium hover:text-[var(--primary-cta)]"
@@ -100,35 +94,27 @@ export default function AboutPage() {
title="Our Company Story"
description="Founded in 2008, S'thaka Assets Investments Corporate emerged from a vision to bridge capital markets and emerging economic opportunities across Africa and global markets. Over 15+ years, we have evolved into a trusted partner for institutional investors, multinational corporations, and visionary entrepreneurs seeking strategic financial solutions and market access."
tag="Established Excellence"
tagAnimation="reveal-blur"
tagAnimation="slide-up"
buttons={[
{
text: "Explore Services",
href: "/services",
},
text: "Explore Services", href: "/services"},
]}
buttonAnimation="slide-up"
bulletPoints={[
{
title: "15+ Years Market Experience",
description:
"Decades of proven track record in capital markets, M&A transactions, and emerging market investments.",
icon: Award,
title: "15+ Years Market Experience", description:
"Decades of proven track record in capital markets, M&A transactions, and emerging market investments.", icon: Award,
},
{
title: "Global Network",
description:
"Strategic partnerships across 45+ countries with local expertise in regional markets and international corridors.",
icon: Globe,
title: "Global Network", description:
"Strategic partnerships across 45+ countries with local expertise in regional markets and international corridors.", icon: Globe,
},
{
title: "Institutional Trust",
description:
"Trusted by 2,500+ institutional investors, pension funds, and corporate clients for disciplined investment management.",
icon: Handshake,
title: "Institutional Trust", description:
"Trusted by 2,500+ institutional investors, pension funds, and corporate clients for disciplined investment management.", icon: Handshake,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y&_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y"
imageAlt="SAIC Leadership Team"
mediaAnimation="blur-reveal"
textboxLayout="default"
@@ -151,55 +137,41 @@ export default function AboutPage() {
features={[
{
icon: Target,
title: "Integrity First",
description:
"Unwavering commitment to ethical practices, transparent reporting, and fiduciary responsibility in all dealings.",
},
title: "Integrity First", description:
"Unwavering commitment to ethical practices, transparent reporting, and fiduciary responsibility in all dealings."},
{
icon: TrendingUp,
title: "Value Creation",
description:
"Focused on generating sustainable returns through strategic insights, operational excellence, and market discipline.",
},
title: "Value Creation", description:
"Focused on generating sustainable returns through strategic insights, operational excellence, and market discipline."},
{
icon: Users,
title: "Partnership Approach",
description:
"Collaborative engagement with clients, treating each investment as a shared venture toward mutual success.",
},
title: "Partnership Approach", description:
"Collaborative engagement with clients, treating each investment as a shared venture toward mutual success."},
{
icon: Globe,
title: "Global Perspective",
description:
"Deep understanding of emerging markets with local expertise to identify opportunities others miss.",
},
title: "Global Perspective", description:
"Deep understanding of emerging markets with local expertise to identify opportunities others miss."},
{
icon: Award,
title: "Excellence Standards",
description:
"Maintaining highest industry standards in research, due diligence, and investment management processes.",
},
title: "Excellence Standards", description:
"Maintaining highest industry standards in research, due diligence, and investment management processes."},
{
icon: Handshake,
title: "Stakeholder Focus",
description:
"Balancing interests of investors, portfolio companies, and communities for sustainable long-term impact.",
},
title: "Stakeholder Focus", description:
"Balancing interests of investors, portfolio companies, and communities for sustainable long-term impact."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{
text: "Contact Leadership",
href: "/contact",
},
text: "Contact Leadership", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="SAIC Company Values"
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-base opacity-90"
cardTitleClassName="text-4xl font-bold"
cardDescriptionClassName="text-base opacity-90"
gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"
/>
</div>

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Investment Banking", href: "/services" },
{ label: "Private Equity", href: "/services" },
{ label: "Real Estate", href: "/services" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Our Team", href: "/" },
{ label: "Careers", href: "#" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "FAQ", href: "/contact#faq" },
@@ -47,8 +44,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
@@ -76,9 +72,7 @@ export default function ContactPage() {
brandName="SAIC"
navItems={navItems}
button={{
text: "Get in Touch",
href: "/contact",
}}
text: "Get in Touch", href: "/contact"}}
animateOnLoad={true}
className="backdrop-blur-md"
navItemClassName="text-sm font-medium hover:text-[var(--primary-cta)]"
@@ -94,41 +88,22 @@ export default function ContactPage() {
description="Connect with our investment specialists to explore opportunities aligned with your financial goals."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Full Name",
required: true,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20",
},
name: "fullName", type: "text", placeholder: "Full Name", required: true,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20"},
{
name: "email",
type: "email",
placeholder: "Professional Email",
required: true,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20",
},
name: "email", type: "email", placeholder: "Professional Email", required: true,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20"},
{
name: "investmentSize",
type: "text",
placeholder: "Investment Amount / Range",
required: false,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20",
},
name: "investmentSize", type: "text", placeholder: "Investment Amount / Range", required: false,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20"},
{
name: "phone",
type: "tel",
placeholder: "Contact Number",
required: true,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20",
},
name: "phone", type: "tel", placeholder: "Contact Number", required: true,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20"},
]}
textarea={{
name: "message",
placeholder: "Tell us about your investment interests and goals...",
rows: 5,
name: "message", placeholder: "Tell us about your investment interests and goals...", rows: 5,
required: true,
className: "w-full px-4 py-3 rounded-lg border border-opacity-20",
}}
className: "w-full px-4 py-3 rounded-lg border border-opacity-20"}}
useInvertedBackground={false}
mediaAnimation="opacity"
mediaPosition="right"
@@ -146,28 +121,16 @@ export default function ContactPage() {
<MetricCardFourteen
title="Global Office Locations & Support"
tag="Worldwide Presence"
tagAnimation="reveal-blur"
tagAnimation="slide-up"
metrics={[
{
id: "regional-offices",
value: "12+",
description: "Regional Offices",
},
id: "regional-offices", value: "12+", description: "Regional Offices"},
{
id: "local-teams",
value: "250+",
description: "Local Team Members",
},
id: "local-teams", value: "250+", description: "Local Team Members"},
{
id: "response-time",
value: "<4hrs",
description: "Average Response Time",
},
id: "response-time", value: "<4hrs", description: "Average Response Time"},
{
id: "languages",
value: "25+",
description: "Languages Supported",
},
id: "languages", value: "25+", description: "Languages Supported"},
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
@@ -185,35 +148,17 @@ export default function ContactPage() {
sideDescription="Quick answers to common questions about reaching SAIC and our support processes."
faqs={[
{
id: "faq-contact-1",
title: "What is your response time for inquiries?",
content: "We typically respond to inquiries within 4 business hours during regular business hours. Emergency requests receive priority handling. Our global team ensures 24/7 coverage across major time zones.",
},
id: "faq-contact-1", title: "What is your response time for inquiries?", content: "We typically respond to inquiries within 4 business hours during regular business hours. Emergency requests receive priority handling. Our global team ensures 24/7 coverage across major time zones."},
{
id: "faq-contact-2",
title: "Which office should I contact for my region?",
content: "Use the contact form and specify your region; we'll direct your inquiry to the appropriate local office. Alternatively, contact our main office and we'll facilitate the connection immediately.",
},
id: "faq-contact-2", title: "Which office should I contact for my region?", content: "Use the contact form and specify your region; we'll direct your inquiry to the appropriate local office. Alternatively, contact our main office and we'll facilitate the connection immediately."},
{
id: "faq-contact-3",
title: "Do you offer virtual consultations?",
content: "Yes, we conduct video consultations via Zoom, Microsoft Teams, or your preferred platform. Schedule a call directly through our contact form or contact your account manager.",
},
id: "faq-contact-3", title: "Do you offer virtual consultations?", content: "Yes, we conduct video consultations via Zoom, Microsoft Teams, or your preferred platform. Schedule a call directly through our contact form or contact your account manager."},
{
id: "faq-contact-4",
title: "What information should I provide in my inquiry?",
content: "Include your investment size, timeline, target sectors, and specific goals. This helps us assign the right specialist and provide accurate preliminary guidance during your first call.",
},
id: "faq-contact-4", title: "What information should I provide in my inquiry?", content: "Include your investment size, timeline, target sectors, and specific goals. This helps us assign the right specialist and provide accurate preliminary guidance during your first call."},
{
id: "faq-contact-5",
title: "Is there a fee for initial consultations?",
content: "No, initial consultations are complimentary. We conduct a detailed needs assessment to understand your objectives before discussing engagement terms and fee structures.",
},
id: "faq-contact-5", title: "Is there a fee for initial consultations?", content: "No, initial consultations are complimentary. We conduct a detailed needs assessment to understand your objectives before discussing engagement terms and fee structures."},
{
id: "faq-contact-6",
title: "How do you handle confidential information?",
content: "All discussions are protected by confidentiality agreements. We maintain strict data security protocols and comply with international privacy regulations including GDPR and SOC 2 standards.",
},
id: "faq-contact-6", title: "How do you handle confidential information?", content: "All discussions are protected by confidentiality agreements. We maintain strict data security protocols and comply with international privacy regulations including GDPR and SOC 2 standards."},
]}
faqsAnimation="slide-up"
textPosition="left"
@@ -221,9 +166,7 @@ export default function ContactPage() {
showCard={true}
buttons={[
{
text: "Schedule Now",
href: "/contact",
},
text: "Schedule Now", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="Contact FAQ"

View File

@@ -37,8 +37,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Investment Banking", href: "/services" },
{ label: "Private Equity", href: "/services" },
{ label: "Real Estate", href: "/services" },
@@ -47,8 +46,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -56,8 +54,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "FAQ", href: "#faq" },
@@ -65,8 +62,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
@@ -94,9 +90,7 @@ export default function HomePage() {
brandName="SAIC"
navItems={navItems}
button={{
text: "Get in Touch",
href: "/contact",
}}
text: "Get in Touch", href: "/contact"}}
animateOnLoad={true}
className="backdrop-blur-md"
navItemClassName="text-sm font-medium hover:text-[var(--primary-cta)]"
@@ -111,17 +105,12 @@ export default function HomePage() {
logoText="SAIC"
description="S'thaka Assets Investments Corporate — Your Premier Global Investment Banking Partner. Specializing in Investment Banking, Private Equity, Real Estate, Logistics, and Mineral Resources."
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
buttons={[
{
text: "Explore Our Services",
href: "/services",
},
text: "Explore Our Services", href: "/services"},
{
text: "Schedule Consultation",
href: "/contact",
},
text: "Schedule Consultation", href: "/contact"},
]}
buttonAnimation="slide-up"
layoutOrder="default"
@@ -146,32 +135,24 @@ export default function HomePage() {
title="About SAIC"
description="S'thaka Assets Investments Corporate is a leading investment banking firm delivering comprehensive financial solutions across multiple sectors. With deep expertise in capital markets, private equity structuring, real estate valuations, and global logistics, we connect ambitious entrepreneurs and established enterprises with growth opportunities."
tag="Our Mission"
tagAnimation="reveal-blur"
tagAnimation="slide-up"
buttons={[
{
text: "Learn More",
href: "/about",
},
text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
bulletPoints={[
{
title: "Investment Banking",
description: "Expert M&A advisory, capital raising, and strategic financial structuring for enterprises seeking market expansion and value creation.",
icon: TrendingUp,
title: "Investment Banking", description: "Expert M&A advisory, capital raising, and strategic financial structuring for enterprises seeking market expansion and value creation.", icon: TrendingUp,
},
{
title: "Private Equity",
description: "Strategic equity partnerships and portfolio management to drive operational excellence and sustainable returns.",
icon: PieChart,
title: "Private Equity", description: "Strategic equity partnerships and portfolio management to drive operational excellence and sustainable returns.", icon: PieChart,
},
{
title: "Real Estate Investment",
description: "Property acquisition, development, and asset management across residential, commercial, and industrial sectors.",
icon: Building2,
title: "Real Estate Investment", description: "Property acquisition, development, and asset management across residential, commercial, and industrial sectors.", icon: Building2,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y&_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y"
imageAlt="SAIC Corporate Team"
mediaAnimation="blur-reveal"
textboxLayout="default"
@@ -195,49 +176,35 @@ export default function HomePage() {
features={[
{
icon: DollarSign,
title: "Investment Banking",
description: "Strategic M&A, capital raising, and financial advisory for growth-stage and mature enterprises across all sectors.",
},
title: "Investment Banking", description: "Strategic M&A, capital raising, and financial advisory for growth-stage and mature enterprises across all sectors."},
{
icon: TrendingUp,
title: "Private Equity Investment",
description: "Structured equity investments with hands-on operational support to maximize portfolio company performance.",
},
title: "Private Equity Investment", description: "Structured equity investments with hands-on operational support to maximize portfolio company performance."},
{
icon: Home,
title: "Real Estate Ventures",
description: "Comprehensive real estate solutions including acquisitions, development financing, and asset management services.",
},
title: "Real Estate Ventures", description: "Comprehensive real estate solutions including acquisitions, development financing, and asset management services."},
{
icon: Anchor,
title: "Sea Freight Logistics",
description: "International maritime freight solutions with global network partnerships for seamless cargo movement.",
},
title: "Sea Freight Logistics", description: "International maritime freight solutions with global network partnerships for seamless cargo movement."},
{
icon: Plane,
title: "Air Freight Services",
description: "Express air cargo solutions connecting markets with speed and reliability for time-sensitive shipments.",
},
title: "Air Freight Services", description: "Express air cargo solutions connecting markets with speed and reliability for time-sensitive shipments."},
{
icon: Truck,
title: "Land Transportation",
description: "Integrated ground logistics network providing overland freight management and distribution services.",
},
title: "Land Transportation", description: "Integrated ground logistics network providing overland freight management and distribution services."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{
text: "Explore All Services",
href: "/services",
},
text: "Explore All Services", href: "/services"},
]}
buttonAnimation="slide-up"
ariaLabel="SAIC Investment Services"
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-base opacity-90"
cardTitleClassName="text-4xl font-bold"
cardDescriptionClassName="text-base opacity-90"
gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"
/>
</div>
@@ -249,52 +216,30 @@ export default function HomePage() {
description="Curated investment opportunities across diversified asset classes designed for institutional and high-net-worth investors."
tag="Portfolio Options"
tagIcon={Package}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
products={[
{
id: "equity-fund",
name: "Global Equity Fund",
price: "Minimum $250K",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=1",
imageAlt: "Global Equity Portfolio",
},
id: "equity-fund", name: "Global Equity Fund", price: "Minimum $250K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Global Equity Portfolio"},
{
id: "real-estate-reit",
name: "Premium Real Estate REIT",
price: "Minimum $150K",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=2",
imageAlt: "Real Estate Investment Trust",
},
id: "real-estate-reit", name: "Premium Real Estate REIT", price: "Minimum $150K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Real Estate Investment Trust"},
{
id: "logistics-ventures",
name: "Global Logistics Fund",
price: "Minimum $300K",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=3",
imageAlt: "Logistics and Shipping Fund",
},
id: "logistics-ventures", name: "Global Logistics Fund", price: "Minimum $300K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Logistics and Shipping Fund"},
{
id: "commodity-minerals",
name: "Precious Minerals Portfolio",
price: "Minimum $200K",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=4",
imageAlt: "Mineral Resources Investment",
},
id: "commodity-minerals", name: "Precious Minerals Portfolio", price: "Minimum $200K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Mineral Resources Investment"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="scale-rotate"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Request Prospectus",
href: "/contact",
},
text: "Request Prospectus", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="SAIC Investment Products"
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-base opacity-90"
textBoxTitleClassName="text-4xl font-bold"
textBoxDescriptionClassName="text-base opacity-90"
/>
</div>
@@ -303,30 +248,18 @@ export default function HomePage() {
<MetricCardFourteen
title="Investment Performance & Scale"
tag="Market Leadership"
tagAnimation="reveal-blur"
tagAnimation="slide-up"
metrics={[
{
id: "assets-managed",
value: "$4.2B+",
description: "Assets Under Management",
},
id: "assets-managed", value: "$4.2B+", description: "Assets Under Management"},
{
id: "transactions-completed",
value: "300+",
description: "Completed Transactions",
},
id: "transactions-completed", value: "300+", description: "Completed Transactions"},
{
id: "global-markets",
value: "45+",
description: "Countries Served",
},
id: "global-markets", value: "45+", description: "Countries Served"},
{
id: "investor-base",
value: "2,500+",
description: "Institutional Investors",
},
id: "investor-base", value: "2,500+", description: "Institutional Investors"},
]}
metricsAnimation="scale-rotate"
metricsAnimation="blur-reveal"
useInvertedBackground={true}
ariaLabel="SAIC Performance Metrics"
containerClassName="max-w-7xl"
@@ -345,88 +278,44 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "testimonial-1",
name: "Michael Chen",
role: "CEO",
company: "Asia Pacific Holdings",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=1",
imageAlt: "Michael Chen CEO",
},
id: "testimonial-1", name: "Michael Chen", role: "CEO", company: "Asia Pacific Holdings", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx", imageAlt: "Michael Chen CEO"},
{
id: "testimonial-2",
name: "Amelia Rodriguez",
role: "CFO",
company: "Global Trade Finance Corp",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=2",
imageAlt: "Amelia Rodriguez CFO",
},
id: "testimonial-2", name: "Amelia Rodriguez", role: "CFO", company: "Global Trade Finance Corp", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx", imageAlt: "Amelia Rodriguez CFO"},
{
id: "testimonial-3",
name: "James Okonkwo",
role: "Investment Director",
company: "Emerging Markets Fund",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=3",
imageAlt: "James Okonkwo Director",
},
id: "testimonial-3", name: "James Okonkwo", role: "Investment Director", company: "Emerging Markets Fund", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx", imageAlt: "James Okonkwo Director"},
{
id: "testimonial-4",
name: "Sarah Bergström",
role: "COO",
company: "Scandinavian Logistics Group",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=4",
imageAlt: "Sarah Bergström COO",
},
id: "testimonial-4", name: "Sarah Bergström", role: "COO", company: "Scandinavian Logistics Group", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx", imageAlt: "Sarah Bergström COO"},
{
id: "testimonial-5",
name: "David Patel",
role: "Managing Partner",
company: "Real Estate Development Syndicate",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=5",
imageAlt: "David Patel Partner",
},
id: "testimonial-5", name: "David Patel", role: "Managing Partner", company: "Real Estate Development Syndicate", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx", imageAlt: "David Patel Partner"},
{
id: "testimonial-6",
name: "Elena Volkov",
role: "Investment Manager",
company: "Commodity Resources Fund",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=6",
imageAlt: "Elena Volkov Manager",
},
id: "testimonial-6", name: "Elena Volkov", role: "Investment Manager", company: "Commodity Resources Fund", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx", imageAlt: "Elena Volkov Manager"},
]}
kpiItems={[
{
value: "98%",
label: "Client Retention",
},
value: "98%", label: "Client Retention"},
{
value: "15.2%",
label: "Average Annual Return",
},
value: "15.2%", label: "Average Annual Return"},
{
value: "24/7",
label: "Global Support",
},
value: "24/7", label: "Global Support"},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Schedule Call",
href: "/contact",
},
text: "Schedule Call", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="SAIC Client Testimonials"
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-base opacity-90"
textBoxTitleClassName="text-4xl font-bold"
textBoxDescriptionClassName="text-base opacity-90"
/>
</div>
@@ -437,35 +326,17 @@ export default function HomePage() {
sideDescription="Get answers to common questions about our investment banking services, fees, and process."
faqs={[
{
id: "faq-1",
title: "What is the minimum investment amount?",
content: "Minimum investment thresholds vary by product. Our Global Equity Fund requires a $250,000 minimum, while some specialized funds have lower entry points. Contact our investment team for customized options based on your portfolio objectives.",
},
id: "faq-1", title: "What is the minimum investment amount?", content: "Minimum investment thresholds vary by product. Our Global Equity Fund requires a $250,000 minimum, while some specialized funds have lower entry points. Contact our investment team for customized options based on your portfolio objectives."},
{
id: "faq-2",
title: "How long does the M&A advisory process take?",
content: "Typical M&A engagements range from 6-12 months depending on deal complexity, regulatory requirements, and market conditions. We provide detailed timelines during the initial consultation phase.",
},
id: "faq-2", title: "How long does the M&A advisory process take?", content: "Typical M&A engagements range from 6-12 months depending on deal complexity, regulatory requirements, and market conditions. We provide detailed timelines during the initial consultation phase."},
{
id: "faq-3",
title: "What are your service fees?",
content: "Fees are structured based on transaction size, service type, and complexity. Investment banking typically charges 1-2% of transaction value, while asset management fees average 1% annually. We provide transparent fee schedules in client agreements.",
},
id: "faq-3", title: "What are your service fees?", content: "Fees are structured based on transaction size, service type, and complexity. Investment banking typically charges 1-2% of transaction value, while asset management fees average 1% annually. We provide transparent fee schedules in client agreements."},
{
id: "faq-4",
title: "Do you provide real estate due diligence?",
content: "Yes, our real estate team conducts comprehensive due diligence including property valuations, market analysis, title reviews, environmental assessments, and tenant evaluations to ensure informed investment decisions.",
},
id: "faq-4", title: "Do you provide real estate due diligence?", content: "Yes, our real estate team conducts comprehensive due diligence including property valuations, market analysis, title reviews, environmental assessments, and tenant evaluations to ensure informed investment decisions."},
{
id: "faq-5",
title: "Which countries do your logistics services cover?",
content: "We operate in 45+ countries with established partnerships in major ports and logistics hubs. Our sea, air, and land freight networks cover all major trade routes and emerging markets.",
},
id: "faq-5", title: "Which countries do your logistics services cover?", content: "We operate in 45+ countries with established partnerships in major ports and logistics hubs. Our sea, air, and land freight networks cover all major trade routes and emerging markets."},
{
id: "faq-6",
title: "How do I get started with SAIC?",
content: "Begin by scheduling a consultation with our business development team. We'll discuss your investment goals, risk tolerance, and specific needs before recommending tailored solutions and next steps.",
},
id: "faq-6", title: "How do I get started with SAIC?", content: "Begin by scheduling a consultation with our business development team. We'll discuss your investment goals, risk tolerance, and specific needs before recommending tailored solutions and next steps."},
]}
faqsAnimation="slide-up"
textPosition="left"
@@ -473,9 +344,7 @@ export default function HomePage() {
showCard={true}
buttons={[
{
text: "Contact Our Team",
href: "/contact",
},
text: "Contact Our Team", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="SAIC FAQ"

View File

@@ -28,8 +28,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Investment Banking", href: "/services" },
{ label: "Private Equity", href: "/services" },
{ label: "Real Estate", href: "/services" },
@@ -38,8 +37,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Our Team", href: "/" },
{ label: "Careers", href: "#" },
@@ -47,8 +45,7 @@ export default function ServicesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "FAQ", href: "/services#faq" },
@@ -56,8 +53,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
@@ -85,9 +81,7 @@ export default function ServicesPage() {
brandName="SAIC"
navItems={navItems}
button={{
text: "Get in Touch",
href: "/contact",
}}
text: "Get in Touch", href: "/contact"}}
animateOnLoad={true}
className="backdrop-blur-md"
navItemClassName="text-sm font-medium hover:text-[var(--primary-cta)]"
@@ -106,49 +100,35 @@ export default function ServicesPage() {
features={[
{
icon: DollarSign,
title: "Investment Banking & Advisory",
description: "Full-service M&A advisory, capital structuring, debt and equity financing, and strategic financial planning for enterprises of all sizes seeking growth and market expansion.",
},
title: "Investment Banking & Advisory", description: "Full-service M&A advisory, capital structuring, debt and equity financing, and strategic financial planning for enterprises of all sizes seeking growth and market expansion."},
{
icon: TrendingUp,
title: "Private Equity Management",
description: "Structured equity investments with active portfolio management, operational improvements, and value creation strategies. We partner with management teams to drive sustainable growth and returns.",
},
title: "Private Equity Management", description: "Structured equity investments with active portfolio management, operational improvements, and value creation strategies. We partner with management teams to drive sustainable growth and returns."},
{
icon: Home,
title: "Real Estate Investment",
description: "Comprehensive real estate solutions including property acquisitions, development project financing, asset management, and disposition services across residential, commercial, and industrial properties.",
},
title: "Real Estate Investment", description: "Comprehensive real estate solutions including property acquisitions, development project financing, asset management, and disposition services across residential, commercial, and industrial properties."},
{
icon: Anchor,
title: "Maritime & Sea Freight",
description: "Global maritime logistics with partnerships in major shipping corridors. We handle container consolidation, FCL/LCL shipments, port operations, and customs clearance worldwide.",
},
title: "Maritime & Sea Freight", description: "Global maritime logistics with partnerships in major shipping corridors. We handle container consolidation, FCL/LCL shipments, port operations, and customs clearance worldwide."},
{
icon: Plane,
title: "Air Freight & Express Logistics",
description: "Premium air cargo solutions for time-sensitive shipments. Direct access to major airlines, competitive pricing, and real-time tracking for urgent international deliveries.",
},
title: "Air Freight & Express Logistics", description: "Premium air cargo solutions for time-sensitive shipments. Direct access to major airlines, competitive pricing, and real-time tracking for urgent international deliveries."},
{
icon: Truck,
title: "Ground Transportation & Distribution",
description: "Integrated land logistics covering long-distance trucking, warehouse management, last-mile delivery, and supply chain optimization across multiple regions.",
},
title: "Ground Transportation & Distribution", description: "Integrated land logistics covering long-distance trucking, warehouse management, last-mile delivery, and supply chain optimization across multiple regions."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Request Service Details",
href: "/contact",
},
text: "Request Service Details", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="SAIC Detailed Services"
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-base opacity-90"
cardTitleClassName="text-4xl font-bold"
cardDescriptionClassName="text-base opacity-90"
gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"
/>
</div>
@@ -160,52 +140,30 @@ export default function ServicesPage() {
description="Flexible service delivery options tailored to your project scope, timeline, and budget requirements. Choose from structured packages or custom engagements."
tag="Engagement Options"
tagIcon={Package}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
products={[
{
id: "starter-package",
name: "Starter Advisory",
price: "From $50K",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=5",
imageAlt: "Starter Advisory Package",
},
id: "starter-package", name: "Starter Advisory", price: "From $50K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Starter Advisory Package"},
{
id: "professional-package",
name: "Professional Partnership",
price: "From $150K",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=6",
imageAlt: "Professional Partnership Package",
},
id: "professional-package", name: "Professional Partnership", price: "From $150K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Professional Partnership Package"},
{
id: "enterprise-package",
name: "Enterprise Solutions",
price: "Custom Quote",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=7",
imageAlt: "Enterprise Solutions Package",
},
id: "enterprise-package", name: "Enterprise Solutions", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Enterprise Solutions Package"},
{
id: "ongoing-retainer",
name: "Ongoing Retainer Services",
price: "From $5K/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=8",
imageAlt: "Retainer Services",
},
id: "ongoing-retainer", name: "Ongoing Retainer Services", price: "From $5K/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq", imageAlt: "Retainer Services"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="scale-rotate"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{
text: "Discuss Your Needs",
href: "/contact",
},
text: "Discuss Your Needs", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="SAIC Service Packages"
containerClassName="max-w-7xl"
titleClassName="text-4xl font-bold"
descriptionClassName="text-base opacity-90"
textBoxTitleClassName="text-4xl font-bold"
textBoxDescriptionClassName="text-base opacity-90"
/>
</div>
@@ -216,35 +174,17 @@ export default function ServicesPage() {
sideDescription="Detailed answers to questions about our service capabilities, delivery models, and industry expertise."
faqs={[
{
id: "faq-service-1",
title: "What industries do you specialize in?",
content: "SAIC serves diverse sectors including technology, healthcare, financial services, real estate, manufacturing, logistics, and commodity trading. Our team maintains deep expertise across these verticals with established relationships and market insights.",
},
id: "faq-service-1", title: "What industries do you specialize in?", content: "SAIC serves diverse sectors including technology, healthcare, financial services, real estate, manufacturing, logistics, and commodity trading. Our team maintains deep expertise across these verticals with established relationships and market insights."},
{
id: "faq-service-2",
title: "How does your M&A advisory process work?",
content: "We conduct market assessment, target identification, valuation analysis, negotiation support, and transaction closing services. Our phased approach ensures transparent communication and strategic alignment throughout the deal lifecycle.",
},
id: "faq-service-2", title: "How does your M&A advisory process work?", content: "We conduct market assessment, target identification, valuation analysis, negotiation support, and transaction closing services. Our phased approach ensures transparent communication and strategic alignment throughout the deal lifecycle."},
{
id: "faq-service-3",
title: "Can you handle cross-border transactions?",
content: "Yes, we have extensive experience with international M&A, having completed transactions in 45+ countries. Our network includes local legal counsel, tax specialists, and regulatory advisors in all major jurisdictions.",
},
id: "faq-service-3", title: "Can you handle cross-border transactions?", content: "Yes, we have extensive experience with international M&A, having completed transactions in 45+ countries. Our network includes local legal counsel, tax specialists, and regulatory advisors in all major jurisdictions."},
{
id: "faq-service-4",
title: "What is your typical real estate investment scope?",
content: "We handle properties ranging from $5M to $500M+. Our portfolio includes office buildings, retail centers, multifamily residential, industrial facilities, and mixed-use developments across major metropolitan areas and emerging markets.",
},
id: "faq-service-4", title: "What is your typical real estate investment scope?", content: "We handle properties ranging from $5M to $500M+. Our portfolio includes office buildings, retail centers, multifamily residential, industrial facilities, and mixed-use developments across major metropolitan areas and emerging markets."},
{
id: "faq-service-5",
title: "Do you offer supply chain consulting?",
content: "Beyond logistics execution, we provide supply chain optimization analysis, carrier selection, cost reduction strategies, and risk management solutions to improve operational efficiency and reduce logistics expenses.",
},
id: "faq-service-5", title: "Do you offer supply chain consulting?", content: "Beyond logistics execution, we provide supply chain optimization analysis, carrier selection, cost reduction strategies, and risk management solutions to improve operational efficiency and reduce logistics expenses."},
{
id: "faq-service-6",
title: "What guarantees do you provide on project delivery?",
content: "We provide detailed project timelines with milestone-based reporting, dedicated team assignments, and regular client reviews. Service-level agreements specify delivery standards, communication protocols, and escalation procedures.",
},
id: "faq-service-6", title: "What guarantees do you provide on project delivery?", content: "We provide detailed project timelines with milestone-based reporting, dedicated team assignments, and regular client reviews. Service-level agreements specify delivery standards, communication protocols, and escalation procedures."},
]}
faqsAnimation="slide-up"
textPosition="left"
@@ -252,9 +192,7 @@ export default function ServicesPage() {
showCard={true}
buttons={[
{
text: "Contact Us Now",
href: "/contact",
},
text: "Contact Us Now", href: "/contact"},
]}
buttonAnimation="slide-up"
ariaLabel="Services FAQ"