@@ -1307,41 +1307,6 @@ db.users.stats().indexSizes`}
13071307 </ div >
13081308 </ div >
13091309 </ div >
1310-
1311- { /* Next Steps */ }
1312- < div className = "bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6" >
1313- < h3 className = "text-2xl font-semibold text-white mb-4" >
1314- Next Steps
1315- </ h3 >
1316- < ul className = "space-y-3 text-gray-300" >
1317- < li className = "flex items-start" >
1318- < span className = "text-blue-400 mr-3 mt-1" > •</ span >
1319- < span >
1320- Explore the API reference for advanced features
1321- </ span >
1322- </ li >
1323- < li className = "flex items-start" >
1324- < span className = "text-blue-400 mr-3 mt-1" > •</ span >
1325- < span >
1326- Learn about advanced features in the{ " " }
1327- < button
1328- onClick = { ( ) => setCurrentPage ( "architecture" ) }
1329- className = "text-blue-400 hover:text-blue-300 underline"
1330- >
1331- Architecture
1332- </ button > { " " }
1333- section
1334- </ span >
1335- </ li >
1336- < li className = "flex items-start" >
1337- < span className = "text-blue-400 mr-3 mt-1" > •</ span >
1338- < span >
1339- Connect your application using one of our language
1340- guides
1341- </ span >
1342- </ li >
1343- </ ul >
1344- </ div >
13451310 </ div >
13461311 ) : selectedGettingStartedItem === "Python Setup Guide" ? (
13471312 < div className = "space-y-8" >
@@ -1573,28 +1538,6 @@ for eachDocument in results:
15731538 </ pre >
15741539 </ div >
15751540 </ div >
1576-
1577- { /* Next Steps */ }
1578- < div className = "bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6" >
1579- < h3 className = "text-2xl font-semibold text-white mb-4" >
1580- Next Steps
1581- </ h3 >
1582- < ul className = "space-y-3 text-gray-300" >
1583- < li className = "flex items-start" >
1584- < span className = "text-blue-400 mr-3 mt-1" > •</ span >
1585- < span >
1586- Explore the{ " " }
1587- < button
1588- onClick = { ( ) => setCurrentPage ( "api-reference" ) }
1589- className = "text-blue-400 hover:text-blue-300 underline"
1590- >
1591- API Reference
1592- </ button > { " " }
1593- for advanced features
1594- </ span >
1595- </ li >
1596- </ ul >
1597- </ div >
15981541 </ div >
15991542 ) : (
16001543 // Keep your existing content for other menu items
0 commit comments