From efe5511e11855a75d02697adc805098ecb506522 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:40:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd2c40c..f8355dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/audio-engineer-playing-electronic-piano-keyboard-home-studio_482257-121793.jpg", alt: "Editing workspace" } ]} avatarText="Trusted by 500+ Content Creators" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "downward-rays-static" }} buttons={[ { text: "Start Your Project", href: "#contact" }, { text: "View Portfolio", href: "#works" } @@ -99,18 +99,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Cinematic Documentary", description: "A sweeping 45-minute documentary requiring precision color grading, sound design, and narrative pacing to engage audiences throughout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg?_wi=1" } + title: "Cinematic Documentary", description: "A sweeping 45-minute documentary requiring precision color grading, sound design, and narrative pacing to engage audiences throughout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg" } }, { id: 2, - title: "Corporate Brand Film", description: "High-impact promotional video featuring motion graphics, sophisticated color treatment, and synchronized multi-track audio for maximum impact.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg?_wi=1" } + title: "Corporate Brand Film", description: "High-impact promotional video featuring motion graphics, sophisticated color treatment, and synchronized multi-track audio for maximum impact.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg" } }, { id: 3, - title: "Music Video Production", description: "Creative music video with dynamic cuts, visual effects, and color grading timed perfectly to match the audio composition and artist vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg?_wi=2" } + title: "Music Video Production", description: "Creative music video with dynamic cuts, visual effects, and color grading timed perfectly to match the audio composition and artist vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg" } } ]} showStepNumbers={true} -- 2.49.1