mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
update copy style & image
This commit is contained in:
@@ -29,7 +29,7 @@ type ProgramDetailProps = {
|
||||
|
||||
const SectionTitle = ({ label }: { label: string }) => {
|
||||
return (
|
||||
<span className="text-center font-display text-[32px] font-bold tracking-[3.36px] text-tuatara-950">
|
||||
<span className="text-center font-display text-[32px] font-bold text-tuatara-950">
|
||||
{label}
|
||||
</span>
|
||||
)
|
||||
@@ -112,7 +112,7 @@ export const ProgramPageContent = ({ lang }: any) => {
|
||||
const [selectedProgram, setSelectedProgram] = useState(
|
||||
ChooseProgramItems[0].value
|
||||
)
|
||||
const SCROLL_OFFSET = -400
|
||||
const SCROLL_OFFSET = -900
|
||||
const sectionsRef = useRef<NodeListOf<HTMLElement> | null>(null)
|
||||
const [{ value: defaultProgramValue }] = ChooseProgramItems
|
||||
|
||||
@@ -202,8 +202,8 @@ export const ProgramPageContent = ({ lang }: any) => {
|
||||
<Image
|
||||
width={280}
|
||||
height={280}
|
||||
className="mx-auto h-[210px] w-[276px] lg:ml-auto lg:h-[350px] lg:w-[460px]"
|
||||
src="/images/programs.png"
|
||||
className="mx-auto h-[256px] w-[290px] lg:ml-auto lg:h-[428px] lg:w-[484px]"
|
||||
src="/images/programs-3.png"
|
||||
alt="computer image"
|
||||
/>
|
||||
}
|
||||
|
||||
BIN
public/images/programs-3.png
Normal file
BIN
public/images/programs-3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 739 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 294 KiB |
Reference in New Issue
Block a user