Skip to content

Commit

Permalink
Merge pull request #151 from privacy-scaling-explorations/programs-page
Browse files Browse the repository at this point in the history
programs page
  • Loading branch information
kalidiagne authored Mar 26, 2024
2 parents fa5d6ea + 0d3c953 commit 9baf6c6
Show file tree
Hide file tree
Showing 26 changed files with 1,319 additions and 70 deletions.
1 change: 0 additions & 1 deletion app/[lang]/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react"
import Image from "next/image"
import Link from "next/link"

Expand Down
4 changes: 3 additions & 1 deletion app/[lang]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import PSELogo from "@/public/icons/archstar.webp"
import { motion } from "framer-motion"

import { siteConfig } from "@/config/site"
import { AppContent } from "@/components/ui/app-content"
import { Button } from "@/components/ui/button"
import { Label } from "@/components/ui/label"
import { Banner } from "@/components/banner"
import { Icons } from "@/components/icons"
import { PageHeader } from "@/components/page-header"
import { ConnectWithUs } from "@/components/sections/ConnectWithUs"
import { NewsSection } from "@/components/sections/NewsSection"
import { WhatWeDo } from "@/components/sections/WhatWeDo"

Expand Down Expand Up @@ -61,6 +61,8 @@ export default function IndexPage({ params: { lang } }: any) {

<WhatWeDo lang={lang} />

<ConnectWithUs lang={lang} />

<Banner
title={common("connectWithUs")}
subtitle={common("connectWithUsDescription")}
Expand Down
Loading

0 comments on commit 9baf6c6

Please sign in to comment.