diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8092311..cec3984 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,41 +44,22 @@ export default function LandingPage() {
@@ -98,6 +71,24 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Portfolio Work"
description="Selected motion works"
+ features={[
+ {
+ title: "Motion Design", description: "High end 3D animation", imageSrc: "http://img.b2bpic.net/free-photo/neon-portrait-man-wearing-glasses_158595-7929.jpg"
+ },
+ {
+ title: "3D Modeling", description: "Custom models", imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-holding-brush-looking-canvas-black_114579-63523.jpg"
+ },
+ {
+ title: "Visual Effects", description: "Stunning imagery", imageSrc: "http://img.b2bpic.net/free-photo/photo-retoucher-sitting-creative-workplace-looking-camera-smiling_482257-18778.jpg"
+ },
+ {
+ title: "Creative Tech", description: "Algorithmic art", imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-working-late-night-3d-model-industrial-turbine-while-drinking-coffee-front-computer_482257-5165.jpg"
+ },
+ {
+ title: "Rendering", description: "Photorealistic outputs", imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-phone-tripod-record-explaining-basic-photography-editing-techniques_482257-82181.jpg"
+ }
+ ]}
+ animationType="slide-up"
/>
@@ -134,16 +125,13 @@ export default function LandingPage() {
@@ -152,13 +140,9 @@ export default function LandingPage() {