diff --git a/src/assets/img/AudioCard.png b/src/assets/img/AudioCard.png new file mode 100644 index 0000000..78128e6 Binary files /dev/null and b/src/assets/img/AudioCard.png differ diff --git a/src/assets/img/ShareYourSounds.jpg b/src/assets/img/ShareYourSounds.jpg new file mode 100644 index 0000000..6ce5673 Binary files /dev/null and b/src/assets/img/ShareYourSounds.jpg differ diff --git a/src/components/homepage/ShareYourSounds.astro b/src/components/homepage/ShareYourSounds.astro new file mode 100644 index 0000000..e71db9b --- /dev/null +++ b/src/components/homepage/ShareYourSounds.astro @@ -0,0 +1,14 @@ +--- +import AudioCard from '../../assets/img/AudioCard.png' +--- + + + + + Share your sounds + Upload your sounds online to Audio.com, instantly. + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 1151205..8d4a0a9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,13 +7,14 @@ import BaseLayout from "../layouts/BaseLayout.astro"; import RealTimeEffects from "../components/homepage/features/RealTimeEffects.astro"; import ShareToAudio from "../components/homepage/features/ShareToAudio.astro"; import RecordAnything from "../components/homepage/RecordAnything.astro"; - +import ShareYourSounds from "../components/homepage/ShareYourSounds.astro" --- +
Upload your sounds online to Audio.com, instantly.