Skip to content

Commit

Permalink
fix: Grouping live features together
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Sep 11, 2024
1 parent 5b4d755 commit 87d4cca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/pages/Home/TheresMoreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const cards: FeatureCard[] = [
image: ChatBotImage,
live: true,
},
{
title: "Knowledge Bases",
image: KnowledgeBasesImage,
live: true,
},
{
title: "Voice Transcription",
image: VoiceTranscriptionImage,
Expand All @@ -30,11 +35,7 @@ const cards: FeatureCard[] = [
image: ImageGenerationImage,
live: false,
},
{
title: "Knowledge Bases",
image: KnowledgeBasesImage,
live: true,
},
{
title: "Multi-modal Inference",
image: MultiModalInference,
Expand Down

0 comments on commit 87d4cca

Please sign in to comment.