From b060118104e1f734053deb2a4386ad0e08a94ee1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 04:01:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d602dc4..f847499 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,6 +43,7 @@ export default function LandingPage() { @@ -184,7 +185,7 @@ export default function LandingPage() { } ]} animationType="blur-reveal" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} className="py-20 bg-gradient-to-b from-background to-card" titleClassName="text-4xl md:text-5xl font-light text-center" @@ -201,22 +202,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "testimonial-1", name: "Alex Rivera", handle: "@alexrivera_yt", testimonial: "Motion took my channel from 50k to 500k subscribers in 6 months. Their editing style perfectly matches my audience expectations. Best investment I've made.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg?_wi=5", imageAlt: "Alex Rivera", icon: Star + id: "testimonial-1", name: "Alex Rivera", handle: "@alexrivera_yt", testimonial: "Motion took my channel from 50k to 500k subscribers in 6 months. Their editing style perfectly matches my audience expectations. Best investment I've made.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg", imageAlt: "Alex Rivera", icon: Star }, { - id: "testimonial-2", name: "Sarah Chen", handle: "@sarahpodcasts", testimonial: "Our podcast production time decreased by 60%. Motion's audio mastering and video editing are unmatched. Professional, fast, and affordable.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg?_wi=6", imageAlt: "Sarah Chen", icon: Star + id: "testimonial-2", name: "Sarah Chen", handle: "@sarahpodcasts", testimonial: "Our podcast production time decreased by 60%. Motion's audio mastering and video editing are unmatched. Professional, fast, and affordable.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg", imageAlt: "Sarah Chen", icon: Star }, { - id: "testimonial-3", name: "Marcus Johnson", handle: "@marketsync_co", testimonial: "We hired Motion for our brand videos and the ROI was incredible. Our conversion rate jumped 45% after the first campaign. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg?_wi=7", imageAlt: "Marcus Johnson", icon: Star + id: "testimonial-3", name: "Marcus Johnson", handle: "@marketsync_co", testimonial: "We hired Motion for our brand videos and the ROI was incredible. Our conversion rate jumped 45% after the first campaign. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg", imageAlt: "Marcus Johnson", icon: Star }, { - id: "testimonial-4", name: "Emma Thompson", handle: "@emmathreads", testimonial: "Motion understands the algorithm better than anyone. They don't just edit—they strategize for engagement. My view count is triple what it was.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg?_wi=8", imageAlt: "Emma Thompson", icon: Star + id: "testimonial-4", name: "Emma Thompson", handle: "@emmathreads", testimonial: "Motion understands the algorithm better than anyone. They don't just edit—they strategize for engagement. My view count is triple what it was.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg", imageAlt: "Emma Thompson", icon: Star }, { - id: "testimonial-5", name: "James Liu", handle: "@jamesliutech", testimonial: "The team at Motion is responsive, creative, and delivers consistently. They've become an extension of my production team. Can't imagine working without them.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg?_wi=9", imageAlt: "James Liu", icon: Star + id: "testimonial-5", name: "James Liu", handle: "@jamesliutech", testimonial: "The team at Motion is responsive, creative, and delivers consistently. They've become an extension of my production team. Can't imagine working without them.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg", imageAlt: "James Liu", icon: Star }, { - id: "testimonial-6", name: "Olivia Martinez", handle: "@oliviam_wellness", testimonial: "From raw footage to viral video in 48 hours. Motion's turnaround time is insane, and the quality never drops. Best editing team in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg?_wi=10", imageAlt: "Olivia Martinez", icon: Star + id: "testimonial-6", name: "Olivia Martinez", handle: "@oliviam_wellness", testimonial: "From raw footage to viral video in 48 hours. Motion's turnaround time is insane, and the quality never drops. Best editing team in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916281.jpg", imageAlt: "Olivia Martinez", icon: Star } ]} animationType="blur-reveal" @@ -224,8 +225,8 @@ export default function LandingPage() { useInvertedBackground={false} speed={40} className="py-20" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg text-foreground/80 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg text-foreground/80 max-w-2xl" /> @@ -245,8 +246,8 @@ export default function LandingPage() { speed={40} showCard={true} className="py-20" - titleClassName="text-4xl md:text-5xl font-light text-center" - descriptionClassName="text-lg text-foreground/80 text-center max-w-2xl mx-auto" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-center" + textBoxDescriptionClassName="text-lg text-foreground/80 text-center max-w-2xl mx-auto" /> -- 2.49.1