Compare commits
2 Commits
43e0d29f35
...
3a1a63025e
Author | SHA1 | Date | |
---|---|---|---|
3a1a63025e | |||
60c2bb01d5 |
BIN
.next/cache/webpack/client-development/7.pack.gz
vendored
BIN
.next/cache/webpack/client-development/7.pack.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
Binary file not shown.
Binary file not shown.
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"/_not-found/page": "app/_not-found/page.js",
|
|
||||||
"/community/page": "app/community/page.js",
|
|
||||||
"/about/page": "app/about/page.js",
|
"/about/page": "app/about/page.js",
|
||||||
"/(main)/page": "app/(main)/page.js",
|
|
||||||
"/events/page": "app/events/page.js",
|
"/events/page": "app/events/page.js",
|
||||||
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js"
|
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js",
|
||||||
|
"/community/page": "app/community/page.js",
|
||||||
|
"/(main)/page": "app/(main)/page.js"
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
@ -125,7 +125,7 @@
|
|||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/getFullHash */
|
/******/ /* webpack/runtime/getFullHash */
|
||||||
/******/ (() => {
|
/******/ (() => {
|
||||||
/******/ __webpack_require__.h = () => ("26338c8a3935eaea")
|
/******/ __webpack_require__.h = () => ("b1bf927a8791dc51")
|
||||||
/******/ })();
|
/******/ })();
|
||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||||
|
12
.next/trace
12
.next/trace
File diff suppressed because one or more lines are too long
@ -9,9 +9,9 @@ export default function about() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Abouthero />
|
<Abouthero />
|
||||||
<CTA />
|
|
||||||
<Aboutco />
|
|
||||||
<Aboutvalues />
|
<Aboutvalues />
|
||||||
|
<Aboutco />
|
||||||
|
<CTA />
|
||||||
<Aboutnodes />
|
<Aboutnodes />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
export default function Aboutcof() {
|
export default function Aboutcof() {
|
||||||
return (
|
return (
|
||||||
<section className="bg-gradient-to-b from-purple-50/10 to-purple-50/80 py-24 sm:py-32">
|
<section className="bg-gradient-to-b from-purple-50/10 to-purple-50/80 pt-24 pb-12">
|
||||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
<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="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">
|
<div className="flex flex-col pb-10 sm:pb-16 lg:pb-0 lg:pr-8 xl:pr-20">
|
||||||
|
@ -34,7 +34,7 @@ const features = [
|
|||||||
|
|
||||||
export default function Aboutvalues() {
|
export default function Aboutvalues() {
|
||||||
return (
|
return (
|
||||||
<div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-12 pb-24">
|
<div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-24 pb-12">
|
||||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div className="mx-auto max-w-2xl lg:mx-0">
|
<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>
|
<h2 className="text-3xl font-bold tracking-tight text-gradient-dark sm:text-4xl">Our Values</h2>
|
||||||
|
@ -144,7 +144,7 @@ export default function Footer2() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="md:grid md:grid-cols-2 md:gap-8">
|
<div className="md:grid md:grid-cols-2 md:gap-8">
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-sm font-semibold leading-6 text-purple-900">Company</h3>
|
<h3 className="text-sm font-semibold leading-6 text-purple-900">Partners</h3>
|
||||||
<ul role="list" className="mt-6 space-y-4">
|
<ul role="list" className="mt-6 space-y-4">
|
||||||
{navigation.partners.map((item) => (
|
{navigation.partners.map((item) => (
|
||||||
<li key={item.name}>
|
<li key={item.name}>
|
||||||
|
Loading…
Reference in New Issue
Block a user