Skip to content

Commit d2a6445

Browse files
committed
Add Walrus landing illustrations
1 parent e92b5d7 commit d2a6445

6 files changed

Lines changed: 10 additions & 2 deletions
978 KB
Loading
953 KB
Loading
1.05 MB
Loading
1010 KB
Loading
957 KB
Loading

apps/web/src/main.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,13 +786,21 @@ const builtForUseCards = [
786786
eyebrow: "Walrus Memory",
787787
heading: "Remember verified context so agents recall it later.",
788788
highlights: ["Remember", "recall"],
789-
body: "Sync the certified context into Walrus Memory. Agents recall the pointer and re-fetch the real artifact, keyed by blobId."
789+
body: "Sync the certified context into Walrus Memory. Agents recall the pointer and re-fetch the real artifact, keyed by blobId.",
790+
image: {
791+
src: "/illustrations/walrus-memory-recall-black-walrus.png",
792+
alt: "A solid-black walrus worker stores only a blobId pointer in Walrus Memory so agents can recall and re-fetch the real artifact."
793+
}
790794
},
791795
{
792796
eyebrow: "Onchain provenance",
793797
heading: "Artifacts can be sealed with onchain Walrus proof.",
794798
highlights: ["onchain", "certified", "Walrus"],
795-
body: "Tar the bundle, store it on Walrus through Tatum, and keep a verifiable blobId and digest for every run."
799+
body: "Tar the bundle, store it on Walrus through Tatum, and keep a verifiable blobId and digest for every run.",
800+
image: {
801+
src: "/illustrations/onchain-proof-black-walrus.png",
802+
alt: "A solid-black walrus worker seals a tar bundle through Tatum and Walrus storage, producing a certified blobId and digest receipt."
803+
}
796804
}
797805
];
798806
const storageLayers = [

0 commit comments

Comments
 (0)