Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/components/Landing/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ const techverse = {
image: { position: "right", content: "/assets/uiux.svg" },
registration: { status: "close", link: "https://registration-link.com" },
},
{
number: "04",
title: "Innovation",
description: "Innovation is the domain where you find like-minded enthusiasts, and together, take the building blocks of your ideas and dreams and turn them into the revolutions of the future.",
image: { position: "left", content: "/assets/innovation.svg" },
registration: { status: "close", link: "https://registration-link.com" },
}
// {
// number: "04",
// title: "Innovation",
// description: "Innovation is the domain where you find like-minded enthusiasts, and together, take the building blocks of your ideas and dreams and turn them into the revolutions of the future.",
// image: { position: "left", content: "/assets/innovation.svg" },
// registration: { status: "close", link: "https://registration-link.com" },
// }
],
};

Expand Down