Update src/app/cosmic-monkey/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function CosmicMonkeyPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -33,8 +33,7 @@ export default function CosmicMonkeyPage() {
|
||||
{ name: "Cosmic Monkey", id: "cosmic-monkey" }
|
||||
]}
|
||||
button={{
|
||||
text: "Start Your Project",
|
||||
href: "contact"
|
||||
text: "Start Your Project", href: "contact"
|
||||
}}
|
||||
brandName="TG Entertainment"
|
||||
/>
|
||||
@@ -49,32 +48,19 @@ export default function CosmicMonkeyPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/"
|
||||
text: "Back to Home", href: "/"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Pre-Production",
|
||||
description: "Strategic creative development, storyboarding, and production planning with cinematic vision.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-discovery-phase-visualizatio-1773035469417-75498901.png?_wi=3",
|
||||
imageAlt: "Pre-production planning"
|
||||
id: "01", title: "Pre-Production", description: "Strategic creative development, storyboarding, and production planning with cinematic vision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-discovery-phase-visualizatio-1773035469417-75498901.png", imageAlt: "Pre-production planning"
|
||||
},
|
||||
{
|
||||
id: "02",
|
||||
title: "Production",
|
||||
description: "Cinematic cinematography, world-class direction, and premium on-set execution.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-high-end-film-and-video-production-set-1773035468744-d275f092.png?_wi=5",
|
||||
imageAlt: "Professional production"
|
||||
id: "02", title: "Production", description: "Cinematic cinematography, world-class direction, and premium on-set execution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-high-end-film-and-video-production-set-1773035468744-d275f092.png", imageAlt: "Professional production"
|
||||
},
|
||||
{
|
||||
id: "03",
|
||||
title: "Post-Production & VFX",
|
||||
description: "Color grading, VFX, motion design, and sound—western advertising standards throughout.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-stunning-vfx-and-visual-effects-showca-1773035469368-320e3733.png?_wi=3",
|
||||
imageAlt: "VFX and post-production"
|
||||
id: "03", title: "Post-Production & VFX", description: "Color grading, VFX, motion design, and sound—western advertising standards throughout.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-stunning-vfx-and-visual-effects-showca-1773035469368-320e3733.png", imageAlt: "VFX and post-production"
|
||||
}
|
||||
]}
|
||||
textboxLayout="split"
|
||||
@@ -91,28 +77,20 @@ export default function CosmicMonkeyPage() {
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Award,
|
||||
title: "Award-Winning",
|
||||
value: "50+ Awards"
|
||||
id: "1", icon: Award,
|
||||
title: "Award-Winning", value: "50+ Awards"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Film,
|
||||
title: "Cinematic Quality",
|
||||
value: "Hollywood Standard"
|
||||
id: "2", icon: Film,
|
||||
title: "Cinematic Quality", value: "Hollywood Standard"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: TrendingUp,
|
||||
title: "Proven Results",
|
||||
value: "2x ROI Average"
|
||||
id: "3", icon: TrendingUp,
|
||||
title: "Proven Results", value: "2x ROI Average"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: Zap,
|
||||
title: "Fast Execution",
|
||||
value: "30% Quicker"
|
||||
id: "4", icon: Zap,
|
||||
title: "Fast Execution", value: "30% Quicker"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -134,7 +112,7 @@ export default function CosmicMonkeyPage() {
|
||||
href: "/"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,8 +122,7 @@ export default function CosmicMonkeyPage() {
|
||||
logoText="TG Entertainment"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "TG Entertainment", href: "/" },
|
||||
{ label: "Social Spot", href: "/social-spot" },
|
||||
{ label: "Cosmic Monkey", href: "/cosmic-monkey" },
|
||||
@@ -153,8 +130,7 @@ export default function CosmicMonkeyPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Our Process", href: "/#services" },
|
||||
{ label: "Team", href: "/#about" },
|
||||
@@ -162,8 +138,7 @@ export default function CosmicMonkeyPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Dribbble", href: "https://dribbble.com" },
|
||||
|
||||
Reference in New Issue
Block a user