Merge version_2 into main #2
122
src/app/page.tsx
122
src/app/page.tsx
@@ -6,9 +6,11 @@ import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboard
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,9 +30,9 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Expertise", id: "expertise" },
|
||||
{ name: "Why TMAG", id: "why-tmag" },
|
||||
{ name: "Impact", id: "impact" },
|
||||
{ name: "Insights", id: "testimonials" },
|
||||
{ name: "Leadership", id: "leadership" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
@@ -45,7 +47,7 @@ export default function LandingPage() {
|
||||
description="Empowering strategic decisions at the intersection of national security, defence, and advanced technology innovation."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Expertise", href: "expertise" },
|
||||
{ text: "Explore Our Expertise", href: "why-tmag" },
|
||||
{ text: "Start a Conversation", href: "contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
@@ -65,58 +67,31 @@ export default function LandingPage() {
|
||||
{ type: "text", content: "national security and public sector innovation" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn Our Approach", href: "#expertise" },
|
||||
{ text: "Learn Our Approach", href: "why-tmag" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="expertise" data-section="expertise">
|
||||
<div id="why-tmag" data-section="why-tmag">
|
||||
<FeatureCardSixteen
|
||||
negativeCard={{
|
||||
items: [
|
||||
"One-size-fits-all solutions", "Limited defence sector expertise", "Slow decision cycles", "Siloed intelligence gathering", "Generic industry analysis"],
|
||||
"One-size-fits-all solutions", "Limited defence sector expertise", "Slow decision cycles", "Siloed intelligence gathering", "Generic industry analysis"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Tailored strategic frameworks", "Deep national security knowledge", "Rapid strategic deployment", "Integrated multi-disciplinary insights", "Specialized government-tech intelligence"],
|
||||
"Tailored strategic frameworks", "Deep national security knowledge", "Rapid strategic deployment", "Integrated multi-disciplinary insights", "Specialized government-tech intelligence"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
title="Traditional Advisory vs. TMAG Global"
|
||||
description="See how our boutique approach delivers superior strategic clarity for government, defence, and technology sectors."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Differentiation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "National Security", title: "Strategic Policy & Doctrine", items: [
|
||||
"Geopolitical risk assessment", "Defence policy formulation", "Strategic doctrine development"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "Technology Strategy", title: "Advanced Tech Advisory", items: [
|
||||
"Critical infrastructure resilience", "Emerging technology integration", "Cyber-security frameworks"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "Government Relations", title: "Public Sector Transformation", items: [
|
||||
"Institutional strategy alignment", "Multi-agency coordination", "Strategic transformation programs"],
|
||||
},
|
||||
{
|
||||
id: "4", value: "Industry Partnership", title: "Defence-Tech Ecosystem", items: [
|
||||
"Industry-government collaboration", "Innovation acceleration", "Market opportunity analysis"],
|
||||
},
|
||||
]}
|
||||
title="Strategic Capabilities"
|
||||
description="Comprehensive advisory services designed for elite decision-makers in government and defence."
|
||||
tag="Core Expertise"
|
||||
animationType="slide-up"
|
||||
title="Why TMAG Global Stands Apart"
|
||||
description="Key differentiators that set our boutique advisory approach apart from traditional consulting for government, defence, and technology sectors."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Our Differentiators"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,19 +100,23 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "25+", title: "Government Agencies Advised", items: [
|
||||
"National security departments", "Defence ministries", "Strategic planning offices"],
|
||||
"National security departments", "Defence ministries", "Strategic planning offices"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", value: "$2.3B", title: "Strategic Investment Influenced", items: [
|
||||
"Defence modernization programs", "Technology infrastructure", "Innovation initiatives"],
|
||||
"Defence modernization programs", "Technology infrastructure", "Innovation initiatives"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", value: "18+", title: "Years of Combined Expertise", items: [
|
||||
"Senior government advisors", "Defence strategists", "Technology leaders"],
|
||||
"Senior government advisors", "Defence strategists", "Technology leaders"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", value: "5", title: "Strategic Frameworks Deployed", items: [
|
||||
"National defence strategies", "Technology adoption models", "Governance structures"],
|
||||
"National defence strategies", "Technology adoption models", "Governance structures"
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -149,21 +128,54 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="leadership" data-section="leadership">
|
||||
<TeamCardSix
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dr. James Wellington", role: "Founder & Chief Strategic Officer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-general-uniform_23-2149742921.jpg"},
|
||||
{
|
||||
id: "2", name: "Rear Admiral Sarah Chen", role: "Senior Defence Advisor", imageSrc: "http://img.b2bpic.net/free-photo/military-man-suffering-from-ptsd_23-2149307553.jpg"},
|
||||
{
|
||||
id: "3", name: "Dr. Marcus Richardson", role: "Technology Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-looking-into-camera-working-overtime-business-company-meeting-office-room-late-night-workaholics-diverse-multi-ethnic-teamwork-discussing-investment-strategy_482257-15801.jpg"},
|
||||
{
|
||||
id: "4", name: "Ambassador Helena Rossi", role: "Geopolitical Strategy Advisor", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"},
|
||||
{
|
||||
id: "5", name: "General David Morrison", role: "Strategic Operations Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-standing-outside-office-building_107420-74330.jpg"},
|
||||
{
|
||||
id: "6", name: "Dr. Elena Petrov", role: "Policy & Innovation Advisor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
title="Leadership & Advisory Team"
|
||||
description="Seasoned strategists with deep government, defence, and technology sector expertise guiding your organization."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Meet Our Team"
|
||||
tagIcon={Users}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Minister of Defence, Strategic State", date: "Date: November 2024", title: "Essential strategic clarity for national defence", quote: "TMAG Global provided the strategic framework we needed to modernize our defence infrastructure while maintaining institutional alignment. Their deep expertise in both policy and technology was invaluable.", tag: "Government", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-old-general-uniform_23-2149742921.jpg", imageSrc: "http://img.b2bpic.net/free-vector/happy-president-s-day_23-2148039306.jpg"},
|
||||
id: "1", name: "Minister of Defence, Strategic State", date: "Date: November 2024", title: "Essential strategic clarity for national defence", quote: "TMAG Global provided the strategic framework we needed to modernize our defence infrastructure while maintaining institutional alignment. Their deep expertise in both policy and technology was invaluable.", tag: "Government", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-old-general-uniform_23-2149742921.jpg", imageSrc: "http://img.b2bpic.net/free-vector/happy-president-s-day_23-2148039306.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "General Command, National Defence Forces", date: "Date: October 2024", title: "Strategic insight that shaped our doctrine", quote: "Their advisory work directly influenced our strategic doctrine development. TMAG Global bridged the gap between policy ambitions and operational reality in ways we hadn't thought possible.", tag: "Defence", avatarSrc: "http://img.b2bpic.net/free-photo/military-man-suffering-from-ptsd_23-2149307553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg"},
|
||||
id: "2", name: "General Command, National Defence Forces", date: "Date: October 2024", title: "Strategic insight that shaped our doctrine", quote: "Their advisory work directly influenced our strategic doctrine development. TMAG Global bridged the gap between policy ambitions and operational reality in ways we hadn't thought possible.", tag: "Defence", avatarSrc: "http://img.b2bpic.net/free-photo/military-man-suffering-from-ptsd_23-2149307553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Chief Technology Officer, Government Agency", date: "Date: September 2024", title: "Accelerated our technology transformation", quote: "The strategic roadmap TMAG provided accelerated our digital transformation by two years. Their understanding of government technology needs is unmatched in the advisory space.", tag: "Technology", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-looking-into-camera-working-overtime-business-company-meeting-office-room-late-night-workaholics-diverse-multi-ethnic-teamwork-discussing-investment-strategy_482257-15801.jpg", imageSrc: "http://img.b2bpic.net/free-photo/military-expert-control-center-uses-advanced-technology-modern-gear_482257-115713.jpg?_wi=1"},
|
||||
id: "3", name: "Chief Technology Officer, Government Agency", date: "Date: September 2024", title: "Accelerated our technology transformation", quote: "The strategic roadmap TMAG provided accelerated our digital transformation by two years. Their understanding of government technology needs is unmatched in the advisory space.", tag: "Technology", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-looking-into-camera-working-overtime-business-company-meeting-office-room-late-night-workaholics-diverse-multi-ethnic-teamwork-discussing-investment-strategy_482257-15801.jpg", imageSrc: "http://img.b2bpic.net/free-photo/military-expert-control-center-uses-advanced-technology-modern-gear_482257-115713.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Director of Policy, International Relations Ministry", date: "Date: August 2024", title: "Invaluable geopolitical intelligence", quote: "TMAG Global's geopolitical analysis informed our strategic partnerships and international positioning. Their boutique approach allowed for nuanced, context-specific recommendations.", tag: "Policy", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-working-tablet-with-charts-conference-room-team-brainstorm_482257-31840.jpg?_wi=1"},
|
||||
id: "4", name: "Director of Policy, International Relations Ministry", date: "Date: August 2024", title: "Invaluable geopolitical intelligence", quote: "TMAG Global's geopolitical analysis informed our strategic partnerships and international positioning. Their boutique approach allowed for nuanced, context-specific recommendations.", tag: "Policy", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-working-tablet-with-charts-conference-room-team-brainstorm_482257-31840.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "5", name: "CEO, Defence Technology Innovator", date: "Date: July 2024", title: "Expert guidance in a complex ecosystem", quote: "Navigating the defence-technology landscape is complex. TMAG Global's insights into government procurement, strategy, and innovation helped us position our company effectively.", tag: "Industry", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-standing-outside-office-building_107420-74330.jpg", imageSrc: "http://img.b2bpic.net/free-photo/military-expert-control-center-uses-advanced-technology-modern-gear_482257-115713.jpg?_wi=2"},
|
||||
id: "5", name: "CEO, Defence Technology Innovator", date: "Date: July 2024", title: "Expert guidance in a complex ecosystem", quote: "Navigating the defence-technology landscape is complex. TMAG Global's insights into government procurement, strategy, and innovation helped us position our company effectively.", tag: "Industry", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-standing-outside-office-building_107420-74330.jpg", imageSrc: "http://img.b2bpic.net/free-photo/military-expert-control-center-uses-advanced-technology-modern-gear_482257-115713.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Senior Strategist, National Security Think Tank", date: "Date: June 2024", title: "Scholarly rigor meets strategic pragmatism", quote: "What impressed us most was TMAG Global's ability to combine intellectual rigor with practical strategic application. Their work has shaped our institutional thinking.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-working-tablet-with-charts-conference-room-team-brainstorm_482257-31840.jpg?_wi=2"},
|
||||
id: "6", name: "Senior Strategist, National Security Think Tank", date: "Date: June 2024", title: "Scholarly rigor meets strategic pragmatism", quote: "What impressed us most was TMAG Global's ability to combine intellectual rigor with practical strategic application. Their work has shaped our institutional thinking.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-working-tablet-with-charts-conference-room-team-brainstorm_482257-31840.jpg?_wi=2"
|
||||
},
|
||||
]}
|
||||
title="Trusted by Strategic Leaders"
|
||||
description="Testimonials from government officials, defence leaders, and technology innovators."
|
||||
@@ -195,16 +207,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "National Security Advisory", href: "#expertise" },
|
||||
{ label: "Defence Strategy", href: "#expertise" },
|
||||
{ label: "Technology Integration", href: "#expertise" },
|
||||
{ label: "Government Relations", href: "#expertise" },
|
||||
{ label: "National Security Advisory", href: "#why-tmag" },
|
||||
{ label: "Defence Strategy", href: "#why-tmag" },
|
||||
{ label: "Technology Integration", href: "#why-tmag" },
|
||||
{ label: "Government Relations", href: "#why-tmag" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About TMAG Global", href: "#about" },
|
||||
{ label: "Our Team", href: "#impact" },
|
||||
{ label: "Our Team", href: "#leadership" },
|
||||
{ label: "Case Studies", href: "#testimonials" },
|
||||
{ label: "Insights", href: "#testimonials" },
|
||||
],
|
||||
@@ -222,4 +234,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user