Files
vf_react/src/data/collaboration.js
2025-10-11 16:16:02 +08:00

80 lines
1.5 KiB
JavaScript

const text =
"With smart automation and top-notch security, it's the perfect solution for teams looking to work smarter.";
const content = [
{
id: "0",
title: "Seamless Integration",
text: text,
},
{
id: "1",
title: "Smart Automation",
},
{
id: "2",
title: "Top-notch Security",
},
];
const apps = [
{
id: "0",
title: "Figma",
icon: "/images/collaboration/figma.png",
width: 26,
height: 36,
},
{
id: "1",
title: "Notion",
icon: "/images/collaboration/notion.png",
width: 34,
height: 36,
},
{
id: "2",
title: "Discord",
icon: "/images/collaboration/discord.png",
width: 36,
height: 28,
},
{
id: "3",
title: "Slack",
icon: "/images/collaboration/slack.png",
width: 34,
height: 35,
},
{
id: "4",
title: "Photoshop",
icon: "/images/collaboration/photoshop.png",
width: 34,
height: 34,
},
{
id: "5",
title: "Protopie",
icon: "/images/collaboration/protopie.png",
width: 34,
height: 34,
},
{
id: "6",
title: "Framer",
icon: "/images/collaboration/framer.png",
width: 26,
height: 34,
},
{
id: "7",
title: "Raindrop",
icon: "/images/collaboration/raindrop.png",
width: 38,
height: 32,
},
];
export { text, content, apps };