Update src/app/services/page.tsx

This commit is contained in:
2026-03-13 16:39:13 +00:00
parent c5dd3d8c49
commit 2b1c9d75cc

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"