refactor: migrate about image assets
CI / Generate Certificates (pull_request) Successful in 31s
CI / Frontend CI (pull_request) Successful in 1m7s
CI / Backend CI (pull_request) Successful in 1m8s
CI / E2E Tests (pull_request) Successful in 6m17s

This commit is contained in:
me
2026-05-08 11:23:07 +05:30
parent 7fde47e692
commit e4a8dd9a73
2 changed files with 2 additions and 1 deletions

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

+2 -1
View File
@@ -26,6 +26,7 @@ import { AnimatePresence, motion, useScroll, useTransform } from "motion/react";
import { useEffect, useRef, useState } from "react"; import { useEffect, useRef, useState } from "react";
import stamp from "../assets/envelope/stamp.png"; import stamp from "../assets/envelope/stamp.png";
import e2eDiag from "../assets/screenshots/e2e.svg"; import e2eDiag from "../assets/screenshots/e2e.svg";
import saajan from "../assets/sf.png";
import Logo from "../components/Logo"; import Logo from "../components/Logo";
import { Modal } from "../components/ui/Modal"; import { Modal } from "../components/ui/Modal";
@@ -830,7 +831,7 @@ function AttributionSection() {
<AnimatePresence> <AnimatePresence>
{hover.visible && ( {hover.visible && (
<motion.img <motion.img
src="/saajan.png" src={saajan}
alt="Saajan Fernandes from The Lunchbox, cutout" alt="Saajan Fernandes from The Lunchbox, cutout"
initial={{ opacity: 0, scale: 0.5 }} initial={{ opacity: 0, scale: 0.5 }}
animate={{ opacity: 1, scale: 1 }} animate={{ opacity: 1, scale: 1 }}