Compare commits

...

2 Commits

Author SHA1 Message Date
3a1a63025e edit about 2024-10-08 15:02:02 +02:00
60c2bb01d5 edit 2024-10-08 14:23:59 +02:00
12 changed files with 22 additions and 11 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",
"/(main)/page": "app/(main)/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

View File

@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("26338c8a3935eaea")
/******/ __webpack_require__.h = () => ("b1bf927a8791dc51")
/******/ })();
/******/
/******/ /* 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 />
<CTA />
<Aboutco />
<Aboutvalues />
<Aboutco />
<CTA />
<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 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">

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

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">Company</h3>
<h3 className="text-sm font-semibold leading-6 text-purple-900">Partners</h3>
<ul role="list" className="mt-6 space-y-4">
{navigation.partners.map((item) => (
<li key={item.name}>