From a74190bd6cd2cd7fca216bedee3a9c5fa7269930 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:07:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 139 ++++++++++++++--------------------------------- 1 file changed, 41 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e518ad..dae705f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,66 +31,44 @@ export default function LandingPage() {
@@ -109,14 +87,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", "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"] }} title="Elevate Your Recitation" description="Compare your technique against traditional styles with our advanced comparative engine." /> @@ -129,15 +101,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", value: "440Hz", title: "Base Pitch", description: "Your baseline vocal frequency", icon: Music, - }, - { - id: "m2", value: "92%", title: "Style Match", description: "Compatibility with Al-Hosary", icon: Award, - }, - { - id: "m3", value: "1.2s", title: "Avg Breath", description: "Consistent cadence timing", icon: Timer, - }, + { id: "m1", value: "440Hz", title: "Base Pitch", description: "Your baseline vocal frequency", icon: Music }, + { id: "m2", value: "92%", title: "Style Match", description: "Compatibility with Al-Hosary", icon: Award }, + { id: "m3", value: "1.2s", title: "Avg Breath", description: "Consistent cadence timing", icon: Timer }, ]} title="Your Performance Metrics" description="Track your progress over time with detailed diagnostic breakdowns." @@ -150,18 +116,8 @@ 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/female-student-using-sound-mixer_107420-64835.jpg", imageAlt: "Female student using sound mixer"}, - { - 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/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "Female student using sound mixer"}, + { 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/female-student-using-sound-mixer_107420-64835.jpg", imageAlt: "Female student using sound mixer" }, + { 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/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "Female student using sound mixer" }, ]} title="Choose Your Path" description="Professional tools for the modern reciter." @@ -174,16 +130,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Ahmed Noor", role: "Student", testimonial: "This tool helped me perfect my pitch.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-playing-with-dry-leaves_23-2148135996.jpg"}, - { - id: "t2", name: "Hassan Ali", role: "Reciter", testimonial: "Incredible accuracy in classification.", imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg"}, - { - id: "t3", name: "Yusuf Omar", role: "Teacher", testimonial: "An essential aid for my students.", imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg"}, - { - id: "t4", name: "Fatima Z.", role: "Student", testimonial: "Finally found my style.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-bench_23-2148760481.jpg"}, - { - id: "t5", name: "Omar K.", role: "Reciter", testimonial: "Simple and effective.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-smiling-looking-pleased_482257-101369.jpg"}, + { id: "t1", name: "Ahmed Noor", role: "Student", testimonial: "This tool helped me perfect my pitch.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-playing-with-dry-leaves_23-2148135996.jpg" }, + { id: "t2", name: "Hassan Ali", role: "Reciter", testimonial: "Incredible accuracy in classification.", imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg" }, + { id: "t3", name: "Yusuf Omar", role: "Teacher", testimonial: "An essential aid for my students.", imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg" }, + { id: "t4", name: "Fatima Z.", role: "Student", testimonial: "Finally found my style.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-bench_23-2148760481.jpg" }, + { id: "t5", name: "Omar K.", role: "Reciter", testimonial: "Simple and effective.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-smiling-looking-pleased_482257-101369.jpg" }, ]} title="Trusted by Reciters" description="Voices from the community." @@ -192,21 +143,17 @@ export default function LandingPage() {
@@ -217,18 +164,14 @@ export default function LandingPage() { columns={[ { title: "Company", items: [ - { - label: "About", href: "#about"}, - { - label: "Pricing", href: "#pricing"}, + { label: "About", href: "#about" }, + { label: "Pricing", href: "#pricing" }, ], }, { title: "Support", items: [ - { - label: "FAQ", href: "#faq"}, - { - label: "Contact", href: "#contact"}, + { label: "FAQ", href: "#faq" }, + { label: "Contact", href: "#contact" }, ], }, ]}