Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { Edit, FileText, Link, Mic, UploadCloud, ClipboardPaste, Youtube, Waveform } from "lucide-react";
|
||||
import { Edit, FileText, Link, Mic, UploadCloud, ClipboardPaste, Youtube, Volume2 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
icon: Mic,
|
||||
text: "Speech-to-text"},
|
||||
{
|
||||
icon: Waveform,
|
||||
icon: Volume2,
|
||||
text: "Audio recording"},
|
||||
],
|
||||
reverse: true
|
||||
|
||||
Reference in New Issue
Block a user