Added new SVGS, updated SVG, upgraded dependencies.

This commit is contained in:
Lucid Kobold
2024-03-25 18:20:06 -04:00
parent 40c77b1080
commit 7b1ff254f7
5 changed files with 258 additions and 243 deletions

View File

@@ -1,7 +1,9 @@
import React from "react";
import Image from "next/image";
import { Flex, HStack, Text, VStack } from "@chakra-ui/react";
import BrandText from "../../theme/components/BrandText";
import { Icon } from "@iconify/react";
import mp3SVG from "../../../public/images/mp3.svg";
const WhatIMakeBanner = (): JSX.Element => {
return (
@@ -51,7 +53,7 @@ const WhatIMakeBanner = (): JSX.Element => {
</HStack>
<HStack spacing="4" w="100%">
<Text fontSize="5xl">
<Icon icon="ic:baseline-telegram" />
<Image height="35" width="35" src={mp3SVG} alt="MP3 Icon" />
</Text>
<BrandText type="Text" size="xl" text={"Hypno Audio Files"} />
</HStack>