-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstants.ts
55 lines (53 loc) · 2.06 KB
/
constants.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
import { Box, Podcast, Sparkles } from "lucide-react";
export const features = [
{
icon: Sparkles,
title: "Explore & Join Subcultures",
description:
"Discover and join various music subcultures to connect with fans who share your taste and interests.",
},
{
icon: Podcast,
title: "Yarns",
description:
"Start, join, or invite others to public and private conversations (Yarns) about your favorite songs, artists, and music trends.",
},
{
icon: Box,
title: "Artist Profiles",
description:
"View detailed artist profiles, purchase tickets to their events, and buy their merchandise directly through the app.",
},
];
export const faqs = [
{
question: "What is Yarn?",
answer:
"Yarn is a music fan engagement and artist discovery app that allows fans to interact with their favorite artists and music in meaningful ways.",
},
{
question: "How do I start or join a Yarn?",
answer:
"To start or join a Yarn, simply navigate to the Yarn section in the app, select an existing Yarn or create a new one, and invite others to join the conversation.",
},
{
question: "Can I purchase tickets and merchandise through Yarn?",
answer:
"Yes, Yarn offers detailed artist profiles where you can purchase tickets to events and buy merchandise directly through the app.",
},
{
question: "What are subcultures in Yarn?",
answer:
"Subcultures in Yarn are communities based on specific music genres or interests. You can explore and join these subcultures to connect with like-minded fans..",
},
{
question: "How do rewards work in Yarn?",
answer:
"Yarn offers a rewards system where you can earn points for various activities, which can be redeemed for exclusive content, merchandise, and more.",
},
{
question: "How can I contact support if I have issues with the app?",
answer:
"You can contact our support team through the app's help section or by emailing sounds@those.app. We are here to assist you with any questions or issues you may have.",
},
];