Bob AI: Can we show technical skills in another way I don'...
This commit is contained in:
@@ -5,11 +5,11 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Code, Layers, Shield, Sparkles, Workflow, Zap, Star } from "lucide-react";
|
import { Code, Layers, Shield, Sparkles, Workflow, Zap, Star } from "lucide-react";
|
||||||
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -94,39 +94,41 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="skills" data-section="skills">
|
<div id="skills" data-section="skills">
|
||||||
<FeatureHoverPattern
|
<FeatureCardSeven
|
||||||
title="Technical Skills"
|
features={[
|
||||||
description="Core competencies and specialized expertise in motion graphics and animation production."
|
{
|
||||||
features={[
|
icon: Zap,
|
||||||
{
|
title: "3D Animation", description: "Character rigging, keyframe animation, motion capture integration, and complex mechanical animation using industry-standard software."
|
||||||
icon: Zap,
|
},
|
||||||
title: "3D Animation", description: "Character rigging, keyframe animation, motion capture integration, and complex mechanical animation using industry-standard software."
|
{
|
||||||
},
|
icon: Shield,
|
||||||
{
|
title: "VFX & Compositing", description: "Advanced compositing, particle systems, green screen keying, color grading, and seamless integration of visual effects into final footage."
|
||||||
icon: Shield,
|
},
|
||||||
title: "VFX & Compositing", description: "Advanced compositing, particle systems, green screen keying, color grading, and seamless integration of visual effects into final footage."
|
{
|
||||||
},
|
icon: Code,
|
||||||
{
|
title: "Motion Design", description: "Kinetic typography, logo animations, transition design, and creative motion solutions for broadcast and digital platforms."
|
||||||
icon: Code,
|
},
|
||||||
title: "Motion Design", description: "Kinetic typography, logo animations, transition design, and creative motion solutions for broadcast and digital platforms."
|
{
|
||||||
},
|
icon: Layers,
|
||||||
{
|
title: "3D Modeling", description: "Photorealistic modeling, UV unwrapping, texturing, and lighting setup for product visualization and architectural animation."
|
||||||
icon: Layers,
|
},
|
||||||
title: "3D Modeling", description: "Photorealistic modeling, UV unwrapping, texturing, and lighting setup for product visualization and architectural animation."
|
{
|
||||||
},
|
icon: Sparkles,
|
||||||
{
|
title: "Creative Direction", description: "Conceptual development, storyboarding, creative problem-solving, and visual narrative construction for complex projects."
|
||||||
icon: Sparkles,
|
},
|
||||||
title: "Creative Direction", description: "Conceptual development, storyboarding, creative problem-solving, and visual narrative construction for complex projects."
|
{
|
||||||
},
|
icon: Workflow,
|
||||||
{
|
title: "Pipeline Optimization", description: "Streamlined production workflows, asset management, version control, and efficient rendering pipelines for large-scale projects."
|
||||||
icon: Workflow,
|
}
|
||||||
title: "Pipeline Optimization", description: "Streamlined production workflows, asset management, version control, and efficient rendering pipelines for large-scale projects."
|
]}
|
||||||
}
|
animationType="slide-up"
|
||||||
]}
|
title="Technical Skills"
|
||||||
textboxLayout="default"
|
description="Core competencies and specialized expertise in motion graphics and animation production."
|
||||||
animationType="slide-up"
|
tag="Label"
|
||||||
useInvertedBackground="noInvert"
|
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
||||||
/>
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
|
|||||||
Reference in New Issue
Block a user