5 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
2 changed files with 10 additions and 10 deletions

View File

@@ -55,9 +55,9 @@ 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/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={[
@@ -136,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={[
{

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);