Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Sep 21, 2024
2 parents 31ca1d7 + 2485738 commit 1708ad4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
14 changes: 7 additions & 7 deletions components/Sections/Features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ export default function Features() {
<section className="p-6 lg:p-8 bg-gray-800 text-white">
<div className="py-8 text-center px-4 items-center">
<h1 className="text-center text-white tracking-tight leading-[1.3] font-extrabold text-3xl lg:text-4xl mb-2">
We care your safety. Play with the{' '}
<span className="text-blue-500">advantage</span>, hassle-free
We care about your needs. Participate in a{' '}
<span className="text-blue-500">leveled</span>, playing field
</h1>
<div className="w-full flex flex-row justify-center">
<p className="text-gray-400 font-normal m-0 text-center max-w-4xl">
We believe in your safety and privacy. The ClickCrystals client has
multiple options to make it undetectable, including custom loading
screen disabler and module toggle broadcast—so ever turn it on back
when you wish, or keep off to stay hidden in the ghost era of
ClickCrystals.
We believe in equity. Clickcrystals can be adapated to fit the needs
of anyone who uses it. Want to press less buttons when PvPing? Then
clickcrystals is for you. Want something custom tailored to your
prefernces? Script it to your liking. ClickCrystals comes
hassle-free.
</p>
</div>
<FeaturesGrid />
Expand Down
27 changes: 6 additions & 21 deletions components/Sections/Features/FeaturesGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,27 @@ import Feature from './Feature';
const features = [
{
icon: '/textures/totem.png',
title: 'Undetectable gameplay',
desc: 'All of our modules are designed to be safe, easy to use, and free of any potential risks. We regularly test our modules on different servers to ensure they are risk-free and do not flag. No worries of getting flagged!',
linkTitle: 'List of servers to avoid/play on',
title: 'Discrete gameplay',
desc: 'All of our modules are designed to be safe, easy to use, and free of any potential risks. Our modules undergo rigourous scrutiny and testing to make sure there is no way they can be flagged as a cheat or unfair advantage.',
linkTitle: 'List of servers which deny and support us',
linkUrl:
'https://github.com/clickcrystals-development/ClickCrystals#but-isnt-this-cheating',
},
{
icon: '/textures/diamond.png',
title: 'Super quality for free!',
desc: "The ClickCrystals mod is full of features proven to give you an astounding advantage in every match. From simple automation to advanced PvP modules, we've got you everything to dominate the game—autoattack, jump reset, auto totem, auto pot, auto pearl and whatsover.",
title: 'Credible quality for free!',
desc: 'Clickcrystals is full of powerful features to let you achieve success. From left clicking to both break and place crystals to automaticaly throwing a pearl apon your request, ClickCrystals will simplify your interactions. Clickcrystals includes powerful rendering modules to display FPS, CPS, Server IP, ArrayList, Armor Durrability, and more! All huds are rendered in high quality, displaying accurate information on your gameplay.',
linkTitle: 'Explore the features',
linkUrl:
'https://github.com/clickcrystals-development/ClickCrystals#modules',
},
{
icon: '/img/clickscript.png',
title: 'ClickScript',
desc: 'ClickScript (CCS) is a scripting language that lets you create modules, macros, and more. Write .ccs files, and use our in-game editor to build, debug, and run scripts. Automatic farms, kill aura, auto pots and a lot more!',
desc: 'ClickScript (CCS) is a scripting language that lets you create modules, macros, and more. Write .ccs files, and use our in-game editor to build, debug, and run scripts. Automate chat commands, farming, or any other action.',
linkTitle: 'Read the CCS Documentation',
linkUrl: 'https://bit.ly/ccs-wiki',
},
{
icon: '/textures/diamond_sword.png',
title: 'Win every match',
desc: 'AutoAttack, AimAssist, SpecatorSight and awesome things. Never miss a hit on your opponent and auto-respond with a L.',
},
{
icon: '/textures/bed.png',
title: 'Tailored to your mode',
desc: 'ClickCrystals is tailored for Crystal PvP, however its many utillity modules and the custom coded ClickScript modules prove to bypass many ACs and players use ClickCrystals for all the different gamemodes!',
},
{
icon: '/textures/painting.png',
title: 'With the HUDs!',
desc: "FPS, CPS, Server IP, ArrayList, etc. all the HUDs, enable by your choice! All the pixel-perfect HUDs you'll love.",
},
];

export default function FeaturesGrid() {
Expand Down
5 changes: 2 additions & 3 deletions components/Sections/GetStarted/GetStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ export default function GetStarted() {
<p className="text-gray-500 font-normal m-0 text-center max-w-3xl">
With built-in modules, ClickScript, and an online library for easy
script downloads, ClickCrystals offers comprehensive customization
options. Win every match, lead the game, and join our thriving
community today. Experience unparalleled gameplay with the
ultimate Minecraft mod.
options. Join our thriving community today. Experience high level
gameplay with the ultimate Minecraft mod.
</p>
</div>
<div className="flex flex-row gap-4 justify-center my-4">
Expand Down

0 comments on commit 1708ad4

Please sign in to comment.