feat: adjust the size of hero deer

This commit is contained in:
Li Xin 2025-04-28 17:01:07 +08:00
parent 198e53b327
commit e3b9beeefd

View File

@ -112,7 +112,7 @@ function Jumbotron() {
/> />
<FlickeringGrid <FlickeringGrid
id="deer-hero" id="deer-hero"
className={`absolute inset-0 z-0 mask-[url(/images/deer-hero.svg)] mask-size-[40%] mask-center mask-no-repeat`} className={`absolute inset-0 z-0 mask-[url(/images/deer-hero.svg)] mask-size-[75%] mask-center mask-no-repeat`}
squareSize={3} squareSize={3}
gridGap={6} gridGap={6}
color="#60A5FA" color="#60A5FA"
@ -282,7 +282,7 @@ const features = [
Icon: Bird, Icon: Bird,
name: "Lang Stack", name: "Lang Stack",
description: description:
"Build with confidence using the <a href='https://www.langchain.com/langchain'>LangChain</a> and <a href='https://www.langchain.com/langgraph'>LangGraph</a> frameworks.", "Build with confidence using the LangChain and LangGraph frameworks.",
href: "/", href: "/",
cta: "Learn more", cta: "Learn more",
background: ( background: (