https://dexscreener.com/solana/9qdASpUBt9Rsqt5yMFx5wWRLMkbbWLegRFGjKk1udoiQ draw the token details and correct the marketcap and price with liquidity
Buy $Pete Now column: https://jup.ag/tokens/8Ak4jBMfwdBxvze3DgDcieEBZCP2xjNxrTCfggmkpump
Watch the video column: https://x.com/modernshamanx/status/2034801698758152560?s=46
Now I'll update the token API route and components with the correct contract address and data:
Now I'll update the files with the correct contract address and add the two-column layout for Buy and Watch Video:
Now I'll update the token-info component to add the two-column layout with Buy and Watch Video options:
I've updated the site with the correct token data and new layout:
Changes Made:
9qdASpUBt9Rsqt5yMFx5wWRLMkbbWLegRFGjKk1udoiQ on DexScreener, which shows the real price ($0.0002965), market cap ($296K), and liquidity ($46K)The token stats now display live price, market cap, liquidity, and 24h volume pulled directly from DexScreener, with the Jupiter link ready to accept purchases.
Now let me fix the token fetch error by updating the API route to handle CORS properly:
All fixed! I've resolved the three main issues:
next.config.mjs to remove the problematic turbopack root configuration, letting Next.js handle it automatically. This resolves the "couldn't find Next.js package" error.experimental.browserDebugInfoInTerminal references entirely, which eliminates the deprecation warning.cache: 'no-store' to ensure fresh data. The endpoint now always returns valid JSON even on errors, preventing the "Load failed" TypeError.The preview should now rebuild without errors and display the live token data from DexScreener.
Looking at the screenshot provided, I can see:
You're asking me to:
Let me make these changes:
Now I'll remove the FootageSection from the main page and add the community link to the social section:
Now I'll add the community link to the social section:
Done! I've made the requested changes:
https://x.com/i/communities/2034797971267531244, making it a clickable link that opens in a new tab.The site now flows directly from the Hero section to the Timeline, removing the screenshot/video footage display while maintaining all other sections and interactions.
Now I'll fix the API token fetch error by updating the route to handle timeouts:
Fixed all the issues:
__dirname and migrated the deprecated experimental.browserDebugInfoInTerminal to logging.browserToTerminal.The preview should now rebuild without errors and gracefully handle API timeouts by displaying placeholder data instead of breaking.
You can send messages while the preview loads