edit about
This commit is contained in:
parent
60c2bb01d5
commit
3a1a63025e
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",
|
||||
"/events/page": "app/events/page.js",
|
||||
"/(main)/page": "app/(main)/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"
|
||||
}
|
@ -125,7 +125,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.h = () => ("d4bd76009be25590")
|
||||
/******/ __webpack_require__.h = () => ("b1bf927a8791dc51")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
File diff suppressed because one or more lines are too long
@ -9,9 +9,9 @@ export default function about() {
|
||||
return (
|
||||
<>
|
||||
<Abouthero />
|
||||
<CTA />
|
||||
<Aboutco />
|
||||
<Aboutvalues />
|
||||
<Aboutco />
|
||||
<CTA />
|
||||
<Aboutnodes />
|
||||
</>
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default function Aboutcof() {
|
||||
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 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">
|
||||
|
@ -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-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-2xl lg:mx-0">
|
||||
<h2 className="text-3xl font-bold tracking-tight text-gradient-dark sm:text-4xl">Our Values</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user