Merge version_1 into main #1
@@ -14,7 +14,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import {
|
||||
Sparkles,
|
||||
Zap,
|
||||
Cube,
|
||||
ChevronRight,
|
||||
Play,
|
||||
Wand2,
|
||||
Cloud,
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore Courses", href: "#courses" },
|
||||
{ text: "Demo Class", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkRTQ59fmYwDfIIxVKo0176hbp/a-vibrant-3d-animation-studio-workspace--1773134677962-5259add1.png"
|
||||
imageAlt="MAAC 3D Animation Studio"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -90,6 +90,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,7 +103,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "3D Animation Masters", description: "Advanced Maya and 3dsMax training for character animation and modeling", bentoComponent: "3d-stack-cards", items: [
|
||||
{ icon: Cube, title: "Modeling", subtitle: "Character & Environment", detail: "Professional-grade 3D asset creation" },
|
||||
{ icon: ChevronRight, title: "Modeling", subtitle: "Character & Environment", detail: "Professional-grade 3D asset creation" },
|
||||
{ icon: Zap, title: "Rigging", subtitle: "Skeleton Setup", detail: "Complex character rig development" },
|
||||
{ icon: Play, title: "Animation", subtitle: "Motion & Performance", detail: "Life-like character animation" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user