2 Commits

Author SHA1 Message Date
855482c9d0 Update src/app/page.tsx 2026-05-09 06:23:41 +00:00
6ffb73d91b Merge version_2 into main
Merge version_2 into main
2026-05-08 18:13:11 +00:00

View File

@@ -221,8 +221,11 @@ export default function LandingPage() {
}, },
]} ]}
/> />
</div>
<div style={{ position: 'fixed', bottom: 20, right: 20, zIndex: 9999 }}>
<iframe src="https://chatgpt.com/?model=gpt-4" style={{ width: '400px', height: '600px', borderRadius: '16px', boxShadow: '0 10px 25px rgba(0,0,0,0.2)', border: 'none' }} />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }