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() {