mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 14:48:13 -05:00
add illustration for projects page
This commit is contained in:
@@ -18,7 +18,21 @@ export default async function ProjectsPage({ params: { lang } }: any) {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHeader title={t("title")} subtitle={t("subtitle")}>
|
||||
<PageHeader
|
||||
title={t("title")}
|
||||
subtitle={t("subtitle")}
|
||||
image={
|
||||
<div className="mx-auto lg:absolute lg:right-36">
|
||||
<Image
|
||||
width={280}
|
||||
height={280}
|
||||
className="mx-auto w-[160px] md:w-[180px] lg:ml-auto lg:w-[200px] xl:w-[260px]"
|
||||
src="/icons/lens.webp"
|
||||
alt="lens icon"
|
||||
/>
|
||||
</div>
|
||||
}
|
||||
>
|
||||
<ProjectFiltersBar lang={lang} />
|
||||
</PageHeader>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ const PageHeader = ({
|
||||
}: PageHeaderProps) => {
|
||||
return (
|
||||
<div className="bg-cover-gradient">
|
||||
<AppContent className="flex w-full flex-col gap-10 py-10 md:gap-14 md:py-20">
|
||||
<AppContent className="relative flex w-full flex-col gap-10 py-10 md:gap-14 md:py-20">
|
||||
<div className="flex flex-col items-start justify-between gap-10 md:flex-row md:gap-28">
|
||||
<div className="flex w-full flex-col justify-center gap-6 md:max-w-[700px] md:gap-8 lg:gap-14">
|
||||
<div className="flex flex-col gap-4 md:gap-8">
|
||||
|
||||
BIN
public/icons/lens.webp
Normal file
BIN
public/icons/lens.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Reference in New Issue
Block a user