From 42ddda3a1ce43813c13d409cb143f888bc877a62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:22:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff50acc..09cfc5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, Music, Timer } from "lucide-react"; export default function LandingPage() { @@ -59,16 +58,12 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/profile-shot-serious-man-recording-podcast-studio_23-2149455555.jpg", alt: "Man at podcast studio" }, { src: "http://img.b2bpic.net/free-photo/digital-audio-recording-interface-concept-workspace_53876-124690.jpg", alt: "Audio interface setup" }, { src: "http://img.b2bpic.net/free-photo/tech-integrated-interface-on-smartphone-screen_23-2150165978.jpg", alt: "Smartphone recording interface" }, - { src: "http://img.b2bpic.net/free-photo/smart-speaker-setup-at-home-studio_23-2150170101.jpg", alt: "Smart speaker setup" }, - { src: "http://img.b2bpic.net/free-photo/abstract-wave-visualizer-concept-blue-dark-gradient_23-2148135996.jpg", alt: "Voice visualization" }, ]} avatarText="Join our community of over 10,000 reciters." marqueeItems={[ { type: "text", text: "Instant Pitch Tracking" }, { type: "text", text: "AI-Driven Style Comparison" }, { type: "text", text: "Expert-Level Diagnostics" }, - { type: "text", text: "Secure Private Feedback" }, - { type: "text", text: "Breath Control Analysis" }, ]} /> @@ -87,8 +82,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ items: ["No manual estimation", "Zero guesswork", "Objective feedback", "No long waiting times", "No complex setup required"] }} - positiveCard={{ items: ["Accurate pitch tracking", "Style classification", "Sheikh-inspired guidance", "Detailed cadence reporting", "Real-time visual feedback"] }} + negativeCard={{ items: ["No manual estimation", "Zero guesswork", "Objective feedback"] }} + positiveCard={{ items: ["Accurate pitch tracking", "Style classification", "Sheikh-inspired guidance"] }} title="Elevate Your Recitation" description="Compare your technique against traditional styles with our advanced comparative engine." /> @@ -116,28 +111,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { id: "basic", title: "Starter", price: "$0", period: "/mo", features: ["3 analyses/month", "Standard classification", "Sheikh recommendations"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/audio-mixer-control-panel-close-up_107420-64835.jpg", imageAlt: "Professional sound mixing equipment" }, - { id: "pro", title: "Professional", price: "$29", period: "/mo", features: ["Unlimited analyses", "Detailed diagnostics", "Style deep-dive", "Export reports", "Priority processing"], button: { text: "Upgrade Now" }, imageSrc: "http://img.b2bpic.net/free-photo/modern-audio-recording-suite_482257-118737.jpg?_wi=2", imageAlt: "Professional audio recording suite" }, + { id: "basic", title: "Free Plan", price: "$0", period: "/mo", features: ["Basic analysis", "Standard classification"], button: { text: "Start Free" }, imageSrc: "http://img.b2bpic.net/free-photo/audio-mixer-control-panel-close-up_107420-64835.jpg", imageAlt: "Basic Plan" }, ]} title="Choose Your Path" - description="Professional tools for the modern reciter." - /> - - -
-
@@ -171,7 +148,6 @@ export default function LandingPage() { { title: "Support", items: [ { label: "FAQ", href: "#faq" }, - { label: "Contact", href: "#contact" }, ], }, ]} -- 2.49.1