Bob AI: The section talking about expertise appproach and ...
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
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';
|
||||||
@@ -49,25 +48,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaSplitTabsAbout
|
<FeatureCardSeven
|
||||||
title="something different? didn't like the approach"
|
features={[{ title: "Feature 1", description: "Feature description" }, { title: "Feature 2", description: "Feature description" }, { title: "Feature 3", description: "Feature description" }]}
|
||||||
description="Dedicated to creating compelling motion experiences through technical expertise and creative vision."
|
animationType="none"
|
||||||
tabs={[
|
title="something different? didn't like the approach"
|
||||||
{
|
description="Dedicated to creating compelling motion experiences through technical expertise and creative vision."
|
||||||
id: "expertise", label: "Expertise", description: "Proficient in industry-standard tools including Cinema 4D, After Effects, Blender, and Houdini. Specialized in character animation, VFX compositing, motion design, and 3D visualization for film, television, and digital media."
|
tag="Label"
|
||||||
},
|
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
||||||
{
|
textboxLayout="default"
|
||||||
id: "approach", label: "Approach", description: "My process combines technical precision with artistic intuition. I collaborate closely with directors and creative leads to bring their vision to life, ensuring every frame serves the story and maintains visual consistency."
|
useInvertedBackground="noInvert"
|
||||||
},
|
/>
|
||||||
{
|
|
||||||
id: "experience", label: "Experience", description: "Over 8+ years developing motion graphics for major studios, advertising agencies, and independent filmmakers. Known for delivering high-quality animations on tight deadlines while maintaining creative excellence."
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg"
|
|
||||||
imageAlt="Motion graphics workspace and creative process"
|
|
||||||
imagePosition="right"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="work" data-section="work">
|
<div id="work" data-section="work">
|
||||||
|
|||||||
Reference in New Issue
Block a user