forked from curiosta/curiosta-website
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.ts
61 lines (55 loc) · 1.85 KB
/
content.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
56
57
58
59
60
61
export const heroContent = {
// Heading of the hero section on the home page
heading: `Discover unique products`,
description: `Our mission is to connect you with talented, passionate local manufacturers to help support their small businesses. Shop with us and discover the beauty and quality of locally made products. Start supporting your local community now!`,
};
export const introSection = {
// Section below hero
heading: `A global platform for local manufacturers`,
description: `Looking to showcase your unique creativity to a global audience? Our platform offers the perfect solution for local manufacturers to showcase their talents to the world. Join our community and connect with like-minded creatives today.`,
};
// partner companies
export const partnerCompanies = {
heading: "The world’s most innovative companies use our app",
};
export const socialLinks = {
fb: "https://www.facebook.com/",
insta: "https://www.instagram.com/",
twitter: "https://twitter.com/",
github: "https://github.com/",
youtube: "https://youtube.com/",
};
// blog page
export const blogPage = {
heading: "Curiosta blog",
description: "Learn how to grow your business with our expert advice.",
};
// company details
export const companyInfo = {
moto: `Global Innovation, Local Production.`,
address: `HD-240, 5th Floor, WeWork Two Horizon Centre, DLF Phase 5, Gurugram, Haryana 122002`,
phone: "+91 124 502 5388",
};
// add page titles
export const pageTitleDesc = {
home: {
title: "Curiosta....",
description: "where inovation begines",
},
cart: {
title: "Cart",
description: "Cart page",
},
blog: {
title: "blog",
description: "Curiosta blog",
},
signup: {
title: "Create account",
description: "create your new account",
},
login: {
title: "Login account",
description: "login existing account",
},
};