-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.js
51 lines (50 loc) · 1.58 KB
/
data.js
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
export const mapClasses = [
"variant-1",
"variant-2",
"variant-3",
"variant-1",
"variant-2",
"variant-3",
"variant-1",
"variant-2",
"variant-3",
"variant-1",
];
export const previews = [
{
img: "./About/img11.jpg",
title: "MY HOBBIES",
tags: "Futuristic Fashion, Minimal Design",
description: "Exploring the intersection of minimalism and future fashion trends in web design.",
},
{
img: "./About/img14.jpg",
title: "CODING ACCOMPLISHMENTS",
tags: "Fashion Innovation, Graphic Simplicity",
description: "Innovative fashion-forward web design with a core focus on simplicity and elegance.",
},
{
img: "./About/img8.jpg",
title: "TEAMWORK",
tags: "Sustainable Fashion, Minimalist Aesthetics",
description: "Eco-friendly fashion concepts combined with clean, modern design for a sustainable and stylish online experience."
},
{
img: "./About/img13.jpg",
title: "Uptask",
tags: "Digital Luxury, Experiential Design",
description: "Creating a high-end online shopping experience through innovative design and immersive visuals."
},
// {
// img: "img5.jpg",
// title: "Uptask",
// tags: "Streetwear Influence, Modern Luxury",
// description: "Blending urban style with high-end aesthetics for a contemporary and sophisticated fashion statement."
// },
// {
// img: "img6.jpg",
// title: "Uptask",
// tags: "Genderless Fashion, Sustainable Materials",
// description: "Promoting inclusivity and eco-consciousness through versatile and environmentally friendly designs."
// },
];