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,9 +94,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="skills" data-section="skills">
|
<div id="skills" data-section="skills">
|
||||||
<FeatureHoverPattern
|
<FeatureCardSeven
|
||||||
title="Technical Skills"
|
|
||||||
description="Core competencies and specialized expertise in motion graphics and animation production."
|
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
@@ -123,8 +121,12 @@ export default function LandingPage() {
|
|||||||
title: "Pipeline Optimization", description: "Streamlined production workflows, asset management, version control, and efficient rendering pipelines for large-scale projects."
|
title: "Pipeline Optimization", description: "Streamlined production workflows, asset management, version control, and efficient rendering pipelines for large-scale projects."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
title="Technical Skills"
|
||||||
|
description="Core competencies and specialized expertise in motion graphics and animation production."
|
||||||
|
tag="Label"
|
||||||
|
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
||||||
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user