From eeed7d17b1e74eadf352ebab279e9f44740cbfc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:36:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 229 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adfe948..c968c0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,92 +28,44 @@ export default function LandingPage() {
@@ -124,42 +76,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "Short-Form Content Strategy", - author: "Frank", - description: "Viral-ready editing focused on retention and engagement.", - tags: [ - "Strategy", - "Editing", - ], - 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", - imageAlt: "Strategy", - }, - { - id: "2", - title: "Commercial Motion Graphics", - author: "Frank", - description: "Custom animations designed to elevate your brand identity.", - tags: [ - "Motion", - "Graphics", - ], - 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", - imageAlt: "Motion", - }, - { - id: "3", - title: "Brand Identity Design", - author: "Frank", - description: "Cohesive visual systems that stand out in crowded markets.", - tags: [ - "Brand", - "Design", - ], - imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599245.jpg?_wi=1", - imageAlt: "Brand", - }, + { id: "1", title: "Short-Form Content Strategy", author: "Frank", description: "Viral-ready editing focused on retention and engagement.", tags: ["Strategy", "Editing"], 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", imageAlt: "Strategy" }, + { id: "2", title: "Commercial Motion Graphics", author: "Frank", description: "Custom animations designed to elevate your brand identity.", tags: ["Motion", "Graphics"], 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", imageAlt: "Motion" }, + { id: "3", title: "Brand Identity Design", author: "Frank", description: "Cohesive visual systems that stand out in crowded markets.", tags: ["Brand", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599245.jpg", imageAlt: "Brand" }, ]} title="Visual Services" description="High-impact creative solutions to scale your brand presence." @@ -168,46 +87,17 @@ export default function LandingPage() {
@@ -265,8 +125,7 @@ export default function LandingPage() {