Compare commits

..

No commits in common. "3a1a63025ed712cf6cffbfb987e35dce2d92f730" and "43e0d29f358b07ae4283d00e759f0622675ea19b" have entirely different histories.

12 changed files with 12 additions and 23 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,8 @@
{
"/about/page": "app/about/page.js",
"/events/page": "app/events/page.js",
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/community/page": "app/community/page.js",
"/(main)/page": "app/(main)/page.js"
"/about/page": "app/about/page.js",
"/(main)/page": "app/(main)/page.js",
"/events/page": "app/events/page.js",
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js"
}

File diff suppressed because one or more lines are too long

View File

@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("b1bf927a8791dc51")
/******/ __webpack_require__.h = () => ("26338c8a3935eaea")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -9,9 +9,9 @@ export default function about() {
return (
<>
<Abouthero />
<Aboutvalues />
<Aboutco />
<CTA />
<Aboutco />
<Aboutvalues />
<Aboutnodes />
</>
)

View File

@ -1,6 +1,6 @@
export default function Aboutcof() {
return (
<section className="bg-gradient-to-b from-purple-50/10 to-purple-50/80 pt-24 pb-12">
<section className="bg-gradient-to-b from-purple-50/10 to-purple-50/80 py-24 sm:py-32">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto grid max-w-2xl grid-cols-1 lg:mx-0 lg:max-w-none lg:grid-cols-2">
<div className="flex flex-col pb-10 sm:pb-16 lg:pb-0 lg:pr-8 xl:pr-20">

View File

@ -34,7 +34,7 @@ const features = [
export default function Aboutvalues() {
return (
<div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-24 pb-12">
<div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-12 pb-24">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-2xl lg:mx-0">
<h2 className="text-3xl font-bold tracking-tight text-gradient-dark sm:text-4xl">Our Values</h2>

View File

@ -144,7 +144,7 @@ export default function Footer2() {
</div>
<div className="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 className="text-sm font-semibold leading-6 text-purple-900">Partners</h3>
<h3 className="text-sm font-semibold leading-6 text-purple-900">Company</h3>
<ul role="list" className="mt-6 space-y-4">
{navigation.partners.map((item) => (
<li key={item.name}>