From eeb45fcff63edef2aed23a46f473c3a435ac925a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:48:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 169 +++++++++++++---------------------------------- 1 file changed, 47 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 443c347..25d9aeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { @@ -28,16 +28,12 @@ export default function LandingPage() { > @@ -109,10 +84,8 @@ export default function LandingPage() { @@ -123,24 +96,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Smart Clipping", description: "AI automatically selects the most engaging segments from your long-form videos.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mobile-shopping-experience_23-2151952959.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pov-worker-holds-phone-with-greenscreen_482257-76303.jpg"}, - }, - { - title: "Multi-Language Captions", description: "Generate accurate, stylish subtitles in English, Hindi, and Telugu.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/german-stock-exchange-frankfurt-germany_1268-20930.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/keyboard-with-note-pens_23-2147830012.jpg"}, - }, - { - title: "Audio Enhancement", description: "Clear voice audio with background noise removal for professional sound.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/music-production-laptop_23-2151953449.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-office-using-editing-tools-pc-cut-movie-project-footage_482257-122559.jpg"}, - }, + { title: "Smart Clipping", description: "AI automatically selects the most engaging segments from your long-form videos.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-shopping-experience_23-2151952959.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pov-worker-holds-phone-with-greenscreen_482257-76303.jpg" } }, + { title: "Multi-Language Captions", description: "Generate accurate, stylish subtitles in English, Hindi, and Telugu.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/german-stock-exchange-frankfurt-germany_1268-20930.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/keyboard-with-note-pens_23-2147830012.jpg" } }, + { title: "Audio Enhancement", description: "Clear voice audio with background noise removal for professional sound.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/music-production-laptop_23-2151953449.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-office-using-editing-tools-pc-cut-movie-project-footage_482257-122559.jpg" } }, ]} showStepNumbers={true} title="Powerful Features" @@ -154,18 +112,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", value: "10x", title: "Faster Workflow", items: [ - "Save hours on editing", "Automated clipping", "Instant export"], - }, - { - id: "m2", value: "200%", title: "Engagement Boost", items: [ - "Viral hooks added", "Optimized pacing", "Impactful subtitles"], - }, - { - id: "m3", value: "0", title: "Manual Effort", items: [ - "Fully automated pipeline", "Seamless background processing", "Zero editing skills"], - }, + { id: "m1", value: "10x", title: "Faster Workflow", items: ["Save hours on editing", "Automated clipping", "Instant export"] }, + { id: "m2", value: "200%", title: "Engagement Boost", items: ["Viral hooks added", "Optimized pacing", "Impactful subtitles"] }, + { id: "m3", value: "0", title: "Manual Effort", items: ["Fully automated pipeline", "Seamless background processing", "Zero editing skills"] }, ]} title="Achieve Greater Reach" description="Unlock viral potential with our AI-powered editing tools." @@ -176,16 +125,11 @@ export default function LandingPage() { @@ -229,22 +168,8 @@ export default function LandingPage() {