From 47fd405f59a20d55ccb89e72be60c1a887d7b37a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 17:23:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0073e94..50466fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Short-Form Content Strategy", author: "Motion", description: "High-retention editing optimized for social platforms.", tags: ["TikTok", "Reels", "Shorts"], imageSrc: "http://img.b2bpic.net/free-photo/retired-artist-using-art-craft-tools-draw-artistic-sketch-drawing-vase-canvas-with-easel-working-creative-skills-create-professional-artwork-masterpiece-creativity-hobby_482257-45925.jpg?_wi=1" }, { id: "2", title: "Commercial Motion Graphics", author: "Motion", description: "Dynamic animations to drive brand engagement.", tags: ["Ads", "Commercial"], imageSrc: "http://img.b2bpic.net/free-photo/smiling-artist-playing-electronic-song-mixer-console-while-recording-music-session-using-professional-camera-preparing-perform-night-club-dj-with-pink-hair-filming-video-with-her-performing_482257-60953.jpg?_wi=1" }, - { id: "3", title: "Brand Identity Design", author: "Design", description: "Comprehensive visual systems for high-growth brands.", tags: ["Branding", "Systems"], imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599245.jpg?_wi=2" }, + { id: "3", title: "Brand Identity Design", author: "Design", description: "Comprehensive visual systems for high-growth brands.", tags: ["Branding", "Systems"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwjHz8Put151oLGGCLAb5AZUI0/uploaded-1775409664762-lu9cyoxa.jpg" }, ]} title="Services" description="Tailored motion solutions for modern creators." @@ -76,7 +76,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "v1", name: "Brand Teaser", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/retired-artist-using-art-craft-tools-draw-artistic-sketch-drawing-vase-canvas-with-easel-working-creative-skills-create-professional-artwork-masterpiece-creativity-hobby_482257-45925.jpg?_wi=2" }, + { id: "v1", name: "Brand Teaser", price: "Watch", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BwjHz8Put151oLGGCLAb5AZUI0/uploaded-1775409821646-f6hz0hit.mp4" }, { id: "v2", name: "Commercial Ad", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/smiling-artist-playing-electronic-song-mixer-console-while-recording-music-session-using-professional-camera-preparing-perform-night-club-dj-with-pink-hair-filming-video-with-her-performing_482257-60953.jpg?_wi=2" }, { id: "v3", name: "Social Promo", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599245.jpg?_wi=3" }, ]}