diff --git a/components/Stats.tsx b/components/Stats.tsx index 6866329..a4a86f4 100644 --- a/components/Stats.tsx +++ b/components/Stats.tsx @@ -117,7 +117,19 @@ const Stats: React.FC = () => { target="_blank" className="flex items-center h-8 px-4 space-x-2 text-sm font-semibold leading-8 text-gray-800 transition-all duration-1000 bg-gray-100 rounded-full bg-opacity-70 backdrop-blur-md" > - # + + + ); diff --git a/components/sections/EventPopup.tsx b/components/sections/EventPopup.tsx index 5891b84..65a9b5e 100644 --- a/components/sections/EventPopup.tsx +++ b/components/sections/EventPopup.tsx @@ -38,16 +38,16 @@ const EventPopup = ({ image, title, content, cta }: EventPopupType) => { href={cta.href} onMouseEnter={() => setExpanded(true)} className={cx( - "relative mt-20 md:my-0 mx-6 md:fixed bottom-10 justify-end bg-[#F6F7F9] backdrop-blur-xl bg-opacity-80 left-0 right-0 transition-all duration-300 md:left-auto border border-opacity-20 border-[#D6DBDF] rounded-xl overflow-hidden p-1 md:right-8 z-40 flex group", + "relative mt-20 md:my-0 mx-6 md:fixed bottom-10 justify-between md:justify-end bg-[#F6F7F9] backdrop-blur-xl bg-opacity-80 left-0 right-0 transition-all duration-300 md:left-auto border border-opacity-20 border-[#D6DBDF] rounded-xl overflow-hidden p-1 md:right-8 z-40 flex group", expanded ? "max-w-lg" : "md:max-w-[154px]" )} >
-

+

{"Next event: "} {title}

diff --git a/content/events/scc-january.md b/content/events/scc-january.md deleted file mode 100644 index e703b90..0000000 --- a/content/events/scc-january.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'Swarm Community Call, online, January 25' -href: 'https://discord.gg/PHqsVNSJ?event=1126056886773489675' -add_to_calendar: 'https://www.addevent.com/event/iH19625610' -start_date: 2024-01-24T23:00:00.000Z ---- - diff --git a/data/footer.json b/data/footer.json index fcddad4..750149b 100644 --- a/data/footer.json +++ b/data/footer.json @@ -47,7 +47,7 @@ "title": "Resources", "items": [ { - "title": "Why", + "title": "Technology", "href": "/why" }, { diff --git a/data/pages/index.json b/data/pages/index.json index 1b6618d..c9e89b0 100644 --- a/data/pages/index.json +++ b/data/pages/index.json @@ -1,13 +1,13 @@ { "event": { - "title": "Swarm 2.0 - Dec. 21", - "content": "Join the virtual event to commemorate the beginning of Swarm 2.0.", + "title": "Community Call", + "content": "Swarm Foundations monthly community call.", "cta": { - "href": "https://www.addevent.com/event/lf19253018", - "title": "Read more ->" + "href": "https://www.addevent.com/event/iH19625610", + "title": "Add to Calendar ->" }, "image": { - "src": "/assets/event.png", + "src": "/assets/event-community_call-jan.png", "alt": "" } }, diff --git a/public/assets/event-community_call-jan.png b/public/assets/event-community_call-jan.png new file mode 100644 index 0000000..c303f1a Binary files /dev/null and b/public/assets/event-community_call-jan.png differ