From 730f3a398a9e923b5ba3eae31b2a5cb63189afcf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:24:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 254 +++++++++-------------------------------------- 1 file changed, 45 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4bc0e2..40f7e5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,33 +32,19 @@ export default function LandingPage() { @@ -146,41 +109,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Motion Graphics", - description: "Dynamic visual content to tell your story, engage audiences, and elevate your brand.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627846.jpg?_wi=2", - imageAlt: "Abstract motion graphics", - }, + title: "Motion Graphics", description: "Dynamic visual content to tell your story, engage audiences, and elevate your brand.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627846.jpg", imageAlt: "Abstract motion graphics"}, { - title: "Kinetic Typography", - description: "Bringing text to life with expressive animation to convey messages with impact and style.", - imageSrc: "http://img.b2bpic.net/free-photo/creative-3d-render-design-web-banner-marketing-material-business-presentation-online-advertising_460848-7134.jpg", - imageAlt: "Kinetic typography animation", - }, + title: "Kinetic Typography", description: "Bringing text to life with expressive animation to convey messages with impact and style.", imageSrc: "http://img.b2bpic.net/free-photo/creative-3d-render-design-web-banner-marketing-material-business-presentation-online-advertising_460848-7134.jpg", imageAlt: "Kinetic typography animation"}, { - title: "Video Editing", - description: "Seamlessly blending footage, effects, and sound to create polished, captivating videos.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-sunglasses-standing-near-source-light_250224-293.jpg", - imageAlt: "Video editing interface", - }, + title: "Video Editing", description: "Seamlessly blending footage, effects, and sound to create polished, captivating videos.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-sunglasses-standing-near-source-light_250224-293.jpg", imageAlt: "Video editing interface"}, { - title: "Social Media Ads", - description: "Designing engaging, scroll-stopping animations optimized for maximum reach and conversion on social platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-person-holding-camera-device-world-photography-day_23-2151609269.jpg", - imageAlt: "Social media ad creative", - }, + title: "Social Media Ads", description: "Designing engaging, scroll-stopping animations optimized for maximum reach and conversion on social platforms.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-person-holding-camera-device-world-photography-day_23-2151609269.jpg", imageAlt: "Social media ad creative"}, { - title: "UI Animations", - description: "Crafting intuitive and delightful user interface animations that enhance user experience and interaction.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-holographic-layering_23-2150491099.jpg", - imageAlt: "UI animations", - }, + title: "UI Animations", description: "Crafting intuitive and delightful user interface animations that enhance user experience and interaction.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-holographic-layering_23-2150491099.jpg", imageAlt: "UI animations"}, { - title: "Brand Visuals", - description: "Developing cohesive and memorable brand motion identities that resonate with your target audience.", - imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103146.jpg", - imageAlt: "Abstract brand visuals", - }, + title: "Brand Visuals", description: "Developing cohesive and memorable brand motion identities that resonate with your target audience.", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103146.jpg", imageAlt: "Abstract brand visuals"}, ]} title="My Expertise" description="Delivering cutting-edge visual solutions across various creative domains." @@ -190,70 +129,29 @@ export default function LandingPage() {
-- 2.49.1