diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4bb5cfc..745db56 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4703102..b2ca7e2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() { @@ -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" /> @@ -303,30 +248,18 @@ export default function HomePage() { @@ -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" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 758fe3b..b3b9821 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" /> @@ -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" /> @@ -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"