7 Commits

Author SHA1 Message Date
cbc53eb6c2 Merge version_5 into main
Merge version_5 into main
2026-05-14 12:27:36 +00:00
7be72a1a21 Update theme colors 2026-05-14 12:27:33 +00:00
c55799049b Merge version_4 into main
Merge version_4 into main
2026-05-14 12:24:23 +00:00
59744d7b52 Update src/app/page.tsx 2026-05-14 12:24:21 +00:00
d7390159af Merge version_3 into main
Merge version_3 into main
2026-05-14 12:22:54 +00:00
42ddda3a1c Update src/app/page.tsx 2026-05-14 12:22:48 +00:00
fe422ceab6 Merge version_2 into main
Merge version_2 into main
2026-05-14 12:17:51 +00:00
2 changed files with 14 additions and 38 deletions

View File

@@ -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() {
@@ -56,19 +55,15 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/vocal-training-studio-environment-professional-microphone-equipment_482257-124899.jpg"
mediaAnimation="slide-up"
avatars={[
{ 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" },
{ src: "http://img.b2bpic.net/free-photo/macro-view-of-sound-wave-frequency-display-on-software-monitor_53876-124654.jpg", alt: "Sound frequency wave" },
]}
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" },
]}
/>
</div>
@@ -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."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
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/male-student-focusing-at-recording_23-2148135996.jpg" },
{ id: "t2", name: "Hassan Ali", role: "Reciter", testimonial: "Incredible accuracy in classification.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-recording-audio_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-reciter-posing-portrait_74855-1571.jpg" },
{ id: "t4", name: "Fatima Z.", role: "Student", testimonial: "Finally found my style.", imageSrc: "http://img.b2bpic.net/free-photo/focused-female-practicing-at-home_23-2148760481.jpg" },
{ id: "t5", name: "Omar K.", role: "Reciter", testimonial: "Simple and effective.", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-after-successful-recording_482257-101369.jpg" },
]}
title="Trusted by Reciters"
description="Voices from the community."
description="Start your journey with QariAnalyze today."
/>
</div>
@@ -159,7 +136,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/sound-engineer-at-audio-console-happy-recording_482257-122169.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-audio-recording-equipment-with-waveform-display-on-screen_53876-124675.jpg"
logoText="QariAnalyze"
columns={[
{
@@ -171,7 +148,6 @@ export default function LandingPage() {
{
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" },
],
},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);