edit about

This commit is contained in:
sasha-astiadi 2024-10-08 15:02:02 +02:00
parent 60c2bb01d5
commit 3a1a63025e
10 changed files with 16 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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",
"/events/page": "app/events/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"
} }

View File

@ -125,7 +125,7 @@
/******/ /******/
/******/ /* webpack/runtime/getFullHash */ /******/ /* webpack/runtime/getFullHash */
/******/ (() => { /******/ (() => {
/******/ __webpack_require__.h = () => ("d4bd76009be25590") /******/ __webpack_require__.h = () => ("b1bf927a8791dc51")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* 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 ( return (
<> <>
<Abouthero /> <Abouthero />
<CTA />
<Aboutco />
<Aboutvalues /> <Aboutvalues />
<Aboutco />
<CTA />
<Aboutnodes /> <Aboutnodes />
</> </>
) )

View File

@ -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">

View File

@ -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>