Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbc53eb6c2 | |||
| 7be72a1a21 | |||
| c55799049b | |||
| 59744d7b52 | |||
| d7390159af |
@@ -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={[
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user