diff --git a/chatgpt-to-claude/src/components/Hero.tsx b/chatgpt-to-claude/src/components/Hero.tsx new file mode 100644 index 000000000..e3d0b5102 --- /dev/null +++ b/chatgpt-to-claude/src/components/Hero.tsx @@ -0,0 +1,43 @@ +export default function Hero() { + return ( +
+ {/* Background gradient */} +
+
+ +
+
+ + Free — No account required +
+ +

+ Move Your{" "} + ChatGPT Memory +
+ to Claude in 3 Minutes +

+ +

+ Extract your preferences, context, and working style from ChatGPT. + Import it into Claude. No data leaves your browser. +

+ +
+ + Start the Migration + + + Read the Guide + +
+
+
+ ); +} diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 855b5be07..290374364 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ