Merge version_2 into main #2
@@ -1,58 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Figtree } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "IPO Generation | Scale Private Giants to Public Markets", description: "Premier fintech advisory firm specializing in digital transformation and IPO preparation for enterprises seeking dual listings across Egyptian and international exchanges.", keywords: "IPO advisory, fintech transformation, capital markets, DFM ADX listings, enterprise valuation, digital restructuring", metadataBase: new URL("https://ipogeneration.com"),
|
||||
alternates: {
|
||||
canonical: "https://ipogeneration.com"},
|
||||
openGraph: {
|
||||
title: "IPO Generation | Scaling Private Giants into Public Legacies", description: "We architect the digital and financial bridge between local operations and global capital markets through precision-engineered tech transformation.", url: "https://ipogeneration.com", siteName: "IPO Generation", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-sophisticated-digital-visualization-of-1772804299838-b8b77de1.png", alt: "Global financial markets and IPO transformation"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "IPO Generation | Scale Your Enterprise to Public Markets", description: "Digital transformation and IPO advisory for enterprises targeting DFM, ADX, and international listings.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-sophisticated-digital-visualization-of-1772804299838-b8b77de1.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "IPO Generation", description: "We architect the digital and financial bridge between local operations and global capital markets."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -38,7 +38,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Audit", href: "contact"}}
|
||||
text: "Schedule Audit", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
logoText="IPO Generation"
|
||||
description="We architect the digital and financial bridge between local operations and global capital markets. Through precision-engineered tech transformation, we prepare your enterprise for the world stage."
|
||||
buttons={[
|
||||
{ text: "Start Your Transformation", href: "contact" },
|
||||
{ text: "Get Free IPO Readiness Audit", href: "contact" },
|
||||
{ text: "Learn Our Process", href: "about" },
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -131,16 +132,22 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "discovery", tag: "Discovery Phase", price: "Strategic", period: "Assessment", description: "Initial evaluation of your enterprise value, technology gaps, and market readiness for public listing.", button: { text: "Schedule Audit", href: "contact" }, featuresTitle: "Included:", features: [
|
||||
"Comprehensive valuation analysis", "Tech infrastructure assessment", "Market readiness evaluation", "Regulatory compliance review"],
|
||||
id: "discovery", tag: "Discovery Phase", price: "Strategic", period: "Assessment", description: "Initial evaluation of your enterprise value, technology gaps, and market readiness for public listing.", button: { text: "Schedule Audit", href: "contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Comprehensive valuation analysis", "Tech infrastructure assessment", "Market readiness evaluation", "Regulatory compliance review"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "transform", tag: "Transformation Program", price: "Success-Driven", period: "Model", description: "Full digital and financial restructuring with our interests aligned to your market capitalization growth.", button: { text: "Explore Program", href: "contact" }, featuresTitle: "Delivered:", features: [
|
||||
"AI-powered systems integration", "Financial restructuring", "Governance framework implementation", "Investor relations strategy", "Ongoing market advisory"],
|
||||
id: "transform", tag: "Transformation Program", price: "Success-Driven", period: "Model", description: "Full digital and financial restructuring with our interests aligned to your market capitalization growth.", button: { text: "Explore Program", href: "contact" },
|
||||
featuresTitle: "Delivered:", features: [
|
||||
"AI-powered systems integration", "Financial restructuring", "Governance framework implementation", "Investor relations strategy", "Ongoing market advisory"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "launch", tag: "IPO Execution", price: "Full Spectrum", period: "Support", description: "End-to-end IPO launch coordination with dual-listing expertise across Egyptian and international exchanges.", button: { text: "Begin Launch", href: "contact" }, featuresTitle: "Managed:", features: [
|
||||
"Exchange coordination (DFM/ADX)", "Investor roadshow management", "Regulatory filing optimization", "Post-listing performance strategy", "Long-term institutional relationships"],
|
||||
id: "launch", tag: "IPO Execution", price: "Full Spectrum", period: "Support", description: "End-to-end IPO launch coordination with dual-listing expertise across Egyptian and international exchanges.", button: { text: "Begin Launch", href: "contact" },
|
||||
featuresTitle: "Managed:", features: [
|
||||
"Exchange coordination (DFM/ADX)", "Investor roadshow management", "Regulatory filing optimization", "Post-listing performance strategy", "Long-term institutional relationships"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -158,17 +165,23 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Khalid Al-Ezaby", role: "Founder & Chief Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-portrait-of-a-co-1772804301289-4c829dfa.png", imageAlt: "Khalid Al-Ezaby"},
|
||||
id: "1", name: "Khalid Al-Ezaby", role: "Founder & Chief Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-portrait-of-a-co-1772804301289-4c829dfa.png", imageAlt: "Khalid Al-Ezaby"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Amara Okafor", role: "VP Technology Transformation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-portrait-of-a-co-1772804299504-ab41f590.png", imageAlt: "Amara Okafor"},
|
||||
id: "2", name: "Amara Okafor", role: "VP Technology Transformation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-portrait-of-a-co-1772804299504-ab41f590.png", imageAlt: "Amara Okafor"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Yasmin Hassan", role: "Head of Capital Markets", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-confident-f-1772804299591-b0dd8721.png", imageAlt: "Yasmin Hassan"},
|
||||
id: "3", name: "Yasmin Hassan", role: "Head of Capital Markets", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-confident-f-1772804299591-b0dd8721.png", imageAlt: "Yasmin Hassan"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marcus Chen", role: "Governance & Compliance Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-male-execut-1772804299449-b5c87d7f.png", imageAlt: "Marcus Chen"},
|
||||
id: "4", name: "Marcus Chen", role: "Governance & Compliance Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-male-execut-1772804299449-b5c87d7f.png", imageAlt: "Marcus Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Fatima Al-Mansouri", role: "Regional Exchange Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-confident-f-1772804299131-3a7f3934.png", imageAlt: "Fatima Al-Mansouri"},
|
||||
id: "5", name: "Fatima Al-Mansouri", role: "Regional Exchange Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-confident-f-1772804299131-3a7f3934.png", imageAlt: "Fatima Al-Mansouri"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kobo", role: "Financial Restructuring Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-male-execut-1772804299530-29119e4f.png", imageAlt: "David Kobo"},
|
||||
id: "6", name: "David Kobo", role: "Financial Restructuring Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-headshot-of-a-male-execut-1772804299530-29119e4f.png", imageAlt: "David Kobo"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -186,22 +199,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ahmed Mansour", role: "CEO", company: "TechFlow Egypt", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-photograph-of-a--1772804300649-900d9e02.png", imageAlt: "Ahmed Mansour"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-photograph-of-a--1772804300649-900d9e02.png", imageAlt: "Ahmed Mansour"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Layla Bahri", role: "Founder", company: "Digital Logistics MENA", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-of-a-confident-f-1772804302216-2cab77ba.png", imageAlt: "Layla Bahri"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-of-a-confident-f-1772804302216-2cab77ba.png", imageAlt: "Layla Bahri"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Karim Ragheb", role: "Executive Chairman", company: "Fintech Innovations UAE", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-executive-portrait-of-a-s-1772804300552-b6087f59.png", imageAlt: "Karim Ragheb"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-executive-portrait-of-a-s-1772804300552-b6087f59.png", imageAlt: "Karim Ragheb"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Nadia Al-Balushi", role: "Managing Director", company: "GCC Trading Systems", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-of-a-confident-f-1772804299967-9377491e.png", imageAlt: "Nadia Al-Balushi"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-of-a-confident-f-1772804299967-9377491e.png", imageAlt: "Nadia Al-Balushi"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Ibrahim Khalifa", role: "President", company: "Regional Commerce Group", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-executive-portrait-of-a-s-1772804301095-136bf70d.png", imageAlt: "Ibrahim Khalifa"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-executive-portrait-of-a-s-1772804301095-136bf70d.png", imageAlt: "Ibrahim Khalifa"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Samira Hassan", role: "Chief Operating Officer", company: "Market Solutions MENA", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-of-a-confident-f-1772804300231-707f7fcc.png", imageAlt: "Samira Hassan"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZdVdTvy4rPNAr6JLCRSxvrbsq/a-professional-portrait-of-a-confident-f-1772804300231-707f7fcc.png", imageAlt: "Samira Hassan"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user