From b593431f4d0769d7b6d02fd6e809375cca497640 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:53:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 93 +++++++++++++++++++++++++++++++----------------- 1 file changed, 61 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c32ef3e..3e160c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "View Our Work", href: "#portfolio"}} + text: "View Our Work", href: "#portfolio" + }} /> @@ -55,16 +56,17 @@ export default function LandingPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg?_wi=1", imageAlt: "Premium motion graphics showcase"}, + "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg", imageAlt: "Premium motion graphics showcase" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/man-works-with-sound-laptop-early-morning_169016-26761.jpg", imageAlt: "Video editing and animation work"}, + "http://img.b2bpic.net/free-photo/man-works-with-sound-laptop-early-morning_169016-26761.jpg", imageAlt: "Video editing and animation work" + }, ]} mediaAnimation="slide-up" rating={5} ratingText="Trusted by Leading Brands" ariaLabel="Hero section showcasing motion graphics expertise" - useInvertedBackground={false} /> @@ -72,7 +74,8 @@ export default function LandingPage() { @@ -275,7 +304,7 @@ export default function LandingPage() {