Update src/app/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2hAojJJyx6cEYuwgdZtCatVPq/abstract-3d-tech-environment-with-flowin-1773693028238-8dce6691.png", imageAlt: "3D Abstract Tech Environment"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
ariaLabel="Hero section - Welcome to immersive 3D portfolio"
|
||||
/>
|
||||
</div>
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "3D Graphics & Transforms", description: "Advanced CSS 3D transforms, WebGL integration, and GPU-accelerated animations creating immersive visual experiences.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Cube, label: "CSS 3D", value: "Expert" },
|
||||
{ icon: Package, label: "CSS 3D", value: "Expert" },
|
||||
{ icon: Zap, label: "GPU Optimization", value: "Advanced" },
|
||||
{ icon: Layers, label: "WebGL", value: "Proficient" }
|
||||
]
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Design Expertise", description: "Creating elegant design systems with CSS-in-JS, GSAP animations, and Framer Motion for delightful interactions.", bentoComponent: "3d-task-list", title: "Design Expertise", items: [
|
||||
title: "Design Expertise", description: "Creating elegant design systems with CSS-in-JS, GSAP animations, and Framer Motion for delightful interactions.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Palette, label: "Design Systems", time: "Expert" },
|
||||
{ icon: Sparkles, label: "GSAP Animations", time: "Advanced" },
|
||||
{ icon: Wind, label: "Framer Motion", time: "Advanced" }
|
||||
|
||||
Reference in New Issue
Block a user