Merge version_1 into main #1
@@ -128,7 +128,7 @@ export default function AboutPage() {
|
||||
icon: Handshake,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y&_wi=2"
|
||||
imageAlt="SAIC Leadership Team"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Raleway } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "SAIC Investment Banking | Global Capital Solutions",
|
||||
description: "Leading investment banking firm offering M&A advisory, private equity, real estate, and logistics solutions to institutional investors and enterprises worldwide.",
|
||||
keywords: "investment banking, private equity, real estate investment, corporate finance, M&A advisory, global logistics",
|
||||
metadataBase: new URL("https://saic-investments.com"),
|
||||
alternates: {
|
||||
canonical: "https://saic-investments.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "SAIC Investment Banking | Global Capital Solutions",
|
||||
description: "Leading investment banking firm specializing in M&A, private equity, real estate, and logistics across 45+ countries.",
|
||||
url: "https://saic-investments.com",
|
||||
siteName: "S'thaka Assets Investments Corporate",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://saic-investments.com/og-image.jpg",
|
||||
alt: "SAIC Investment Banking Platform",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "SAIC Investment Banking | Global Capital Solutions",
|
||||
description: "Leading investment banking firm offering M&A advisory, private equity, real estate, and logistics solutions.",
|
||||
images: ["https://saic-investments.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -171,7 +171,7 @@ export default function HomePage() {
|
||||
icon: Building2,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cnm84y&_wi=1"
|
||||
imageAlt="SAIC Corporate Team"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -255,28 +255,28 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=1",
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=2",
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=3",
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=4",
|
||||
imageAlt: "Mineral Resources Investment",
|
||||
},
|
||||
]}
|
||||
@@ -350,7 +350,7 @@ export default function HomePage() {
|
||||
role: "CEO",
|
||||
company: "Asia Pacific Holdings",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=1",
|
||||
imageAlt: "Michael Chen CEO",
|
||||
},
|
||||
{
|
||||
@@ -359,7 +359,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=2",
|
||||
imageAlt: "Amelia Rodriguez CFO",
|
||||
},
|
||||
{
|
||||
@@ -368,7 +368,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=3",
|
||||
imageAlt: "James Okonkwo Director",
|
||||
},
|
||||
{
|
||||
@@ -377,7 +377,7 @@ export default function HomePage() {
|
||||
role: "COO",
|
||||
company: "Scandinavian Logistics Group",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=4",
|
||||
imageAlt: "Sarah Bergström COO",
|
||||
},
|
||||
{
|
||||
@@ -386,7 +386,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=5",
|
||||
imageAlt: "David Patel Partner",
|
||||
},
|
||||
{
|
||||
@@ -395,7 +395,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6lq4kx&_wi=6",
|
||||
imageAlt: "Elena Volkov Manager",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -166,28 +166,28 @@ export default function ServicesPage() {
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=5",
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=6",
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=7",
|
||||
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",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p5gqmq&_wi=8",
|
||||
imageAlt: "Retainer Services",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user