Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
update #content
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJonaseb11 committed Oct 26, 2024
1 parent a5cdb03 commit eabe980
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/nextjs/app/(marketing)/innovation/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default function InnovationPage() {
return (
<div>
<p>The best blatform out there</p>
<p>The best Platform out there for managing mineral supply chain </p>
<p>From the mineral stations to the refining factories and finally to final consumers!!</p>
</div>
);
}
17 changes: 10 additions & 7 deletions packages/nextjs/app/(marketing)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable prettier/prettier */
import Image from "next/image";
import { AnimatedCircles, HealthSvg, LayeredCircles, SwapSvgIcon } from "~~/components/svgs";
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "~~/components/ui/accordion";
Expand All @@ -24,7 +25,7 @@ export default function Page() {
<div className="flex flex-col gap-6">
<h2 className="text-3xl font-medium text-neutral-800 mt-4">Extensive Audits</h2>
<p className="text-neutral-600">
Peace of mind supported by multiple audits by the world&lsquo;s leading security firms.
All the mining activities are controlled by Intergrity professionals that provide pure quality of information and limit tampering of data and prevents counterfeiting and fraud from bad actors
</p>
</div>
</div>
Expand Down Expand Up @@ -54,11 +55,11 @@ export default function Page() {
<div className="flex flex-col gap-3 justify-end p-8 rounded-xl relative shadow">
<SwapSvgIcon />
<p className="text-xl font-medium text-neutral-800">Swap</p>
<p className="text-neutral-600">Swap any ERC-20, even those borrowed or supplied.</p>
<p className="text-neutral-600">Swap any ERC-20, even those borrowed or supplied - This facilitates resource and authority transfering in the organisation based on the role!</p>
</div>
<div className="flex flex-col gap-3 justify-end p-8 rounded-xl relative shadow">
<AnimatedCircles />
<p className="text-xl font-medium text-neutral-800">Stake</p>
<p className="text-xl font-medium text-neutral-800">ing</p>
<p className="text-neutral-600">Earn rewards for securing the protocol</p>
</div>
<div className="flex flex-col gap-3 justify-end p-8 rounded-xl relative shadow">
Expand All @@ -72,6 +73,7 @@ export default function Page() {
</div>
<p className="text-xl font-medium text-neutral-800">Multi-Network</p>
<p className="text-neutral-600">Deployable on any EVM compatible network.</p>
<p>Our platform provides ways to facilitate the deployment and roles on multiple networks that help miners and other parties involved in the protocol.</p>
</div>
</div>
</section>
Expand All @@ -84,24 +86,25 @@ export default function Page() {
<Accordion type="single" collapsible className="w-full">
<AccordionItem value="item-1">
<AccordionTrigger>What is Stoneproof?</AccordionTrigger>
<AccordionContent>Yes. It adheres to the WAI-ARIA design pattern.</AccordionContent>
{/* eslint-disable-next-line prettier/prettier*/}
<AccordionContent>Stone proof is a supply chain management application that helps to achieve integrity between mining companies and consumers in providing pure quality minerals that contain neither fraud nor counterfeit</AccordionContent>
</AccordionItem>
<AccordionItem value="item-2">
<AccordionTrigger>Where are supplied tokens stored?</AccordionTrigger>
<AccordionContent>
Yes. It comes with default styles that matches the other components&apos; aesthetic.
<p> The supplied tokens are stored on the blockchain legder where they are kept safely and not tempered with by anyone&apos; they are immutable to approve ownership </p>
</AccordionContent>
</AccordionItem>
<AccordionItem value="item-3">
<AccordionTrigger>Does Stoneproof have risks?</AccordionTrigger>
<AccordionContent>
Yes. It&apos;s animated by default, but you can disable it if you prefer.
stone.proof concedes known risks since it ensures productiviy and favors users when it comes to storing mining data.
</AccordionContent>
</AccordionItem>
<AccordionItem value="item-3">
<AccordionTrigger>Why should I trust Stoneproof?</AccordionTrigger>
<AccordionContent>
Yes. It&apos;s animated by default, but you can disable it if you prefer.
stone.proof being built on The most efficient and trustable blockchain;Etherem - therefore, stone.proof provides pure layer of security hence integrity between parties
</AccordionContent>
</AccordionItem>
</Accordion>
Expand Down
6 changes: 4 additions & 2 deletions packages/nextjs/components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-disable prettier/prettier */
import Image from "next/image";
import { DiscordIcon, GithubIcon, XIcon } from "./svgs";
import { Input } from "./ui/input";
// import Link from "next/link";

export const Footer: React.FC = () => {
return (
Expand All @@ -10,12 +12,12 @@ export const Footer: React.FC = () => {
<p className="text-xs">
stone.proof.com provides information and resources about the fundamentals of the decentralised non-custodial
liquidity protocol called the Stoneproof Protocol, comprised of open-source self-executing smart contracts
that are deployed on various permissionless public blockchains.
that are deployed on various permissionless public blockchains. It emphasizes on promoting a protocol-based network that facilitates in in managing mineral supply chain with a tamper-proof environment to achieve integrity and trust between companies , miners, professionals, government and finally consumers of the minerals.
</p>

<div className="flex justify-start gap-3 mt-10">
<XIcon className="h-6 w-6" />
<DiscordIcon className="h-6 w-6" />
<DiscordIcon className="h-6 w-6"/>
<GithubIcon className="h-6 w-6" />
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion packages/nextjs/components/marketing/hero-section.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable prettier/prettier */
"use client";

import Link from "next/link";
Expand All @@ -15,7 +16,7 @@ export const HeroSection: React.FC = () => {
className="group sm:flex hidden justify-between gap-2 items-center cursor-pointer bg-white/70 max-w-[500px] px-3 py-2 rounded-full transition-all hover:shadow-md text-neutral-700"
>
<Lock className="h-4 w-4" />
<p className="text-sm text-ellipsis text-center">Revolutioning mineral supply chain with using the Etherium!</p>
<p className="text-sm text-ellipsis text-center">Revolutionizing mineral supply chain management with Ethereum Blockchain!</p>
<ArrowRight className="h-4 group-hover:translate-x-1 transition-all" />
</Link>
<div className="max-w-3xl text-center space-y-10 mt-12 mb-4">
Expand Down

0 comments on commit eabe980

Please sign in to comment.