diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6166e57..975484f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -58,41 +43,20 @@ export default function LandingPage() {
@@ -118,48 +82,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Futuristic Brand Identity",
- price: "Case Study",
- imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-colors-illuminated-arrow_23-2151204956.jpg",
- imageAlt: "Futuristic brand identity design",
- },
- {
- id: "2",
- name: "Commercial Ad Campaign",
- price: "Case Study",
- imageSrc: "http://img.b2bpic.net/free-photo/artisan-workshop_53876-30429.jpg",
- imageAlt: "Commercial video production case study",
- },
- {
- id: "3",
- name: "Corporate Animation Sequence",
- price: "Case Study",
- imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-office_23-2147626575.jpg",
- imageAlt: "Corporate animation motion graphics",
- },
- {
- id: "4",
- name: "Social Media Motion Kit",
- price: "Case Study",
- imageSrc: "http://img.b2bpic.net/free-photo/hipster-young-illustrator-artist-black-simple-tshirt-creates-authentic-unique-hand-lettering-drawing-his-bright-industrial-studio_346278-350.jpg",
- imageAlt: "Social media motion graphics showcase",
- },
- {
- id: "5",
- name: "Cinematic Title Sequence",
- price: "Case Study",
- imageSrc: "http://img.b2bpic.net/free-photo/cinema-concept-with-reel_23-2147989007.jpg",
- imageAlt: "Cinematic trailer motion sequence",
- },
- {
- id: "6",
- name: "Brand Identity Motion",
- price: "Case Study",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-skateboard_23-2149446856.jpg",
- imageAlt: "Minimalist brand identity animation",
- },
+ { id: "1", name: "Futuristic Brand Identity", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-colors-illuminated-arrow_23-2151204956.jpg", imageAlt: "Futuristic brand identity design" },
+ { id: "2", name: "Commercial Ad Campaign", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/artisan-workshop_53876-30429.jpg", imageAlt: "Commercial video production case study" },
+ { id: "3", name: "Corporate Animation Sequence", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-office_23-2147626575.jpg", imageAlt: "Corporate animation motion graphics" },
+ { id: "4", name: "Social Media Motion Kit", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/hipster-young-illustrator-artist-black-simple-tshirt-creates-authentic-unique-hand-lettering-drawing-his-bright-industrial-studio_346278-350.jpg", imageAlt: "Social media motion graphics showcase" },
+ { id: "5", name: "Cinematic Title Sequence", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/cinema-concept-with-reel_23-2147989007.jpg", imageAlt: "Cinematic trailer motion sequence" },
+ { id: "6", name: "Brand Identity Motion", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-skateboard_23-2149446856.jpg", imageAlt: "Minimalist brand identity animation" },
]}
title="Selected Projects"
description="A curated collection of my most impactful motion designs and video editing work."
@@ -173,27 +101,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "150+",
- title: "Projects Completed",
- description: "Across diverse global industries",
- icon: Zap,
- },
- {
- id: "m2",
- value: "2M+",
- title: "Views Generated",
- description: "For client social media campaigns",
- icon: TrendingUp,
- },
- {
- id: "m3",
- value: "50+",
- title: "Happy Clients",
- description: "Long-term partnerships and collaborations",
- icon: Smile,
- },
+ { id: "m1", value: "150+", title: "Projects Completed", description: "Across diverse global industries", icon: Zap },
+ { id: "m2", value: "2M+", title: "Views Generated", description: "For client social media campaigns", icon: TrendingUp },
+ { id: "m3", value: "50+", title: "Happy Clients", description: "Long-term partnerships and collaborations", icon: Smile },
]}
title="Impact by Numbers"
description="Data-driven results for every frame I craft."
@@ -202,50 +112,16 @@ export default function LandingPage() {
@@ -272,13 +145,9 @@ export default function LandingPage() {