From c7e41d24b9445c8c64caab4d3b4a6dafe9e58886 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 11:07:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d502f66..a69c7dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -75,50 +57,25 @@ export default function LandingPage() { useInvertedBackground={true} title="Bringing Lyrics to Life" description={[ - "I don't just add text to videos; I build visual identities for your music. With a background in motion design and deep passion for audio-visual synchronization, I translate feelings into motion.", - "Every edit is tailored to capture the unique rhythm and vibe of your track, ensuring your fans get an immersive experience from the first line to the last.", - ]} + "I don't just add text to videos; I build visual identities for your music. With a background in motion design and deep passion for audio-visual synchronization, I translate feelings into motion.", "Every edit is tailored to capture the unique rhythm and vibe of your track, ensuring your fans get an immersive experience from the first line to the last."]} />
@@ -164,52 +110,23 @@ export default function LandingPage() { title="Artist Voices" description="See what musicians and labels are saying about my motion graphics and lyric video services." kpiItems={[ - { - value: "100+", - label: "Videos Edited", - }, - { - value: "50+", - label: "Happy Artists", - }, - { - value: "10M+", - label: "Total Views", - }, + { value: "100+", label: "Videos Edited" }, + { value: "50+", label: "Happy Artists" }, + { value: "10M+", label: "Total Views" }, ]} testimonials={[ { - id: "t1", - name: "Julian V.", - role: "Independent Artist", - company: "Solo Records", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/dynamic-music-video-edit-screenshot-with-1774868795732-ff2ac629.png?_wi=2", - }, + id: "t1", name: "Julian V.", role: "Independent Artist", company: "Solo Records", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/dynamic-music-video-edit-screenshot-with-1774868795732-ff2ac629.png"}, { - id: "t2", - name: "Sarah Chen", - role: "Producer", - company: "SoundCloud Collective", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/abstract-music-visualizer-screen-with-fl-1774868797019-adc240d8.png?_wi=2", - }, + id: "t2", name: "Sarah Chen", role: "Producer", company: "SoundCloud Collective", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/abstract-music-visualizer-screen-with-fl-1774868797019-adc240d8.png"}, { - id: "t3", - name: "Marcus Thorne", - role: "Label Manager", - company: "Dreamy Beats", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/atmospheric-cinematic-video-edit-frame-w-1774868795244-3f87fd7c.png?_wi=2", - }, + id: "t3", name: "Marcus Thorne", role: "Label Manager", company: "Dreamy Beats", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/atmospheric-cinematic-video-edit-frame-w-1774868795244-3f87fd7c.png"}, { - id: "t4", - name: "Luna Ray", - role: "Vocalist", - company: "Night Sky Studio", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/cinematic-neon-lyric-video-edit-display--1774868795266-7ab3e533.png?_wi=2", - }, + id: "t4", name: "Luna Ray", role: "Vocalist", company: "Night Sky Studio", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf8QIBGt3Oe4FVAr82WBvu3ihG/cinematic-neon-lyric-video-edit-display--1774868795266-7ab3e533.png"}, ]} /> @@ -219,37 +136,17 @@ export default function LandingPage() { logoText="LYRICAL EDIT" columns={[ { - title: "Navigate", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Portfolio", - href: "#portfolio", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Navigate", items: [ + { label: "Home", href: "#hero" }, + { label: "Portfolio", href: "#portfolio" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Connect", - items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "TikTok", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, + title: "Connect", items: [ + { label: "Instagram", href: "#" }, + { label: "TikTok", href: "#" }, + { label: "Twitter", href: "#" }, ], }, ]} -- 2.49.1